Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core | Roberto Ierusalimschy | 2001-01-24 | 1 | -9/+10 | |
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -15/+15 | |
* | all accesses to TObjects done through macros | Roberto Ierusalimschy | 2001-01-18 | 1 | -84/+59 | |
* | no more END opcode | Roberto Ierusalimschy | 2001-01-15 | 1 | -5/+1 | |
* | string comparison only needs to test for "less than" | Roberto Ierusalimschy | 2001-01-11 | 1 | -8/+8 | |
* | specialized versions for luaH_set (numbers and strings) | Roberto Ierusalimschy | 2001-01-10 | 1 | -19/+12 | |
* | small changes in lstring | Roberto Ierusalimschy | 2001-01-10 | 1 | -2/+2 | |
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -3/+3 | |
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -4/+4 | |
* | better support for 64-bit machines (avoid excessive use of longs) | Roberto Ierusalimschy | 2000-11-24 | 1 | -3/+3 | |
* | new API function `createuserdata' | Roberto Ierusalimschy | 2000-10-26 | 1 | -8/+8 | |
* | luaD_call is more uniform | Roberto Ierusalimschy | 2000-10-06 | 1 | -18/+9 | |
* | tag methods are always functions, so don't need to store a whole object | Roberto Ierusalimschy | 2000-10-05 | 1 | -37/+40 | |
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -55/+57 | |
* | call hooks can only be called when `pc' is active (that is, inside | Roberto Ierusalimschy | 2000-10-04 | 1 | -7/+17 | |
* | details. | Roberto Ierusalimschy | 2000-10-03 | 1 | -2/+2 | |
* | easier way to change type Number | Roberto Ierusalimschy | 2000-10-03 | 1 | -3/+3 | |
* | new API function `lua_type' + new type lua_Type | Roberto Ierusalimschy | 2000-10-02 | 1 | -2/+2 | |
* | new API for garbage collector | Roberto Ierusalimschy | 2000-10-02 | 1 | -4/+2 | |
* | bug: lua_gettable does not get key from stack top | Roberto Ierusalimschy | 2000-09-25 | 1 | -2/+2 | |
* | macros to do jumps | Roberto Ierusalimschy | 2000-09-20 | 1 | -18/+21 | |
* | new scheme for buffers | Roberto Ierusalimschy | 2000-09-11 | 1 | -3/+2 |