Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename of `kproto' to `p' | Roberto Ierusalimschy | 2001-06-28 | 1 | -3/+3 |
* | new macros for changing numbers | Roberto Ierusalimschy | 2001-06-28 | 1 | -1/+3 |
* | too much optimization to "break" keys in tables; keep them as TObjects... | Roberto Ierusalimschy | 2001-06-26 | 1 | -3/+5 |
* | cleaner way to ensure alignment for strings and userdata | Roberto Ierusalimschy | 2001-06-15 | 1 | -27/+23 |
* | smaller structs for udata and for strings | Roberto Ierusalimschy | 2001-06-07 | 1 | -5/+8 |
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -15/+19 |
* | new implementation for the Virtual Machine | Roberto Ierusalimschy | 2001-06-05 | 1 | -5/+3 |
* | first implementation for weak tables | Roberto Ierusalimschy | 2001-04-11 | 1 | -1/+2 |
* | better way to link callinfo's and stack | Roberto Ierusalimschy | 2001-03-07 | 1 | -15/+7 |
* | lower-case for macros with arguments | Roberto Ierusalimschy | 2001-03-02 | 1 | -2/+2 |
* | buffer should be void *, as char now is not that neutral... | Roberto Ierusalimschy | 2001-02-23 | 1 | -3/+4 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -7/+7 |
* | code check for upvalues | Roberto Ierusalimschy | 2001-02-20 | 1 | -1/+2 |
* | better separation between basic types | Roberto Ierusalimschy | 2001-02-20 | 1 | -5/+5 |
* | string pointers are always fully aligned | Roberto Ierusalimschy | 2001-02-09 | 1 | -10/+15 |
* | back to the basics (well-behaved variant record...) | Roberto Ierusalimschy | 2001-02-02 | 1 | -16/+14 |
* | lock/unlock may use L + better structure for internal debug stuff | Roberto Ierusalimschy | 2001-02-02 | 1 | -13/+4 |
* | no need for tags in boxed values :-( | Roberto Ierusalimschy | 2001-02-01 | 1 | -16/+4 |
* | all boxed types start with their tags | Roberto Ierusalimschy | 2001-01-29 | 1 | -6/+21 |
* | smaller tables for machines with 8-bit alignment | Roberto Ierusalimschy | 2001-01-29 | 1 | -3/+5 |
* | detail | Roberto Ierusalimschy | 2001-01-26 | 1 | -1/+6 |
* | first implementation for type names | Roberto Ierusalimschy | 2001-01-25 | 1 | -5/+1 |
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -16/+14 |
* | all accesses to TObjects done through macros | Roberto Ierusalimschy | 2001-01-18 | 1 | -15/+44 |
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -7/+7 |
* | 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 |
* | subtelties in layout of TString | Roberto Ierusalimschy | 2000-10-30 | 1 | -4/+11 |
* | macro DEBUG renamed to LUA_DEBUG | Roberto Ierusalimschy | 2000-10-30 | 1 | -3/+3 |
* | new API function `createuserdata' | Roberto Ierusalimschy | 2000-10-26 | 1 | -2/+3 |
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -34/+21 |
* | new API function `lua_type' + new type lua_Type | Roberto Ierusalimschy | 2000-10-02 | 1 | -5/+7 |
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -6/+8 |
* | `lauxlib' is now part of the libraries (not used by core Lua) | Roberto Ierusalimschy | 2000-09-11 | 1 | -1/+4 |
* | new scheme for buffers | Roberto Ierusalimschy | 2000-09-11 | 1 | -1/+2 |
* | new way to store local-variable information. | Roberto Ierusalimschy | 2000-08-22 | 1 | -4/+6 |
* | details | Roberto Ierusalimschy | 2000-08-21 | 1 | -4/+5 |
* | new structure for line information | Roberto Ierusalimschy | 2000-08-08 | 1 | -2/+3 |
* | new algorithm for traversing in GC to avoid deep recursion calls | Roberto Ierusalimschy | 2000-08-07 | 1 | -9/+15 |
* | remove dummy argument in LUA_ASSERT | Roberto Ierusalimschy | 2000-06-30 | 1 | -5/+5 |
* | better error messages | Roberto Ierusalimschy | 2000-06-28 | 1 | -4/+4 |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -6/+18 |
* | access to `values' in TObject always through macros | Roberto Ierusalimschy | 2000-06-08 | 1 | -3/+3 |
* | better field name | Roberto Ierusalimschy | 2000-05-30 | 1 | -3/+3 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -4/+3 |
* | string hash uses one single hash table | Roberto Ierusalimschy | 2000-05-10 | 1 | -2/+2 |
* | lua.h should not use names without prefix lua_ (`TObject', for instance) | Roberto Ierusalimschy | 2000-05-08 | 1 | -2/+2 |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -10/+2 |
* | small optimizations for table access | Roberto Ierusalimschy | 2000-04-25 | 1 | -3/+2 |
* | comments (detail) | Roberto Ierusalimschy | 2000-04-10 | 1 | -2/+2 |