Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | storing chunk "sources" instead of "filenames". | Roberto Ierusalimschy | 1999-03-04 | 1 | -2/+2 |
* | small corrections in comments | Roberto Ierusalimschy | 1998-06-19 | 1 | -2/+2 |
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -10/+1 |
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -5/+5 |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -10/+8 |
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -1/+11 |
* | GC now considers an "estimate" of object size, instead of just the number | Roberto Ierusalimschy | 1997-10-23 | 1 | -1/+7 |
* | "nupvalues" is kept in Closure, not in prototype (as a preparation | Roberto Ierusalimschy | 1997-10-16 | 1 | -2/+1 |
* | better way to traverse GCnode lists. | Roberto Ierusalimschy | 1997-09-26 | 1 | -16/+5 |
* | Lua Function structures | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+105 |