Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | global table is also pseudo-index | Roberto Ierusalimschy | 2001-10-31 | 1 | -11/+6 |
* | tables of globals accessible through pseudo-index in C API | Roberto Ierusalimschy | 2001-10-31 | 7 | -35/+31 |
* | `ref' support goes to auxlib | Roberto Ierusalimschy | 2001-10-31 | 4 | -50/+55 |
* | no more refs, upvalues; lexical scoping;pseudo-indices | Roberto Ierusalimschy | 2001-10-31 | 1 | -239/+171 |
* | more consistent names for auxlib functions | Roberto Ierusalimschy | 2001-10-26 | 7 | -53/+54 |
* | optimization for array part of a Table | Roberto Ierusalimschy | 2001-10-25 | 13 | -215/+421 |
* | no more MINPOWER2 | Roberto Ierusalimschy | 2001-10-25 | 2 | -10/+9 |
* | `Hash' -> `Table' | Roberto Ierusalimschy | 2001-10-25 | 2 | -6/+6 |
* | C++ warning | Roberto Ierusalimschy | 2001-10-17 | 1 | -2/+2 |
* | new API for registry and C upvalues + new implementation for references | Roberto Ierusalimschy | 2001-10-17 | 10 | -123/+111 |
* | details | Roberto Ierusalimschy | 2001-10-17 | 1 | -1/+7 |
* | new function `concat' | Roberto Ierusalimschy | 2001-10-16 | 1 | -1/+21 |
* | no more copytagmethod function | Roberto Ierusalimschy | 2001-10-11 | 3 | -22/+1 |
* | URL in indentification | Roberto Ierusalimschy | 2001-10-11 | 1 | -2/+4 |
* | new definitions for closure structures | Roberto Ierusalimschy | 2001-10-02 | 11 | -156/+137 |
* | "compatibility module" no longer exists | Roberto Ierusalimschy | 2001-10-02 | 2 | -4/+3 |
* | details | Roberto Ierusalimschy | 2001-10-02 | 4 | -9/+9 |
* | small bug in close x return | Roberto Ierusalimschy | 2001-09-28 | 3 | -11/+12 |