Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | using `ci->top' to control acceptable indices in C calls | Roberto Ierusalimschy | 2002-03-07 | 1 | -15/+21 | |
* | no more maximum stack size | Roberto Ierusalimschy | 2002-02-14 | 1 | -11/+15 | |
* | better order of record fields for 64-bit machines | Roberto Ierusalimschy | 2002-02-08 | 1 | -1/+1 | |
* | protected execution of `resume' | Roberto Ierusalimschy | 2002-02-05 | 1 | -26/+38 | |
* | callhook can be static | Roberto Ierusalimschy | 2002-01-30 | 1 | -1/+1 | |
* | first version of dynamic stack | Roberto Ierusalimschy | 2002-01-25 | 1 | -83/+132 | |
* | no more linehook field in CallInfo | Roberto Ierusalimschy | 2002-01-18 | 1 | -2/+2 | |
* | `yield' passes its arguments to `resume' | Roberto Ierusalimschy | 2002-01-11 | 1 | -27/+19 | |
* | first implementation of coroutines | Roberto Ierusalimschy | 2002-01-09 | 1 | -16/+110 | |
* | small optimizations | Roberto Ierusalimschy | 2002-01-03 | 1 | -3/+1 | |
* | small optimizations | Roberto Ierusalimschy | 2001-12-20 | 1 | -10/+0 | |
* | first version of stackless Lua | Roberto Ierusalimschy | 2001-12-20 | 1 | -47/+72 | |
* | LUA_ERRERR also cannot generate error message | Roberto Ierusalimschy | 2001-12-13 | 1 | -4/+2 | |
* | it doesn't pay to optimize absence when it is an error | Roberto Ierusalimschy | 2001-12-10 | 1 | -1/+1 | |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -9/+12 | |
* | new implementation for lua upvalues (sugested by E.T.): simpler and solves | Roberto Ierusalimschy | 2001-11-29 | 1 | -1/+0 | |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -20/+19 | |
* | details | Roberto Ierusalimschy | 2001-11-27 | 1 | -3/+2 | |
* | new API for registry and C upvalues + new implementation for references | Roberto Ierusalimschy | 2001-10-17 | 1 | -6/+7 | |
* | new definitions for closure structures | Roberto Ierusalimschy | 2001-10-02 | 1 | -7/+8 | |
* | small bug when closing closures in error conditions | Roberto Ierusalimschy | 2001-09-25 | 1 | -3/+4 | |
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 1 | -9/+19 | |
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -3/+3 | |
* | use macros for 'getc' | Roberto Ierusalimschy | 2001-07-16 | 1 | -2/+2 | |
* | new definition for headers of binary files | Roberto Ierusalimschy | 2001-07-12 | 1 | -3/+3 | |
* | new definition for `luaD_call' and `luaD_adjusttop' | Roberto Ierusalimschy | 2001-06-08 | 1 | -35/+20 | |
* | details | Roberto Ierusalimschy | 2001-06-05 | 1 | -12/+10 | |
* | new API functions to load (parse?) a chunk without running it. | Roberto Ierusalimschy | 2001-04-11 | 1 | -26/+4 | |
* | small bug (when parser fails, there is no function on the stack...) | Roberto Ierusalimschy | 2001-04-06 | 1 | -2/+4 | |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -2/+3 | |
* | better way to link callinfo's and stack | Roberto Ierusalimschy | 2001-03-07 | 1 | -27/+20 | |
* | lower-case for macros with arguments | Roberto Ierusalimschy | 2001-03-02 | 1 | -9/+9 | |
* | details for wchar | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 | |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -22/+22 | |
* | _ERRORMESSAGE called through get global tag method | Roberto Ierusalimschy | 2001-02-23 | 1 | -4/+3 | |
* | avoid '...' and "..." inside comments | Roberto Ierusalimschy | 2001-02-22 | 1 | -2/+2 | |
* | better encapsulation of some types | Roberto Ierusalimschy | 2001-02-22 | 1 | -5/+2 | |
* | better separation between basic types | Roberto Ierusalimschy | 2001-02-20 | 1 | -2/+2 | |
* | new way to handle top x L->top | Roberto Ierusalimschy | 2001-02-07 | 1 | -9/+2 | |
* | loop of 'dostring' may never reclaim memory | Roberto Ierusalimschy | 2001-02-02 | 1 | -2/+4 | |
* | lock/unlock may use L + better structure for internal debug stuff | Roberto Ierusalimschy | 2001-02-02 | 1 | -12/+12 | |
* | no need for tags in boxed values :-( | Roberto Ierusalimschy | 2001-02-01 | 1 | -2/+1 | |
* | all boxed types start with their tags | Roberto Ierusalimschy | 2001-01-29 | 1 | -1/+2 | |
* | avoid the use of "reopen" (not that standard) | Roberto Ierusalimschy | 2001-01-29 | 1 | -2/+3 | |
* | new macros + new names to facilitate compilation of threaded version | Roberto Ierusalimschy | 2001-01-26 | 1 | -9/+9 | |
* | macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core | Roberto Ierusalimschy | 2001-01-24 | 1 | -9/+23 | |
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -8/+8 | |
* | all accesses to TObjects done through macros | Roberto Ierusalimschy | 2001-01-18 | 1 | -14/+11 | |
* | specialized versions for luaH_set (numbers and strings) | Roberto Ierusalimschy | 2001-01-10 | 1 | -2/+2 | |
* | new macro pushliteral | Roberto Ierusalimschy | 2001-01-10 | 1 | -2/+2 |