Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Branch 5.2 - new releases for 5.2 go from here, main trunk goes | Roberto Ierusalimschy | 2013-04-12 | 1 | -0/+33 |
| | | | | for next version | ||||
* | official branch for Lua 5.1 | Roberto Ierusalimschy | 2007-12-27 | 1 | -34/+0 |
| | |||||
* | added LUAI_FUNC to functions not in the API | Roberto Ierusalimschy | 2005-04-25 | 1 | -12/+12 |
| | |||||
* | C functions and userdata also have environments | Roberto Ierusalimschy | 2005-02-18 | 1 | -3/+3 |
| | |||||
* | cleaner way to remark open upvalues | Roberto Ierusalimschy | 2005-01-18 | 1 | -1/+2 |
| | |||||
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -4/+4 |
| | | | | for incremental garbage collection | ||||
* | macros for closure sizes are global | Roberto Ierusalimschy | 2003-11-24 | 1 | -1/+8 |
| | |||||
* | it's ok to dump functions with upvalues | Roberto Ierusalimschy | 2003-10-20 | 1 | -1/+2 |
| | |||||
* | name changes to avoid name collision between macros and variables | Roberto Ierusalimschy | 2003-03-18 | 1 | -2/+2 |
| | |||||
* | first implementation of independent global table per function | Roberto Ierusalimschy | 2002-06-20 | 1 | -2/+2 |
| | |||||
* | new implementation for lua upvalues (sugested by E.T.): simpler and solves | Roberto Ierusalimschy | 2001-11-29 | 1 | -1/+1 |
| | | | | a bug for multi-stacks | ||||
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -2/+2 |
| | |||||
* | new definitions for closure structures | Roberto Ierusalimschy | 2001-10-02 | 1 | -6/+1 |
| | |||||
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 1 | -2/+9 |
| | |||||
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 |
| | |||||
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -2/+1 |
| | |||||
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -1/+2 |
| | |||||
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -3/+2 |
| | |||||
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -4/+4 |
| | |||||
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 1 | -2/+2 |
| | |||||
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -5/+5 |
| | |||||
* | some more `const's | Roberto Ierusalimschy | 1999-10-14 | 1 | -2/+3 |
| | |||||
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -3/+3 |
| | |||||
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -2/+2 |
| | |||||
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -2/+1 |
| | |||||
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -4/+1 |
| | |||||
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -1/+2 |
| | |||||
* | better way to traverse GCnode lists. | Roberto Ierusalimschy | 1997-09-26 | 1 | -3/+3 |
| | |||||
* | Lua Function structures | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+26 |