Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename of `kproto' to `p' | Roberto Ierusalimschy | 2001-06-28 | 1 | -3/+3 |
* | too much optimization to "break" keys in tables; keep them as TObjects... | Roberto Ierusalimschy | 2001-06-26 | 1 | -18/+14 |
* | resurect userdata before calling its GC tag method | Roberto Ierusalimschy | 2001-06-21 | 1 | -13/+28 |
* | cleaner way to ensure alignment for strings and userdata | Roberto Ierusalimschy | 2001-06-15 | 1 | -15/+15 |
* | small optimizations | Roberto Ierusalimschy | 2001-06-15 | 1 | -57/+57 |
* | details | Roberto Ierusalimschy | 2001-06-13 | 1 | -4/+4 |
* | more robust treatment of GC tag methods (now they can create new | Roberto Ierusalimschy | 2001-06-12 | 1 | -22/+7 |
* | new definition for `luaD_call' and `luaD_adjusttop' | Roberto Ierusalimschy | 2001-06-08 | 1 | -4/+6 |
* | smaller structs for udata and for strings | Roberto Ierusalimschy | 2001-06-07 | 1 | -5/+6 |
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -33/+29 |
* | details | Roberto Ierusalimschy | 2001-06-05 | 1 | -7/+1 |
* | new implementation for the Virtual Machine | Roberto Ierusalimschy | 2001-06-05 | 1 | -3/+5 |
* | re-implementation of refs through weak tables | Roberto Ierusalimschy | 2001-04-17 | 1 | -32/+3 |
* | first implementation for weak tables | Roberto Ierusalimschy | 2001-04-11 | 1 | -15/+44 |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -1/+2 |
* | better way to link callinfo's and stack | Roberto Ierusalimschy | 2001-03-07 | 1 | -6/+3 |
* | lower-case for macros with arguments | Roberto Ierusalimschy | 2001-03-02 | 1 | -7/+7 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -2/+2 |
* | avoid '...' and "..." inside comments | Roberto Ierusalimschy | 2001-02-22 | 1 | -2/+2 |
* | code check for upvalues | Roberto Ierusalimschy | 2001-02-20 | 1 | -2/+4 |
* | 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 | -3/+6 |
* | back to the basics (well-behaved variant record...) | Roberto Ierusalimschy | 2001-02-02 | 1 | -2/+2 |
* | loop of 'dostring' may never reclaim memory | Roberto Ierusalimschy | 2001-02-02 | 1 | -2/+2 |
* | lock/unlock may use L + better structure for internal debug stuff | Roberto Ierusalimschy | 2001-02-02 | 1 | -1/+16 |
* | no need for tags in boxed values :-( | Roberto Ierusalimschy | 2001-02-01 | 1 | -3/+1 |
* | all boxed types start with their tags | Roberto Ierusalimschy | 2001-01-29 | 1 | -1/+3 |
* | smaller tables for machines with 8-bit alignment | Roberto Ierusalimschy | 2001-01-29 | 1 | -4/+9 |
* | details | Roberto Ierusalimschy | 2001-01-26 | 1 | -2/+2 |
* | easier way to erase 'dead' keys | Roberto Ierusalimschy | 2001-01-26 | 1 | -14/+26 |
* | first implementation for type names | Roberto Ierusalimschy | 2001-01-25 | 1 | -6/+9 |
* | support for multiple stacks sharing the same global environment | Roberto Ierusalimschy | 2001-01-22 | 1 | -32/+42 |
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -43/+42 |
* | all accesses to TObjects done through macros | Roberto Ierusalimschy | 2001-01-18 | 1 | -11/+9 |
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -10/+7 |
* | explicit control of size for growing vectors | Roberto Ierusalimschy | 2000-12-26 | 1 | -5/+5 |
* | 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 | -3/+3 |
* | tag methods are always functions, so don't need to store a whole object | Roberto Ierusalimschy | 2000-10-05 | 1 | -18/+21 |
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -32/+28 |
* | new API for garbage collector | Roberto Ierusalimschy | 2000-10-02 | 1 | -37/+31 |
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -3/+5 |
* | GC may crash when checking C closures | Roberto Ierusalimschy | 2000-09-25 | 1 | -2/+2 |
* | warnings in Solaris | Roberto Ierusalimschy | 2000-09-19 | 1 | -3/+3 |
* | new scheme for buffers | Roberto Ierusalimschy | 2000-09-11 | 1 | -3/+5 |
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -3/+39 |
* | new way to store local-variable information. | Roberto Ierusalimschy | 2000-08-22 | 1 | -4/+3 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 |
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 1 | -6/+4 |
* | new algorithm for traversing in GC to avoid deep recursion calls | Roberto Ierusalimschy | 2000-08-07 | 1 | -62/+86 |