Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
2001-09-28 | small bug in close x return | Roberto Ierusalimschy | 3 | -11/+12 |
2001-09-25 | details | Roberto Ierusalimschy | 2 | -7/+7 |
2001-09-25 | restricted syntax for function call/table accesses prefixes | Roberto Ierusalimschy | 1 | -42/+55 |
2001-09-25 | small bug when closing closures in error conditions | Roberto Ierusalimschy | 1 | -3/+4 |
2001-09-24 | changes by lhf | Roberto Ierusalimschy | 1 | -798/+1010 |
2001-09-07 | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 18 | -187/+412 |
2001-09-07 | better definition for `luaM_freelem' | Roberto Ierusalimschy | 2 | -2/+2 |
2001-08-31 | better syntax for type casts | Roberto Ierusalimschy | 26 | -141/+148 |
2001-08-31 | start of new version | Roberto Ierusalimschy | 1 | -2/+2 |
2001-08-30 | better locality of assignment of table values | Roberto Ierusalimschy | 6 | -40/+48 |
2001-08-30 | some changes of arguments from char to int | Roberto Ierusalimschy | 1 | -22/+22 |
2001-08-30 | avoid augmenting alignment of pointers | Roberto Ierusalimschy | 1 | -10/+10 |
2001-08-30 | tinsert gets 3d argument instead of last one | Roberto Ierusalimschy | 1 | -3/+5 |
2001-08-30 | details | Roberto Ierusalimschy | 1 | -2/+3 |