| Commit message (Expand) | Author | Age | Files | Lines |
* | code redistribution | Roberto Ierusalimschy | 2000-04-14 | 1 | -3/+14 |
* | name change | Roberto Ierusalimschy | 2000-03-30 | 1 | -3/+3 |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -8/+7 |
* | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 2000-03-27 | 1 | -2/+2 |
* | no more support for gc TM for tables | Roberto Ierusalimschy | 2000-03-27 | 1 | -20/+1 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -15/+15 |
* | renaming of some opcodes and fields | Roberto Ierusalimschy | 2000-01-28 | 1 | -5/+5 |
* | `const' array in protos breaked in 3 arrays (for strings, numbers, and | Roberto Ierusalimschy | 2000-01-25 | 1 | -3/+5 |
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 1 | -3/+3 |
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 1 | -3/+4 |
* | new way to control hooks inside hooks (now the control is done inside Lua) | Roberto Ierusalimschy | 1999-12-21 | 1 | -1/+4 |
* | many details + code redistribution | Roberto Ierusalimschy | 1999-12-14 | 1 | -2/+2 |
* | fixed stack; first version. | Roberto Ierusalimschy | 1999-12-01 | 1 | -4/+4 |
* | table sizes don't need to be primes; power of 2 gives the same performance. | Roberto Ierusalimschy | 1999-11-26 | 1 | -2/+2 |
* | macros `key', `val', and `node' don't need the state | Roberto Ierusalimschy | 1999-11-23 | 1 | -3/+3 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -61/+62 |
* | buffer can shrink when too big | Roberto Ierusalimschy | 1999-11-10 | 1 | -3/+9 |
* | new implementation for global variable values (separated from strings) | Roberto Ierusalimschy | 1999-11-04 | 1 | -15/+18 |
* | new implementation of hash tables. | Roberto Ierusalimschy | 1999-10-14 | 1 | -8/+11 |
* | new implementation for string hashing, with chaining. | Roberto Ierusalimschy | 1999-10-11 | 1 | -16/+22 |
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -154/+148 |
* | details | Roberto Ierusalimschy | 1999-09-27 | 1 | -7/+7 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -34/+18 |
* | new constants LUA_NOREF and LUA_REFNIL. | Roberto Ierusalimschy | 1999-08-11 | 1 | -3/+3 |
* | storing chunk "sources" instead of "filenames". | Roberto Ierusalimschy | 1999-03-04 | 1 | -2/+2 |
* | macros "growvector" and "reallocvector" more compact | Roberto Ierusalimschy | 1999-02-26 | 1 | -3/+2 |
* | new way to handle "growing" vectors | Roberto Ierusalimschy | 1999-02-25 | 1 | -12/+8 |
* | local names are all in the constant pool, so they do not need to be | Roberto Ierusalimschy | 1999-01-22 | 1 | -9/+2 |
* | "fileName" cannot be NULL | Roberto Ierusalimschy | 1998-07-12 | 1 | -3/+2 |
* | better use of "ASSERT". | Roberto Ierusalimschy | 1998-03-09 | 1 | -3/+5 |
* | support for strings with '\0' | Roberto Ierusalimschy | 1998-03-06 | 1 | -3/+3 |
* | MAX_WORD should not be bigger than MAX_INT | Roberto Ierusalimschy | 1998-01-19 | 1 | -2/+2 |
* | small optimizations in switch order | Roberto Ierusalimschy | 1998-01-09 | 1 | -3/+3 |
* | new scheme for buffers, centralized in auxlib. | Roberto Ierusalimschy | 1997-12-17 | 1 | -2/+1 |
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -8/+10 |
* | better treatment of MARKs and DEBUG cases. | Roberto Ierusalimschy | 1997-12-11 | 1 | -3/+7 |
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -2/+1 |
* | first version of "lua_close" | Roberto Ierusalimschy | 1997-12-01 | 1 | -5/+5 |
* | no more 'globalbag' | Roberto Ierusalimschy | 1997-11-27 | 1 | -2/+1 |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -41/+33 |
* | "global" version of a nil object. | Roberto Ierusalimschy | 1997-11-03 | 1 | -12/+3 |
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -3/+3 |
* | GC now considers an "estimate" of object size, instead of just the number | Roberto Ierusalimschy | 1997-10-23 | 1 | -11/+11 |
* | "nupvalues" is kept in Closure, not in prototype (as a preparation | Roberto Ierusalimschy | 1997-10-16 | 1 | -2/+2 |
* | better way to traverse GCnode lists. | Roberto Ierusalimschy | 1997-09-26 | 1 | -21/+15 |
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -10/+21 |
* | Garbage Collector | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+295 |