Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | detail | Roberto Ierusalimschy | 2004-03-16 | 1 | -2/+1 | |
| | ||||||
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -79/+79 | |
| | | | | for incremental garbage collection | |||||
* | First version of incremental GC | Roberto Ierusalimschy | 2003-12-09 | 1 | -6/+11 | |
| | ||||||
* | towards a "stackless" call of metamethods (?) | Roberto Ierusalimschy | 2003-10-27 | 1 | -18/+24 | |
| | ||||||
* | new way to control `pc' of running functions | Roberto Ierusalimschy | 2003-07-16 | 1 | -76/+78 | |
| | ||||||
* | correct handling when a thread turns on line hooks in another thread | Roberto Ierusalimschy | 2003-07-07 | 1 | -4/+6 | |
| | ||||||
* | better information about instruction behavior (use of arguments) | Roberto Ierusalimschy | 2003-05-14 | 1 | -6/+8 | |
| | ||||||
* | new semantics for "for" local variables | Roberto Ierusalimschy | 2003-05-13 | 1 | -25/+27 | |
| | ||||||
* | inlining of `luaV_gettable' were too complex (dirty) | Roberto Ierusalimschy | 2003-05-05 | 1 | -84/+39 | |
| | ||||||
* | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 2003-04-03 | 1 | -2/+2 | |
| | ||||||
* | clearance of debuging code (left by mistake) | Roberto Ierusalimschy | 2003-03-31 | 1 | -9/+1 | |
| | ||||||
* | ^ operator is defined by global `__pow' | Roberto Ierusalimschy | 2003-03-11 | 1 | -4/+3 | |
| | ||||||
* | comments | Roberto Ierusalimschy | 2003-03-07 | 1 | -2/+4 | |
| | ||||||
* | avoid including system headers after program headers | Roberto Ierusalimschy | 2003-03-06 | 1 | -2/+2 | |
| | ||||||
* | bug: GC metamethod calls could mess C/Lua stack syncronization | Roberto Ierusalimschy | 2003-02-28 | 1 | -6/+17 | |
| | ||||||
* | avoid the identifier `index' (clashes with BSD `index' function) | Roberto Ierusalimschy | 2003-02-27 | 1 | -5/+5 | |
| | ||||||
* | no-nonsense debug information about tail calls | Roberto Ierusalimschy | 2003-02-27 | 1 | -1/+2 | |
| | ||||||
* | small optimization for sizes of array constructors | Roberto Ierusalimschy | 2003-02-18 | 1 | -2/+2 | |
| | ||||||
* | different variables for number of upvalues and size of upvalue array | Roberto Ierusalimschy | 2003-02-11 | 1 | -2/+2 | |
| | | | | (makes code clearer) | |||||
* | correct semantics for comparison metamethods (they are only valid | Roberto Ierusalimschy | 2003-01-27 | 1 | -15/+42 | |
| | | | | when both operands have the same metamethod). | |||||
* | must move call results in the last iteration, too | Roberto Ierusalimschy | 2002-12-11 | 1 | -8/+9 | |
| | ||||||
* | bug: scope of generic for variables is not sound | Roberto Ierusalimschy | 2002-12-06 | 1 | -8/+17 | |
| | ||||||
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+3 | |
| | ||||||
* | simpler interface to hooks + use of `int' to count hooks | Roberto Ierusalimschy | 2002-11-25 | 1 | -2/+2 | |
| | ||||||
* | resets hook count even in case of errors | Roberto Ierusalimschy | 2002-11-25 | 1 | -2/+2 | |
| | ||||||
* | small bug: previous call may change `base' | Roberto Ierusalimschy | 2002-11-21 | 1 | -2/+3 | |
| | ||||||
* | easier way to keep `base' correct | Roberto Ierusalimschy | 2002-11-21 | 1 | -17/+18 | |
| | ||||||
* | keep L->ci->base in L->base for faster access | Roberto Ierusalimschy | 2002-11-21 | 1 | -5/+7 | |
| | ||||||
* | no problem keeping some dead meat while doing collection | Roberto Ierusalimschy | 2002-11-21 | 1 | -13/+4 | |
| | ||||||
* | small bugs (state could keep its CI_HASFRAME attribute after returning) | Roberto Ierusalimschy | 2002-11-19 | 1 | -5/+8 | |
| | ||||||
* | support for yield inside hooks | Roberto Ierusalimschy | 2002-11-18 | 1 | -4/+9 | |
| | ||||||
* | new representation for hooks (to allow asynchronous calls to sethook) | Roberto Ierusalimschy | 2002-11-18 | 1 | -2/+6 | |
| | ||||||
* | documentation for write barriers | Roberto Ierusalimschy | 2002-11-14 | 1 | -6/+6 | |
| | ||||||
* | new macros to distinguish different types of object moves (for future GC | Roberto Ierusalimschy | 2002-11-07 | 1 | -34/+34 | |
| | | | | evolution). | |||||
* | new API for coroutines | Roberto Ierusalimschy | 2002-11-06 | 1 | -1/+2 | |
| | ||||||
* | threads now are real Lua objects, subject to garbage collection | Roberto Ierusalimschy | 2002-10-25 | 1 | -5/+6 | |
| | ||||||
* | use of different buffers for scanner and concatenation | Roberto Ierusalimschy | 2002-10-08 | 1 | -2/+2 | |
| | ||||||
* | unification of __index & __gettable (and __newindex & __settable) | Roberto Ierusalimschy | 2002-09-19 | 1 | -3/+3 | |
| | ||||||
* | state's buffer is used only for chars | Roberto Ierusalimschy | 2002-09-19 | 1 | -2/+2 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2002-08-21 | 1 | -2/+2 | |
| | ||||||
* | new simetric format for ABC instructions, to avoid exchanging operands | Roberto Ierusalimschy | 2002-08-20 | 1 | -32/+22 | |
| | | | | for `commutative' operators | |||||
* | use a linear count for count hook | Roberto Ierusalimschy | 2002-08-12 | 1 | -4/+3 | |
| | ||||||
* | (much) cleaner way to control function states | Roberto Ierusalimschy | 2002-08-07 | 1 | -16/+21 | |
| | ||||||
* | small bugs when stack is reallocated | Roberto Ierusalimschy | 2002-08-07 | 1 | -9/+11 | |
| | ||||||
* | new implementation for error handling | Roberto Ierusalimschy | 2002-08-05 | 1 | -73/+77 | |
| | ||||||
* | new names for light userdata operations | Roberto Ierusalimschy | 2002-07-17 | 1 | -2/+2 | |
| | ||||||
* | CallInfo has different fields for C functions and Lua functions | Roberto Ierusalimschy | 2002-07-16 | 1 | -10/+13 | |
| | ||||||
* | hook count is quadratic | Roberto Ierusalimschy | 2002-07-08 | 1 | -2/+2 | |
| | ||||||
* | new interface for debug hooks | Roberto Ierusalimschy | 2002-07-08 | 1 | -13/+25 | |
| | ||||||
* | optimizations for gettable (temporary) | Roberto Ierusalimschy | 2002-07-05 | 1 | -32/+66 | |
| |