Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | some optimizations | Roberto Ierusalimschy | 2000-03-08 | 1 | -2/+2 | |
| | ||||||
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -3/+3 | |
| | ||||||
* | all order operators use a single tag method (<) | Roberto Ierusalimschy | 2000-02-22 | 1 | -2/+2 | |
| | ||||||
* | keep `top' in registers when running basic tasks (settable, getglobal, ...) | Roberto Ierusalimschy | 2000-01-24 | 1 | -5/+5 | |
| | ||||||
* | small optimizations (relational operators) | Roberto Ierusalimschy | 2000-01-19 | 1 | -3/+2 | |
| | ||||||
* | fixed stack; first version. | Roberto Ierusalimschy | 1999-12-01 | 1 | -5/+5 | |
| | ||||||
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -13/+13 | |
| | ||||||
* | new implementation for global variable values (separated from strings) | Roberto Ierusalimschy | 1999-11-04 | 1 | -3/+3 | |
| | ||||||
* | some more `const's | Roberto Ierusalimschy | 1999-10-14 | 1 | -2/+2 | |
| | ||||||
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -3/+3 | |
| | ||||||
* | clearer way to set tables. | Roberto Ierusalimschy | 1999-02-08 | 1 | -2/+2 | |
| | ||||||
* | details ("settable") | Roberto Ierusalimschy | 1998-12-30 | 1 | -2/+3 | |
| | ||||||
* | new functions "tinsert" and "tremove" | Roberto Ierusalimschy | 1998-12-30 | 1 | -1/+2 | |
| | ||||||
* | new function "sort" + many small changes | Roberto Ierusalimschy | 1998-07-12 | 1 | -1/+4 | |
| | ||||||
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -2/+2 | |
| | ||||||
* | "nupvalues" is kept in Closure, not in prototype (as a preparation | Roberto Ierusalimschy | 1997-10-16 | 1 | -2/+2 | |
| | | | | for C closures...) | |||||
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -3/+3 | |
| | ||||||
* | Lua virtual machine | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+29 | |