Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | callhook can be static | Roberto Ierusalimschy | 2002-01-30 | 2 | -2/+1 | |
* | `eventtable' renamed to `metatable' | Roberto Ierusalimschy | 2002-01-30 | 13 | -69/+69 | |
* | first version of dynamic stack | Roberto Ierusalimschy | 2002-01-25 | 9 | -175/+250 | |
* | details | Roberto Ierusalimschy | 2002-01-25 | 1 | -7/+1 | |
* | nil is a `valid' eventtable | Roberto Ierusalimschy | 2002-01-25 | 2 | -4/+7 | |
* | 2^15 does not fit in a 16-bit int | Roberto Ierusalimschy | 2002-01-25 | 1 | -7/+5 | |
* | OP_LOADINT can be done by OP_LOADK | Roberto Ierusalimschy | 2002-01-25 | 6 | -97/+74 | |
* | small improvements | Roberto Ierusalimschy | 2002-01-18 | 1 | -21/+6 | |
* | no more linehook field in CallInfo | Roberto Ierusalimschy | 2002-01-18 | 3 | -9/+14 | |
* | legacy declaration | Roberto Ierusalimschy | 2002-01-18 | 1 | -1/+0 | |
* | preparations for stack reallocation | Roberto Ierusalimschy | 2002-01-16 | 2 | -2/+2 | |
* | cleaner semantics for test instructions (skips) | Roberto Ierusalimschy | 2002-01-16 | 5 | -72/+48 | |
* | small optimization | Roberto Ierusalimschy | 2002-01-16 | 1 | -8/+13 | |
* | `yield' passes its arguments to `resume' | Roberto Ierusalimschy | 2002-01-11 | 2 | -34/+47 | |
* | details | Roberto Ierusalimschy | 2002-01-11 | 1 | -2/+3 | |
* | distinct functions to create/destroy states and threads | Roberto Ierusalimschy | 2002-01-11 | 7 | -88/+135 | |
* | detail | Roberto Ierusalimschy | 2002-01-11 | 2 | -3/+4 | |
* | first implementation of coroutines | Roberto Ierusalimschy | 2002-01-09 | 11 | -137/+229 | |
* | dependencies updated | Roberto Ierusalimschy | 2002-01-09 | 1 | -32/+33 | |
* | new macro lua_userstateopen | Roberto Ierusalimschy | 2002-01-09 | 2 | -3/+11 | |
* | new interface for weak modes | Roberto Ierusalimschy | 2002-01-09 | 6 | -44/+33 | |
* | small optimizations | Roberto Ierusalimschy | 2002-01-03 | 3 | -16/+18 | |
* | some compatibility macros | Roberto Ierusalimschy | 2002-01-03 | 2 | -0/+11 | |
* | better check for option in `strfind' | Roberto Ierusalimschy | 2002-01-03 | 1 | -1/+2 | |
* | some warnings | Roberto Ierusalimschy | 2001-12-21 | 4 | -6/+5 | |
* | BUG: seg. fault when rawget/rawset get extra arguments | Roberto Ierusalimschy | 2001-12-21 | 2 | -3/+10 | |
* | rename of lua_isnull to lua_isnone | Roberto Ierusalimschy | 2001-12-20 | 5 | -16/+16 | |
* | small optimizations | Roberto Ierusalimschy | 2001-12-20 | 4 | -29/+18 | |
* | first version of stackless Lua | Roberto Ierusalimschy | 2001-12-20 | 2 | -78/+128 | |
* | another bug in next (when n is a power of 2) | Roberto Ierusalimschy | 2001-12-19 | 1 | -2/+2 | |
* | first version of Lua "stackless" | Roberto Ierusalimschy | 2001-12-18 | 8 | -50/+49 | |
* | LUA_ERRERR also cannot generate error message | Roberto Ierusalimschy | 2001-12-13 | 1 | -4/+2 | |
* | comments | Roberto Ierusalimschy | 2001-12-13 | 1 | -1/+1 | |
* | run GC tag methods in protected mod | Roberto Ierusalimschy | 2001-12-12 | 1 | -10/+23 | |
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 18 | -121/+166 | |
* | reentrant implementation of garbage collection | Roberto Ierusalimschy | 2001-12-11 | 3 | -25/+31 | |
* | details | Roberto Ierusalimschy | 2001-12-10 | 1 | -4/+13 | |
* | simpler way to collect userdata | Roberto Ierusalimschy | 2001-12-10 | 2 | -2/+3 | |
* | it doesn't pay to optimize absence when it is an error | Roberto Ierusalimschy | 2001-12-10 | 3 | -19/+33 | |
* | new API functions lua_getstr/lua_setstr | Roberto Ierusalimschy | 2001-12-10 | 7 | -45/+30 | |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 24 | -706/+412 | |
* | new implementation for lua upvalues (sugested by E.T.): simpler and solves | Roberto Ierusalimschy | 2001-11-29 | 8 | -112/+67 | |
* | avoid clashing names between macros and fields | Roberto Ierusalimschy | 2001-11-29 | 3 | -7/+7 | |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 39 | -1210/+1161 | |
* | details | Roberto Ierusalimschy | 2001-11-27 | 2 | -5/+4 | |
* | bug: `next' did not work for numeric indices | Roberto Ierusalimschy | 2001-11-16 | 2 | -8/+7 | |
* | `luaX_syntaxerror' does not need to be public | Roberto Ierusalimschy | 2001-11-16 | 2 | -14/+19 | |
* | optimizations for space in LClosures and time cleanning weak tables | Roberto Ierusalimschy | 2001-11-06 | 4 | -85/+88 | |
* | details. | Roberto Ierusalimschy | 2001-11-06 | 1 | -2/+3 | |
* | field G renamed to _G to avoid problemas with bugged macro-systems | Roberto Ierusalimschy | 2001-11-06 | 2 | -9/+9 |