Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new way to control hooks inside hooks (now the control is done inside Lua) | Roberto Ierusalimschy | 1999-12-21 | 7 | -77/+82 |
* | new way to pass arguments: with option `-f' | Roberto Ierusalimschy | 1999-12-21 | 1 | -25/+36 |
* | debug information for parameters use line 0 for them (as they are | Roberto Ierusalimschy | 1999-12-21 | 1 | -15/+12 |
* | details | Roberto Ierusalimschy | 1999-12-20 | 1 | -6/+4 |
* | new chunkid for C functions (`luaL_chunkid') | Roberto Ierusalimschy | 1999-12-20 | 1 | -10/+17 |
* | new way to handle _PROMPT | Roberto Ierusalimschy | 1999-12-20 | 1 | -4/+10 |
* | luaS_newfixedstring renamed to luaS_newfixed | Roberto Ierusalimschy | 1999-12-14 | 4 | -10/+10 |
* | many details + code redistribution | Roberto Ierusalimschy | 1999-12-14 | 13 | -529/+170 |
* | module for internal use only, with functions for internal tests | Roberto Ierusalimschy | 1999-12-14 | 1 | -0/+273 |
* | new module with the debug API functions | Roberto Ierusalimschy | 1999-12-14 | 1 | -0/+145 |
* | comments | Roberto Ierusalimschy | 1999-12-09 | 1 | -5/+4 |
* | details | Roberto Ierusalimschy | 1999-12-07 | 2 | -4/+4 |
* | keep it simple | Roberto Ierusalimschy | 1999-12-07 | 1 | -44/+14 |
* | stack may not be empty after a correct run... | Roberto Ierusalimschy | 1999-12-07 | 1 | -6/+6 |
* | for the future... | Roberto Ierusalimschy | 1999-12-07 | 1 | -3/+3 |
* | `optimization' doesn't seem to make any difference... | Roberto Ierusalimschy | 1999-12-06 | 1 | -16/+10 |
* | better control (and error recovery) for begin/end blocks | Roberto Ierusalimschy | 1999-12-06 | 3 | -11/+13 |
* | configurable stack size + some corrections in error recovery in | Roberto Ierusalimschy | 1999-12-06 | 1 | -32/+27 |
* | `lua_setfallback' leaves things on the stack, so it is better to protect | Roberto Ierusalimschy | 1999-12-06 | 1 | -1/+3 |
* | new tests for begin/end blocks and multi-state | Roberto Ierusalimschy | 1999-12-06 | 1 | -5/+38 |
* | `lua_newstate' gets the inital stack size and other arguments | Roberto Ierusalimschy | 1999-12-06 | 5 | -15/+55 |
* | details. | Roberto Ierusalimschy | 1999-12-06 | 1 | -9/+12 |
* | new language for testC (debugging facility) | Roberto Ierusalimschy | 1999-12-03 | 1 | -71/+127 |
* | details | Roberto Ierusalimschy | 1999-12-03 | 1 | -3/+3 |
* | modifications by lhf | Roberto Ierusalimschy | 1999-12-02 | 2 | -100/+104 |
* | missing include | Roberto Ierusalimschy | 1999-12-02 | 2 | -2/+4 |
* | lua_Object is a pointer to the stack (because now the stack doen't move) | Roberto Ierusalimschy | 1999-12-02 | 7 | -84/+80 |
* | fixed stack; first version. | Roberto Ierusalimschy | 1999-12-01 | 10 | -402/+400 |
* | details | Roberto Ierusalimschy | 1999-11-30 | 2 | -6/+8 |
* | `object' and `string' are very busy names... | Roberto Ierusalimschy | 1999-11-29 | 2 | -50/+50 |
* | mistake in change for multi-state (gc threshold was not corrected) | Roberto Ierusalimschy | 1999-11-29 | 1 | -2/+2 |
* | new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECT | Roberto Ierusalimschy | 1999-11-29 | 3 | -8/+8 |
* | table sizes don't need to be primes; power of 2 gives the same performance. | Roberto Ierusalimschy | 1999-11-29 | 1 | -15/+6 |
* | table sizes don't need to be primes; power of 2 gives the same performance. | Roberto Ierusalimschy | 1999-11-26 | 6 | -40/+37 |
* | new way to keep function arguments (with StkId instead of copy) | Roberto Ierusalimschy | 1999-11-26 | 1 | -52/+51 |
* | new way to code CALLs + passing multiple arguments between function calls | Roberto Ierusalimschy | 1999-11-25 | 3 | -32/+22 |
* | new signature for function luaD_call (old luaD_calln) | Roberto Ierusalimschy | 1999-11-25 | 2 | -17/+14 |
* | comment | Roberto Ierusalimschy | 1999-11-25 | 1 | -2/+2 |
* | macros `key', `val', and `node' don't need the state | Roberto Ierusalimschy | 1999-11-23 | 3 | -12/+12 |
* | simpler without `init_hash' | Roberto Ierusalimschy | 1999-11-22 | 1 | -28/+12 |
* | new macro luaL_openl | Roberto Ierusalimschy | 1999-11-22 | 6 | -20/+20 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 44 | -1930/+2075 |
* | last warnings in Visual C | Roberto Ierusalimschy | 1999-11-16 | 2 | -7/+7 |
* | details | Roberto Ierusalimschy | 1999-11-12 | 1 | -2/+2 |
* | new API function `lua_equalobj' | Roberto Ierusalimschy | 1999-11-11 | 3 | -7/+18 |
* | BUG: `strfind' does not handle \0 in plain search. | Roberto Ierusalimschy | 1999-11-11 | 2 | -10/+36 |
* | better ways to test lock mechanism | Roberto Ierusalimschy | 1999-11-10 | 1 | -6/+9 |
* | buffer can shrink when too big | Roberto Ierusalimschy | 1999-11-10 | 2 | -7/+12 |
* | ways to measure number of `blocks' for GC + details | Roberto Ierusalimschy | 1999-11-10 | 6 | -30/+35 |
* | better implementation of `lua_ref' (much better...) | Roberto Ierusalimschy | 1999-11-10 | 2 | -16/+46 |