aboutsummaryrefslogtreecommitdiff
path: root/lgc.h (unfollow)
Commit message (Expand)AuthorFilesLines
1999-10-11new implementation for string hashing, with chaining.Roberto Ierusalimschy7-127/+117
1999-10-11Visual C++ warningRoberto Ierusalimschy1-2/+2
1999-10-07read patterns are deprecated; new option `read(n)' to read n bytes.Roberto Ierusalimschy1-28/+77
1999-10-07new API function 'lua_type'.Roberto Ierusalimschy3-14/+15
1999-10-05detailsRoberto Ierusalimschy1-10/+22
1999-10-04simplified version of `gc' tag method (only for userdata now).Roberto Ierusalimschy20-443/+384
1999-10-04implementation of lua_ref (previously in module `lmem').Roberto Ierusalimschy2-0/+95
1999-09-29temporary versionRoberto Ierusalimschy1-2/+2
1999-09-28checks table size only when element is a new oneRoberto Ierusalimschy1-33/+49
1999-09-27detailsRoberto Ierusalimschy1-7/+7
1999-09-22"luaH_set" only needs to check size when key is newRoberto Ierusalimschy1-24/+18
1999-09-21`put_luaObjectonTop' must be public (to be used by lfback.c), and soRoberto Ierusalimschy2-9/+9
1999-09-20compatibility with old fallback system now provided by external moduleRoberto Ierusalimschy5-130/+13
1999-09-20reorganization of `stat' function.Roberto Ierusalimschy1-76/+96
1999-09-17remove of some useless #includesRoberto Ierusalimschy1-5/+1
1999-09-13detailsRoberto Ierusalimschy1-3/+3
1999-09-08tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil.Roberto Ierusalimschy3-24/+27
1999-09-06new interface for `luaO_strtod', which now checks signal, too.Roberto Ierusalimschy4-26/+12
1999-09-06test first the most common case.Roberto Ierusalimschy1-5/+5
1999-09-06details.Roberto Ierusalimschy1-2/+2
1999-09-06new interface for `luaO_strtod', which now checks signal, too.Roberto Ierusalimschy1-7/+20
1999-09-06`luaL_arg_check' always has an `extramsg'.Roberto Ierusalimschy1-6/+3
1999-09-02in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checknameRoberto Ierusalimschy1-0/+8
1999-09-02bug: in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checknameRoberto Ierusalimschy1-14/+15
1999-08-18new mechanism to access argv from a scriptRoberto Ierusalimschy1-5/+30
1999-08-18random(0) and random(x,0) are wrong (0 is read as no argument!).Roberto Ierusalimschy2-8/+19
1999-08-17more warning checking (mainly related to const strings).Roberto Ierusalimschy1-2/+2
1999-08-16"const" !!!Roberto Ierusalimschy40-516/+442
1999-08-11new constants LUA_NOREF and LUA_REFNIL.Roberto Ierusalimschy2-4/+7
1999-08-10writeto, readfrom, and closefile must return an error code whenRoberto Ierusalimschy1-11/+17
1999-08-10char-set may contain '%]'Roberto Ierusalimschy1-11/+11
1999-08-10detailsRoberto Ierusalimschy1-18/+19
1999-07-22variables _INPUT and _OUTPUT should be read as rawglobal.Roberto Ierusalimschy1-2/+2
1999-07-22details.Roberto Ierusalimschy1-2/+2
1999-07-22detailsRoberto Ierusalimschy3-8/+14
1999-07-08new format for numbers in precompiled code (as strings)v3.2Roberto Ierusalimschy2-56/+54
1999-07-07new RedHat defines PI :-(Roberto Ierusalimschy1-1/+2
1999-07-02some systems do not reset signal handlers when a signal happensRoberto Ierusalimschy1-1/+3
1999-06-24no more automatic setlocale.Roberto Ierusalimschy1-8/+1
1999-06-23simplifications.Roberto Ierusalimschy1-17/+10
1999-06-22better interfaces for luaD_calln (x luaD_call)Roberto Ierusalimschy4-51/+36
1999-06-17better treatment for arbitrary limitsRoberto Ierusalimschy8-34/+56
1999-06-16cannot assign to unlimited variables, because it causes overflow inRoberto Ierusalimschy2-3/+17
1999-06-16bigger limit for number of local variables and upvaluesRoberto Ierusalimschy1-11/+13
1999-05-27tremove erases its previous last element (to avoid locking potentialRoberto Ierusalimschy2-10/+12
1999-05-24foreach, foreachi, foreachvar points to function in stack when stackRoberto Ierusalimschy2-14/+26
1999-05-24tighter control on the stack when debuggingRoberto Ierusalimschy1-7/+10
1999-05-24when debugging, move and erase old blocks to realloc.Roberto Ierusalimschy1-36/+44
1999-05-21detailRoberto Ierusalimschy1-2/+3
1999-05-21some C compilers cannot initialize a local structRoberto Ierusalimschy3-11/+15