| Commit message (Expand) | Author | Age | Files | Lines |
* | some more `const's | Roberto Ierusalimschy | 1999-10-14 | 6 | -14/+17 |
* | new implementation of hash tables. | Roberto Ierusalimschy | 1999-10-14 | 9 | -129/+287 |
* | better assertions. | Roberto Ierusalimschy | 1999-10-14 | 2 | -6/+9 |
* | new implementation for string hashing, with chaining. | Roberto Ierusalimschy | 1999-10-11 | 7 | -127/+117 |
* | Visual C++ warning | Roberto Ierusalimschy | 1999-10-11 | 1 | -2/+2 |
* | read patterns are deprecated; new option `read(n)' to read n bytes. | Roberto Ierusalimschy | 1999-10-07 | 1 | -28/+77 |
* | new API function 'lua_type'. | Roberto Ierusalimschy | 1999-10-07 | 3 | -14/+15 |
* | details | Roberto Ierusalimschy | 1999-10-05 | 1 | -10/+22 |
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 20 | -443/+384 |
* | implementation of lua_ref (previously in module `lmem'). | Roberto Ierusalimschy | 1999-10-04 | 2 | -0/+95 |
* | temporary version | Roberto Ierusalimschy | 1999-09-29 | 1 | -2/+2 |
* | checks table size only when element is a new one | Roberto Ierusalimschy | 1999-09-28 | 1 | -33/+49 |
* | details | Roberto Ierusalimschy | 1999-09-27 | 1 | -7/+7 |
* | "luaH_set" only needs to check size when key is new | Roberto Ierusalimschy | 1999-09-22 | 1 | -24/+18 |
* | `put_luaObjectonTop' must be public (to be used by lfback.c), and so | Roberto Ierusalimschy | 1999-09-21 | 2 | -9/+9 |
* | compatibility with old fallback system now provided by external module | Roberto Ierusalimschy | 1999-09-20 | 5 | -130/+13 |
* | reorganization of `stat' function. | Roberto Ierusalimschy | 1999-09-20 | 1 | -76/+96 |
* | remove of some useless #includes | Roberto Ierusalimschy | 1999-09-17 | 1 | -5/+1 |
* | details | Roberto Ierusalimschy | 1999-09-13 | 1 | -3/+3 |
* | tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil. | Roberto Ierusalimschy | 1999-09-08 | 3 | -24/+27 |
* | new interface for `luaO_strtod', which now checks signal, too. | Roberto Ierusalimschy | 1999-09-06 | 4 | -26/+12 |
* | test first the most common case. | Roberto Ierusalimschy | 1999-09-06 | 1 | -5/+5 |
* | details. | Roberto Ierusalimschy | 1999-09-06 | 1 | -2/+2 |
* | new interface for `luaO_strtod', which now checks signal, too. | Roberto Ierusalimschy | 1999-09-06 | 1 | -7/+20 |
* | `luaL_arg_check' always has an `extramsg'. | Roberto Ierusalimschy | 1999-09-06 | 1 | -6/+3 |
* | in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checkname | Roberto Ierusalimschy | 1999-09-02 | 1 | -0/+8 |
* | bug: in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checkname | Roberto Ierusalimschy | 1999-09-02 | 1 | -14/+15 |
* | new mechanism to access argv from a script | Roberto Ierusalimschy | 1999-08-18 | 1 | -5/+30 |
* | random(0) and random(x,0) are wrong (0 is read as no argument!). | Roberto Ierusalimschy | 1999-08-18 | 2 | -8/+19 |
* | more warning checking (mainly related to const strings). | Roberto Ierusalimschy | 1999-08-17 | 1 | -2/+2 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 40 | -516/+442 |
* | new constants LUA_NOREF and LUA_REFNIL. | Roberto Ierusalimschy | 1999-08-11 | 2 | -4/+7 |
* | writeto, readfrom, and closefile must return an error code when | Roberto Ierusalimschy | 1999-08-10 | 1 | -11/+17 |
* | char-set may contain '%]' | Roberto Ierusalimschy | 1999-08-10 | 1 | -11/+11 |
* | details | Roberto Ierusalimschy | 1999-08-10 | 1 | -18/+19 |
* | variables _INPUT and _OUTPUT should be read as rawglobal. | Roberto Ierusalimschy | 1999-07-22 | 1 | -2/+2 |
* | details. | Roberto Ierusalimschy | 1999-07-22 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 1999-07-22 | 3 | -8/+14 |
* | new format for numbers in precompiled code (as strings)v3.2 | Roberto Ierusalimschy | 1999-07-08 | 2 | -56/+54 |
* | new RedHat defines PI :-( | Roberto Ierusalimschy | 1999-07-07 | 1 | -1/+2 |
* | some systems do not reset signal handlers when a signal happens | Roberto Ierusalimschy | 1999-07-02 | 1 | -1/+3 |
* | no more automatic setlocale. | Roberto Ierusalimschy | 1999-06-24 | 1 | -8/+1 |
* | simplifications. | Roberto Ierusalimschy | 1999-06-23 | 1 | -17/+10 |
* | better interfaces for luaD_calln (x luaD_call) | Roberto Ierusalimschy | 1999-06-22 | 4 | -51/+36 |
* | better treatment for arbitrary limits | Roberto Ierusalimschy | 1999-06-17 | 8 | -34/+56 |
* | cannot assign to unlimited variables, because it causes overflow in | Roberto Ierusalimschy | 1999-06-16 | 2 | -3/+17 |
* | bigger limit for number of local variables and upvalues | Roberto Ierusalimschy | 1999-06-16 | 1 | -11/+13 |
* | tremove erases its previous last element (to avoid locking potential | Roberto Ierusalimschy | 1999-05-27 | 2 | -10/+12 |
* | foreach, foreachi, foreachvar points to function in stack when stack | Roberto Ierusalimschy | 1999-05-24 | 2 | -14/+26 |
* | tighter control on the stack when debugging | Roberto Ierusalimschy | 1999-05-24 | 1 | -7/+10 |