Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | remove dummy argument in LUA_ASSERT | Roberto Ierusalimschy | 2000-06-30 | 1 | -2/+2 | |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -4/+11 | |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -2/+3 | |
* | access to `values' in TObject always through macros | Roberto Ierusalimschy | 2000-06-08 | 1 | -2/+2 | |
* | collect dead indices in tables | Roberto Ierusalimschy | 2000-06-05 | 1 | -1/+3 | |
* | cleansing of lparser.c | Roberto Ierusalimschy | 2000-06-05 | 1 | -3/+8 | |
* | better field name | Roberto Ierusalimschy | 2000-05-30 | 1 | -3/+3 | |
* | gc tag methods for udata are called in (reverse) tag order | Roberto Ierusalimschy | 2000-05-30 | 1 | -44/+83 | |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -2/+2 | |
* | details | Roberto Ierusalimschy | 2000-05-11 | 1 | -4/+4 | |
* | string hash uses one single hash table | Roberto Ierusalimschy | 2000-05-10 | 1 | -25/+30 | |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -29/+2 | |
* | code redistribution | Roberto Ierusalimschy | 2000-04-14 | 1 | -3/+14 | |
* | name change | Roberto Ierusalimschy | 2000-03-30 | 1 | -3/+3 |