Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2002-02-07 | no more lua_[gs]etstr | Roberto Ierusalimschy | 5 | -29/+48 |
2002-02-07 | comments | Roberto Ierusalimschy | 1 | -1/+1 |
2002-02-07 | details. | Roberto Ierusalimschy | 2 | -12/+12 |
2002-02-07 | bug: true 1 != true 2 + no more lua_getstr + some new macros | Roberto Ierusalimschy | 1 | -27/+6 |
2002-02-05 | line number in listcode (and tests for replace) | Roberto Ierusalimschy | 1 | -1/+5 |
2002-02-05 | simpler implementation for `for' loops | Roberto Ierusalimschy | 7 | -95/+57 |
2002-02-05 | protected execution of `resume' | Roberto Ierusalimschy | 1 | -26/+38 |
2002-02-05 | comments | Roberto Ierusalimschy | 1 | -2/+2 |
2002-02-05 | new function luaL_errstr | Roberto Ierusalimschy | 3 | -5/+19 |
2002-02-05 | new function `lua_replace' | Roberto Ierusalimschy | 2 | -16/+14 |
2002-01-30 | details | Roberto Ierusalimschy | 1 | -4/+4 |
2002-01-30 | callhook can be static | Roberto Ierusalimschy | 2 | -2/+1 |
2002-01-30 | `eventtable' renamed to `metatable' | Roberto Ierusalimschy | 13 | -69/+69 |
2002-01-25 | first version of dynamic stack | Roberto Ierusalimschy | 9 | -175/+250 |
2002-01-25 | details | Roberto Ierusalimschy | 1 | -7/+1 |
2002-01-25 | nil is a `valid' eventtable | Roberto Ierusalimschy | 2 | -4/+7 |
2002-01-25 | 2^15 does not fit in a 16-bit int | Roberto Ierusalimschy | 1 | -7/+5 |
2002-01-25 | OP_LOADINT can be done by OP_LOADK | Roberto Ierusalimschy | 6 | -97/+74 |
2002-01-18 | small improvements | Roberto Ierusalimschy | 1 | -21/+6 |
2002-01-18 | no more linehook field in CallInfo | Roberto Ierusalimschy | 3 | -9/+14 |
2002-01-18 | legacy declaration | Roberto Ierusalimschy | 1 | -1/+0 |
2002-01-16 | preparations for stack reallocation | Roberto Ierusalimschy | 2 | -2/+2 |
2002-01-16 | cleaner semantics for test instructions (skips) | Roberto Ierusalimschy | 5 | -72/+48 |
2002-01-16 | small optimization | Roberto Ierusalimschy | 1 | -8/+13 |
2002-01-11 | `yield' passes its arguments to `resume' | Roberto Ierusalimschy | 2 | -34/+47 |
2002-01-11 | details | Roberto Ierusalimschy | 1 | -2/+3 |
2002-01-11 | distinct functions to create/destroy states and threads | Roberto Ierusalimschy | 7 | -88/+135 |
2002-01-11 | detail | Roberto Ierusalimschy | 2 | -3/+4 |
2002-01-09 | first implementation of coroutines | Roberto Ierusalimschy | 11 | -137/+229 |
2002-01-09 | dependencies updated | Roberto Ierusalimschy | 1 | -32/+33 |
2002-01-09 | new macro lua_userstateopen | Roberto Ierusalimschy | 2 | -3/+11 |
2002-01-09 | new interface for weak modes | Roberto Ierusalimschy | 6 | -44/+33 |
2002-01-03 | small optimizations | Roberto Ierusalimschy | 3 | -16/+18 |
2002-01-03 | some compatibility macros | Roberto Ierusalimschy | 2 | -0/+11 |
2002-01-03 | better check for option in `strfind' | Roberto Ierusalimschy | 1 | -1/+2 |
2001-12-21 | some warnings | Roberto Ierusalimschy | 4 | -6/+5 |
2001-12-21 | BUG: seg. fault when rawget/rawset get extra arguments | Roberto Ierusalimschy | 2 | -3/+10 |
2001-12-20 | rename of lua_isnull to lua_isnone | Roberto Ierusalimschy | 5 | -16/+16 |
2001-12-20 | small optimizations | Roberto Ierusalimschy | 4 | -29/+18 |
2001-12-20 | first version of stackless Lua | Roberto Ierusalimschy | 2 | -78/+128 |
2001-12-19 | another bug in next (when n is a power of 2) | Roberto Ierusalimschy | 1 | -2/+2 |
2001-12-18 | first version of Lua "stackless" | Roberto Ierusalimschy | 8 | -50/+49 |
2001-12-13 | LUA_ERRERR also cannot generate error message | Roberto Ierusalimschy | 1 | -4/+2 |
2001-12-13 | comments | Roberto Ierusalimschy | 1 | -1/+1 |
2001-12-12 | run GC tag methods in protected mod | Roberto Ierusalimschy | 1 | -10/+23 |
2001-12-11 | new type `boolean' | Roberto Ierusalimschy | 18 | -121/+166 |
2001-12-11 | reentrant implementation of garbage collection | Roberto Ierusalimschy | 3 | -25/+31 |
2001-12-10 | details | Roberto Ierusalimschy | 1 | -4/+13 |
2001-12-10 | simpler way to collect userdata | Roberto Ierusalimschy | 2 | -2/+3 |
2001-12-10 | it doesn't pay to optimize absence when it is an error | Roberto Ierusalimschy | 3 | -19/+33 |