Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | small bug (L->ci->top may be larger than L->top...) | Roberto Ierusalimschy | 2002-03-25 | 1 | -3/+4 |
* | simpler implementation for line information | Roberto Ierusalimschy | 2002-03-25 | 1 | -5/+4 |
* | some improvements in stack control | Roberto Ierusalimschy | 2002-03-20 | 1 | -9/+10 |
* | an error may call GC and find an incomplete `ci' | Roberto Ierusalimschy | 2002-03-15 | 1 | -2/+2 |
* | avoid C identifiers beginning with '_' | Roberto Ierusalimschy | 2002-03-11 | 1 | -3/+3 |
* | cannot store `top' in local variables... | Roberto Ierusalimschy | 2002-03-08 | 1 | -4/+3 |
* | using `ci->top' to control acceptable indices in C calls | Roberto Ierusalimschy | 2002-03-07 | 1 | -15/+21 |
* | no more maximum stack size | Roberto Ierusalimschy | 2002-02-14 | 1 | -11/+15 |
* | better order of record fields for 64-bit machines | Roberto Ierusalimschy | 2002-02-08 | 1 | -1/+1 |
* | protected execution of `resume' | Roberto Ierusalimschy | 2002-02-05 | 1 | -26/+38 |
* | callhook can be static | Roberto Ierusalimschy | 2002-01-30 | 1 | -1/+1 |
* | first version of dynamic stack | Roberto Ierusalimschy | 2002-01-25 | 1 | -83/+132 |
* | no more linehook field in CallInfo | Roberto Ierusalimschy | 2002-01-18 | 1 | -2/+2 |
* | `yield' passes its arguments to `resume' | Roberto Ierusalimschy | 2002-01-11 | 1 | -27/+19 |
* | first implementation of coroutines | Roberto Ierusalimschy | 2002-01-09 | 1 | -16/+110 |
* | small optimizations | Roberto Ierusalimschy | 2002-01-03 | 1 | -3/+1 |
* | small optimizations | Roberto Ierusalimschy | 2001-12-20 | 1 | -10/+0 |
* | first version of stackless Lua | Roberto Ierusalimschy | 2001-12-20 | 1 | -47/+72 |
* | LUA_ERRERR also cannot generate error message | Roberto Ierusalimschy | 2001-12-13 | 1 | -4/+2 |
* | it doesn't pay to optimize absence when it is an error | Roberto Ierusalimschy | 2001-12-10 | 1 | -1/+1 |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -9/+12 |
* | new implementation for lua upvalues (sugested by E.T.): simpler and solves | Roberto Ierusalimschy | 2001-11-29 | 1 | -1/+0 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -20/+19 |
* | details | Roberto Ierusalimschy | 2001-11-27 | 1 | -3/+2 |
* | new API for registry and C upvalues + new implementation for references | Roberto Ierusalimschy | 2001-10-17 | 1 | -6/+7 |