Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
2001-08-30 | new syntax "= exp" to rpint exp + simplifications | Roberto Ierusalimschy | 1 | -38/+50 |
2001-08-27 | use a table to find (and reuse) constants when parsing | Roberto Ierusalimschy | 6 | -38/+32 |
2001-08-27 | avoid some warnings from strange compilers | Roberto Ierusalimschy | 2 | -4/+4 |
2001-08-27 | extra parenteses to avoid warnings | Roberto Ierusalimschy | 1 | -3/+3 |
2001-08-10 | the parser is not LL(1) | Roberto Ierusalimschy | 2 | -4/+4 |
2001-07-24 | better optimization optionsv4.1-alpha | Roberto Ierusalimschy | 1 | -2/+2 |
2001-07-24 | no more deprecated code | Roberto Ierusalimschy | 1 | -11/+8 |
2001-07-24 | warnings from Visual C++ (plus small details) | Roberto Ierusalimschy | 1 | -25/+26 |
2001-07-24 | the usual stuff | Roberto Ierusalimschy | 1 | -26/+24 |
2001-07-24 | details | Roberto Ierusalimschy | 1 | -6/+6 |
2001-07-24 | small bug when creating AsBc instructions in 16-bit machines | Roberto Ierusalimschy | 3 | -6/+6 |
2001-07-23 | `newtype' returns old tag when given an old name | Roberto Ierusalimschy | 1 | -6/+4 |
2001-07-21 | warnings/details | Roberto Ierusalimschy | 5 | -18/+10 |
2001-07-19 | ready for 4.1 alpha? | Roberto Ierusalimschy | 1 | -303/+487 |
2001-07-19 | version -> 4.1 alpha | Roberto Ierusalimschy | 1 | -2/+2 |