aboutsummaryrefslogtreecommitdiff
path: root/lgc.h (unfollow)
Commit message (Expand)AuthorFilesLines
1999-12-03new language for testC (debugging facility)Roberto Ierusalimschy1-71/+127
1999-12-03detailsRoberto Ierusalimschy1-3/+3
1999-12-02modifications by lhfRoberto Ierusalimschy2-100/+104
1999-12-02missing includeRoberto Ierusalimschy2-2/+4
1999-12-02lua_Object is a pointer to the stack (because now the stack doen't move)Roberto Ierusalimschy7-84/+80
1999-12-01fixed stack; first version.Roberto Ierusalimschy10-402/+400
1999-11-30detailsRoberto Ierusalimschy2-6/+8
1999-11-29`object' and `string' are very busy names...Roberto Ierusalimschy2-50/+50
1999-11-29mistake in change for multi-state (gc threshold was not corrected)Roberto Ierusalimschy1-2/+2
1999-11-29new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECTRoberto Ierusalimschy3-8/+8
1999-11-29table sizes don't need to be primes; power of 2 gives the same performance.Roberto Ierusalimschy1-15/+6
1999-11-26table sizes don't need to be primes; power of 2 gives the same performance.Roberto Ierusalimschy6-40/+37
1999-11-26new way to keep function arguments (with StkId instead of copy)Roberto Ierusalimschy1-52/+51
1999-11-25new way to code CALLs + passing multiple arguments between function callsRoberto Ierusalimschy3-32/+22
1999-11-25new signature for function luaD_call (old luaD_calln)Roberto Ierusalimschy2-17/+14
1999-11-25commentRoberto Ierusalimschy1-2/+2
1999-11-23macros `key', `val', and `node' don't need the stateRoberto Ierusalimschy3-12/+12
1999-11-22simpler without `init_hash'Roberto Ierusalimschy1-28/+12
1999-11-22new macro luaL_openlRoberto Ierusalimschy6-20/+20
1999-11-22first implementation of multiple states (reentrant code).Roberto Ierusalimschy44-1930/+2075
1999-11-16last warnings in Visual CRoberto Ierusalimschy2-7/+7
1999-11-12detailsRoberto Ierusalimschy1-2/+2
1999-11-11new API function `lua_equalobj'Roberto Ierusalimschy3-7/+18
1999-11-11BUG: `strfind' does not handle \0 in plain search.Roberto Ierusalimschy2-10/+36
1999-11-10better ways to test lock mechanismRoberto Ierusalimschy1-6/+9
1999-11-10buffer can shrink when too bigRoberto Ierusalimschy2-7/+12
1999-11-10ways to measure number of `blocks' for GC + detailsRoberto Ierusalimschy6-30/+35
1999-11-10better implementation of `lua_ref' (much better...)Roberto Ierusalimschy2-16/+46
1999-11-09new warnings with option "-W" (gcc)Roberto Ierusalimschy4-6/+8
1999-11-04new implementation for global variable values (separated from strings)Roberto Ierusalimschy12-145/+166
1999-10-26default `success' for exit is more useful.Roberto Ierusalimschy1-2/+2
1999-10-26invariant tests over tables performed externally, through a built-inRoberto Ierusalimschy3-56/+29
1999-10-25details (comments)Roberto Ierusalimschy1-3/+3
1999-10-19warnings from Visual C++Roberto Ierusalimschy7-16/+15
1999-10-14some more `const'sRoberto Ierusalimschy6-14/+17
1999-10-14new implementation of hash tables.Roberto Ierusalimschy9-129/+287
1999-10-14better assertions.Roberto Ierusalimschy2-6/+9
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