Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
2001-12-10 | new API functions lua_getstr/lua_setstr | Roberto Ierusalimschy | 7 | -45/+30 |
2001-12-05 | tag system replaced by event tables | Roberto Ierusalimschy | 24 | -706/+412 |
2001-11-29 | new implementation for lua upvalues (sugested by E.T.): simpler and solves | Roberto Ierusalimschy | 8 | -112/+67 |
2001-11-29 | avoid clashing names between macros and fields | Roberto Ierusalimschy | 3 | -7/+7 |
2001-11-28 | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 39 | -1210/+1161 |
2001-11-27 | details | Roberto Ierusalimschy | 2 | -5/+4 |
2001-11-16 | bug: `next' did not work for numeric indices | Roberto Ierusalimschy | 2 | -8/+7 |
2001-11-16 | `luaX_syntaxerror' does not need to be public | Roberto Ierusalimschy | 2 | -14/+19 |
2001-11-06 | optimizations for space in LClosures and time cleanning weak tables | Roberto Ierusalimschy | 4 | -85/+88 |
2001-11-06 | details. | Roberto Ierusalimschy | 1 | -2/+3 |
2001-11-06 | field G renamed to _G to avoid problemas with bugged macro-systems | Roberto Ierusalimschy | 2 | -9/+9 |
2001-10-31 | global table is also pseudo-index | Roberto Ierusalimschy | 1 | -11/+6 |
2001-10-31 | tables of globals accessible through pseudo-index in C API | Roberto Ierusalimschy | 7 | -35/+31 |
2001-10-31 | `ref' support goes to auxlib | Roberto Ierusalimschy | 4 | -50/+55 |
2001-10-31 | no more refs, upvalues; lexical scoping;pseudo-indices | Roberto Ierusalimschy | 1 | -239/+171 |
2001-10-26 | more consistent names for auxlib functions | Roberto Ierusalimschy | 7 | -53/+54 |
2001-10-25 | optimization for array part of a Table | Roberto Ierusalimschy | 13 | -215/+421 |
2001-10-25 | no more MINPOWER2 | Roberto Ierusalimschy | 2 | -10/+9 |
2001-10-25 | `Hash' -> `Table' | Roberto Ierusalimschy | 2 | -6/+6 |
2001-10-17 | C++ warning | Roberto Ierusalimschy | 1 | -2/+2 |
2001-10-17 | new API for registry and C upvalues + new implementation for references | Roberto Ierusalimschy | 10 | -123/+111 |
2001-10-17 | details | Roberto Ierusalimschy | 1 | -1/+7 |
2001-10-16 | new function `concat' | Roberto Ierusalimschy | 1 | -1/+21 |
2001-10-11 | no more copytagmethod function | Roberto Ierusalimschy | 3 | -22/+1 |
2001-10-11 | URL in indentification | Roberto Ierusalimschy | 1 | -2/+4 |
2001-10-02 | new definitions for closure structures | Roberto Ierusalimschy | 11 | -156/+137 |
2001-10-02 | "compatibility module" no longer exists | Roberto Ierusalimschy | 2 | -4/+3 |
2001-10-02 | details | Roberto Ierusalimschy | 4 | -9/+9 |