Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 2003-04-03 | 1 | -5/+3 |
* | bug: GC metamethod calls could mess C/Lua stack syncronization | Roberto Ierusalimschy | 2003-02-28 | 1 | -7/+11 |
* | no more attempt to optimize GC when parsing new modules (too complex) | Roberto Ierusalimschy | 2003-02-28 | 1 | -14/+5 |
* | no-nonsense debug information about tail calls | Roberto Ierusalimschy | 2003-02-27 | 1 | -7/+20 |
* | create arg table with correct size | Roberto Ierusalimschy | 2003-02-13 | 1 | -2/+2 |
* | bug: luaD_protectedparser must protect its garbage collection too | Roberto Ierusalimschy | 2003-01-23 | 1 | -15/+14 |
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+3 |
* | new function `lua_cpcall' | Roberto Ierusalimschy | 2002-12-04 | 1 | -24/+7 |
* | comments | Roberto Ierusalimschy | 2002-11-22 | 1 | -2/+2 |
* | separated control over C recursion level | Roberto Ierusalimschy | 2002-11-22 | 1 | -12/+19 |
* | new macro `condhardstacktests' to control hard stack tests | Roberto Ierusalimschy | 2002-11-21 | 1 | -1/+2 |
* | easier way to keep `base' correct | Roberto Ierusalimschy | 2002-11-21 | 1 | -7/+2 |
* | keep L->ci->base in L->base for faster access | Roberto Ierusalimschy | 2002-11-21 | 1 | -12/+16 |
* | new assertions | Roberto Ierusalimschy | 2002-11-18 | 1 | -4/+7 |
* | support for yield inside hooks | Roberto Ierusalimschy | 2002-11-18 | 1 | -18/+26 |
* | new representation for hooks (to allow asynchronous calls to sethook) | Roberto Ierusalimschy | 2002-11-18 | 1 | -10/+10 |
* | documentation for write barriers | Roberto Ierusalimschy | 2002-11-14 | 1 | -2/+2 |
* | better control over GCObjects | Roberto Ierusalimschy | 2002-11-13 | 1 | -2/+2 |
* | new macros to distinguish different types of object moves (for future GC | Roberto Ierusalimschy | 2002-11-07 | 1 | -13/+13 |
* | new API for coroutines | Roberto Ierusalimschy | 2002-11-06 | 1 | -59/+38 |
* | threads now are real Lua objects, subject to garbage collection | Roberto Ierusalimschy | 2002-10-25 | 1 | -10/+16 |
* | `undump' also uses private buffer | Roberto Ierusalimschy | 2002-10-09 | 1 | -2/+3 |
* | use of different buffers for scanner and concatenation | Roberto Ierusalimschy | 2002-10-08 | 1 | -2/+5 |
* | avoid the use of "enum" in the API, as they do not have a fixed representation | Roberto Ierusalimschy | 2002-09-02 | 1 | -2/+2 |
* | new structure for collectable objects, sharing a common header | Roberto Ierusalimschy | 2002-08-30 | 1 | -4/+4 |
* | detail | Roberto Ierusalimschy | 2002-08-07 | 1 | -2/+2 |
* | (much) cleaner way to control function states | Roberto Ierusalimschy | 2002-08-07 | 1 | -8/+8 |
* | new (old?) error handling scheme | Roberto Ierusalimschy | 2002-08-06 | 1 | -46/+17 |
* | new implementation for error handling | Roberto Ierusalimschy | 2002-08-05 | 1 | -140/+135 |
* | CallInfo has different fields for C functions and Lua functions | Roberto Ierusalimschy | 2002-07-16 | 1 | -31/+32 |
* | details | Roberto Ierusalimschy | 2002-07-09 | 1 | -12/+5 |
* | new interface for debug hooks | Roberto Ierusalimschy | 2002-07-08 | 1 | -39/+28 |
* | details (error messages) | Roberto Ierusalimschy | 2002-07-04 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2002-06-26 | 1 | -3/+3 |
* | first implementation of independent global table per function | Roberto Ierusalimschy | 2002-06-20 | 1 | -3/+3 |
* | better tests (assertions) for debug hooks | Roberto Ierusalimschy | 2002-06-18 | 1 | -3/+2 |
* | traceback stops at first protected call | Roberto Ierusalimschy | 2002-06-18 | 1 | -1/+9 |
* | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 1 | -49/+42 |
* | undump may return LUA_ERRRUN | Roberto Ierusalimschy | 2002-06-03 | 1 | -4/+2 |
* | lua_load* replaced by a simple lua_load | Roberto Ierusalimschy | 2002-06-03 | 1 | -3/+1 |
* | new `__newindex' eventfield | Roberto Ierusalimschy | 2002-05-27 | 1 | -5/+4 |
* | new names for string formating functions | Roberto Ierusalimschy | 2002-05-16 | 1 | -2/+2 |
* | new format for error messages | Roberto Ierusalimschy | 2002-05-15 | 1 | -11/+6 |
* | new function `lua_vpushstr' to replace uses of `sprintf' | Roberto Ierusalimschy | 2002-05-07 | 1 | -6/+4 |
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -31/+59 |
* | new way to handle errors (temporary version) | Roberto Ierusalimschy | 2002-04-22 | 1 | -71/+36 |
* | `panic' function configurable via API | Roberto Ierusalimschy | 2002-04-16 | 1 | -3/+2 |
* | check for errors while loading file | Roberto Ierusalimschy | 2002-04-15 | 1 | -1/+2 |
* | details | Roberto Ierusalimschy | 2002-04-10 | 1 | -2/+3 |
* | simpler way to control stack overflow | Roberto Ierusalimschy | 2002-03-26 | 1 | -36/+37 |