Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | details | Roberto Ierusalimschy | 2001-09-25 | 2 | -7/+7 |
* | restricted syntax for function call/table accesses prefixes | Roberto Ierusalimschy | 2001-09-25 | 1 | -42/+55 |
* | small bug when closing closures in error conditions | Roberto Ierusalimschy | 2001-09-25 | 1 | -3/+4 |
* | changes by lhf | Roberto Ierusalimschy | 2001-09-24 | 1 | -798/+1010 |
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 18 | -187/+412 |
* | better definition for `luaM_freelem' | Roberto Ierusalimschy | 2001-09-07 | 2 | -2/+2 |
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 26 | -141/+148 |
* | start of new version | Roberto Ierusalimschy | 2001-08-31 | 1 | -2/+2 |
* | better locality of assignment of table values | Roberto Ierusalimschy | 2001-08-30 | 6 | -40/+48 |
* | some changes of arguments from char to int | Roberto Ierusalimschy | 2001-08-30 | 1 | -22/+22 |
* | avoid augmenting alignment of pointers | Roberto Ierusalimschy | 2001-08-30 | 1 | -10/+10 |
* | tinsert gets 3d argument instead of last one | Roberto Ierusalimschy | 2001-08-30 | 1 | -3/+5 |
* | details | Roberto Ierusalimschy | 2001-08-30 | 1 | -2/+3 |
* | new syntax "= exp" to rpint exp + simplifications | Roberto Ierusalimschy | 2001-08-30 | 1 | -38/+50 |
* | use a table to find (and reuse) constants when parsing | Roberto Ierusalimschy | 2001-08-27 | 6 | -38/+32 |
* | avoid some warnings from strange compilers | Roberto Ierusalimschy | 2001-08-27 | 2 | -4/+4 |
* | extra parenteses to avoid warnings | Roberto Ierusalimschy | 2001-08-27 | 1 | -3/+3 |
* | the parser is not LL(1) | Roberto Ierusalimschy | 2001-08-10 | 2 | -4/+4 |
* | better optimization optionsv4.1-alpha | Roberto Ierusalimschy | 2001-07-24 | 1 | -2/+2 |