Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |