| Commit message (Expand) | Author | Files | Lines |
1999-11-25 | new way to code CALLs + passing multiple arguments between function calls | Roberto Ierusalimschy | 3 | -32/+22 |
1999-11-25 | new signature for function luaD_call (old luaD_calln) | Roberto Ierusalimschy | 2 | -17/+14 |
1999-11-25 | comment | Roberto Ierusalimschy | 1 | -2/+2 |
1999-11-23 | macros `key', `val', and `node' don't need the state | Roberto Ierusalimschy | 3 | -12/+12 |
1999-11-22 | simpler without `init_hash' | Roberto Ierusalimschy | 1 | -28/+12 |
1999-11-22 | new macro luaL_openl | Roberto Ierusalimschy | 6 | -20/+20 |
1999-11-22 | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 44 | -1930/+2075 |
1999-11-16 | last warnings in Visual C | Roberto Ierusalimschy | 2 | -7/+7 |
1999-11-12 | details | Roberto Ierusalimschy | 1 | -2/+2 |
1999-11-11 | new API function `lua_equalobj' | Roberto Ierusalimschy | 3 | -7/+18 |
1999-11-11 | BUG: `strfind' does not handle \0 in plain search. | Roberto Ierusalimschy | 2 | -10/+36 |
1999-11-10 | better ways to test lock mechanism | Roberto Ierusalimschy | 1 | -6/+9 |
1999-11-10 | buffer can shrink when too big | Roberto Ierusalimschy | 2 | -7/+12 |
1999-11-10 | ways to measure number of `blocks' for GC + details | Roberto Ierusalimschy | 6 | -30/+35 |
1999-11-10 | better implementation of `lua_ref' (much better...) | Roberto Ierusalimschy | 2 | -16/+46 |
1999-11-09 | new warnings with option "-W" (gcc) | Roberto Ierusalimschy | 4 | -6/+8 |
1999-11-04 | new implementation for global variable values (separated from strings) | Roberto Ierusalimschy | 12 | -145/+166 |
1999-10-26 | default `success' for exit is more useful. | Roberto Ierusalimschy | 1 | -2/+2 |
1999-10-26 | invariant tests over tables performed externally, through a built-in | Roberto Ierusalimschy | 3 | -56/+29 |
1999-10-25 | details (comments) | Roberto Ierusalimschy | 1 | -3/+3 |
1999-10-19 | warnings from Visual C++ | Roberto Ierusalimschy | 7 | -16/+15 |
1999-10-14 | some more `const's | Roberto Ierusalimschy | 6 | -14/+17 |
1999-10-14 | new implementation of hash tables. | Roberto Ierusalimschy | 9 | -129/+287 |
1999-10-14 | better assertions. | Roberto Ierusalimschy | 2 | -6/+9 |
1999-10-11 | new implementation for string hashing, with chaining. | Roberto Ierusalimschy | 7 | -127/+117 |
1999-10-11 | Visual C++ warning | Roberto Ierusalimschy | 1 | -2/+2 |
1999-10-07 | read patterns are deprecated; new option `read(n)' to read n bytes. | Roberto Ierusalimschy | 1 | -28/+77 |
1999-10-07 | new API function 'lua_type'. | Roberto Ierusalimschy | 3 | -14/+15 |
1999-10-05 | details | Roberto Ierusalimschy | 1 | -10/+22 |
1999-10-04 | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 20 | -443/+384 |
1999-10-04 | implementation of lua_ref (previously in module `lmem'). | Roberto Ierusalimschy | 2 | -0/+95 |
1999-09-29 | temporary version | Roberto Ierusalimschy | 1 | -2/+2 |
1999-09-28 | checks table size only when element is a new one | Roberto Ierusalimschy | 1 | -33/+49 |
1999-09-27 | details | Roberto Ierusalimschy | 1 | -7/+7 |
1999-09-22 | "luaH_set" only needs to check size when key is new | Roberto Ierusalimschy | 1 | -24/+18 |
1999-09-21 | `put_luaObjectonTop' must be public (to be used by lfback.c), and so | Roberto Ierusalimschy | 2 | -9/+9 |
1999-09-20 | compatibility with old fallback system now provided by external module | Roberto Ierusalimschy | 5 | -130/+13 |
1999-09-20 | reorganization of `stat' function. | Roberto Ierusalimschy | 1 | -76/+96 |
1999-09-17 | remove of some useless #includes | Roberto Ierusalimschy | 1 | -5/+1 |
1999-09-13 | details | Roberto Ierusalimschy | 1 | -3/+3 |
1999-09-08 | tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil. | Roberto Ierusalimschy | 3 | -24/+27 |
1999-09-06 | new interface for `luaO_strtod', which now checks signal, too. | Roberto Ierusalimschy | 4 | -26/+12 |
1999-09-06 | test first the most common case. | Roberto Ierusalimschy | 1 | -5/+5 |
1999-09-06 | details. | Roberto Ierusalimschy | 1 | -2/+2 |
1999-09-06 | new interface for `luaO_strtod', which now checks signal, too. | Roberto Ierusalimschy | 1 | -7/+20 |
1999-09-06 | `luaL_arg_check' always has an `extramsg'. | Roberto Ierusalimschy | 1 | -6/+3 |
1999-09-02 | in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checkname | Roberto Ierusalimschy | 1 | -0/+8 |
1999-09-02 | bug: in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checkname | Roberto Ierusalimschy | 1 | -14/+15 |
1999-08-18 | new mechanism to access argv from a script | Roberto Ierusalimschy | 1 | -5/+30 |
1999-08-18 | random(0) and random(x,0) are wrong (0 is read as no argument!). | Roberto Ierusalimschy | 2 | -8/+19 |