Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | small optimizations | Roberto Ierusalimschy | 2001-12-20 | 1 | -17/+15 | |
| | ||||||
* | first version of stackless Lua | Roberto Ierusalimschy | 2001-12-20 | 1 | -31/+56 | |
| | ||||||
* | comments | Roberto Ierusalimschy | 2001-12-13 | 1 | -1/+1 | |
| | ||||||
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 1 | -14/+12 | |
| | ||||||
* | it doesn't pay to optimize absence when it is an error | Roberto Ierusalimschy | 2001-12-10 | 1 | -15/+24 | |
| | ||||||
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -79/+58 | |
| | ||||||
* | new implementation for lua upvalues (sugested by E.T.): simpler and solves | Roberto Ierusalimschy | 2001-11-29 | 1 | -6/+3 | |
| | | | | a bug for multi-stacks | |||||
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -24/+23 | |
| | ||||||
* | optimizations for space in LClosures and time cleanning weak tables | Roberto Ierusalimschy | 2001-11-06 | 1 | -7/+6 | |
| | ||||||
* | tables of globals accessible through pseudo-index in C API | Roberto Ierusalimschy | 2001-10-31 | 1 | -4/+4 | |
| | ||||||
* | optimization for array part of a Table | Roberto Ierusalimschy | 2001-10-25 | 1 | -9/+8 | |
| | ||||||
* | new definitions for closure structures | Roberto Ierusalimschy | 2001-10-02 | 1 | -17/+13 | |
| | ||||||
* | small bug in close x return | Roberto Ierusalimschy | 2001-09-28 | 1 | -2/+4 | |
| | ||||||
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 1 | -37/+42 | |
| | ||||||
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -3/+3 | |
| | ||||||
* | better locality of assignment of table values | Roberto Ierusalimschy | 2001-08-30 | 1 | -9/+12 | |
| | ||||||
* | rename of `kproto' to `p' | Roberto Ierusalimschy | 2001-06-28 | 1 | -2/+2 | |
| | ||||||
* | new macros for changing numbers | Roberto Ierusalimschy | 2001-06-28 | 1 | -7/+10 | |
| | ||||||
* | too much optimization to "break" keys in tables; keep them as TObjects... | Roberto Ierusalimschy | 2001-06-26 | 1 | -3/+3 | |
| | ||||||
* | no more opnames in binary tag methods | Roberto Ierusalimschy | 2001-06-20 | 1 | -4/+2 | |
| | ||||||
* | cleaner way to ensure alignment for strings and userdata | Roberto Ierusalimschy | 2001-06-15 | 1 | -7/+8 | |
| | ||||||
* | small optimizations | Roberto Ierusalimschy | 2001-06-15 | 1 | -32/+40 | |
| | ||||||
* | details about opcode parameters | Roberto Ierusalimschy | 2001-06-11 | 1 | -12/+12 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2001-06-08 | 1 | -4/+2 | |
| | ||||||
* | new definition for `luaD_call' and `luaD_adjusttop' | Roberto Ierusalimschy | 2001-06-08 | 1 | -36/+40 | |
| | ||||||
* | details. | Roberto Ierusalimschy | 2001-06-08 | 1 | -57/+46 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2001-06-05 | 1 | -6/+21 | |
| | ||||||
* | new implementation for the Virtual Machine | Roberto Ierusalimschy | 2001-06-05 | 1 | -245/+231 | |
| | ||||||
* | list constructors do not adjust last expression | Roberto Ierusalimschy | 2001-04-06 | 1 | -9/+10 | |
| | ||||||
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -2/+3 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2001-03-07 | 1 | -7/+6 | |
| | ||||||
* | better way to link callinfo's and stack | Roberto Ierusalimschy | 2001-03-07 | 1 | -8/+8 | |
| | ||||||
* | optimization for tailcall does not seem to pay itself | Roberto Ierusalimschy | 2001-03-07 | 1 | -6/+1 | |
| | ||||||
* | buffer should be void *, as char now is not that neutral... | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 | |
| | ||||||
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -27/+27 | |
| | ||||||
* | avoid '...' and "..." inside comments | Roberto Ierusalimschy | 2001-02-22 | 1 | -6/+6 | |
| | ||||||
* | better separation between basic types | Roberto Ierusalimschy | 2001-02-20 | 1 | -3/+2 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2001-02-12 | 1 | -25/+30 | |
| | ||||||
* | string pointers are always fully aligned | Roberto Ierusalimschy | 2001-02-09 | 1 | -4/+4 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2001-02-09 | 1 | -11/+7 | |
| | ||||||
* | new way to handle top x L->top | Roberto Ierusalimschy | 2001-02-07 | 1 | -127/+100 | |
| | ||||||
* | better use of extra include files (both for tests and for old_ansi) | Roberto Ierusalimschy | 2001-02-06 | 1 | -6/+1 | |
| | ||||||
* | lock/unlock may use L + better structure for internal debug stuff | Roberto Ierusalimschy | 2001-02-02 | 1 | -3/+3 | |
| | ||||||
* | top must be updated when there is any error | Roberto Ierusalimschy | 2001-02-01 | 1 | -1/+5 | |
| | ||||||
* | better control of relationship top x L->top | Roberto Ierusalimschy | 2001-02-01 | 1 | -65/+73 | |
| | ||||||
* | smaller tables for machines with 8-bit alignment | Roberto Ierusalimschy | 2001-01-29 | 1 | -2/+2 | |
| | ||||||
* | simpler implementation of for loops | Roberto Ierusalimschy | 2001-01-29 | 1 | -25/+13 | |
| | ||||||
* | better implementation for list "for" | Roberto Ierusalimschy | 2001-01-29 | 1 | -10/+18 | |
| | ||||||
* | avoid side-effects on macros that may use twice their arguments | Roberto Ierusalimschy | 2001-01-26 | 1 | -9/+16 | |
| | ||||||
* | a small optimization | Roberto Ierusalimschy | 2001-01-24 | 1 | -5/+7 | |
| |