Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better performance for table operations (mainly for integer indices) | Roberto Ierusalimschy | 2001-07-05 | 1 | -50/+75 |
* | too much optimization to "break" keys in tables; keep them as TObjects... | Roberto Ierusalimschy | 2001-06-26 | 1 | -30/+27 |
* | cleaner way to ensure alignment for strings and userdata | Roberto Ierusalimschy | 2001-06-15 | 1 | -2/+2 |
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -2/+2 |
* | first implementation for weak tables | Roberto Ierusalimschy | 2001-04-11 | 1 | -1/+2 |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -1/+2 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -6/+6 |
* | better separation between basic types | Roberto Ierusalimschy | 2001-02-20 | 1 | -11/+27 |
* | no need for tags in boxed values :-( | Roberto Ierusalimschy | 2001-02-01 | 1 | -2/+1 |
* | better to avoid dirty tricks | Roberto Ierusalimschy | 2001-01-30 | 1 | -4/+4 |
* | all boxed types start with their tags | Roberto Ierusalimschy | 2001-01-29 | 1 | -1/+2 |
* | smaller tables for machines with 8-bit alignment | Roberto Ierusalimschy | 2001-01-29 | 1 | -17/+22 |
* | better implementation for list "for" | Roberto Ierusalimschy | 2001-01-29 | 1 | -1/+10 |
* | detail | Roberto Ierusalimschy | 2001-01-26 | 1 | -4/+4 |
* | optimizations based on all types but number and nil are pointers | Roberto Ierusalimschy | 2001-01-26 | 1 | -77/+37 |
* | easier way to erase 'dead' keys | Roberto Ierusalimschy | 2001-01-26 | 1 | -26/+2 |
* | first implementation for type names | Roberto Ierusalimschy | 2001-01-25 | 1 | -1/+3 |
* | macros LUA_ENTRY/LUA_EXIT to control exclusive access to Lua core | Roberto Ierusalimschy | 2001-01-24 | 1 | -4/+5 |
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -5/+5 |
* | all accesses to TObjects done through macros | Roberto Ierusalimschy | 2001-01-18 | 1 | -10/+8 |
* | specialized versions for luaH_set (numbers and strings) | Roberto Ierusalimschy | 2001-01-10 | 1 | -57/+71 |
* | `free' gets size of the block: complete control over memory use | Roberto Ierusalimschy | 2000-12-28 | 1 | -11/+4 |
* | details | Roberto Ierusalimschy | 2000-12-22 | 1 | -5/+3 |
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -3/+3 |
* | better support for 64-bit machines (avoid excessive use of longs) | Roberto Ierusalimschy | 2000-11-24 | 1 | -7/+10 |
* | new API function `createuserdata' | Roberto Ierusalimschy | 2000-10-26 | 1 | -2/+2 |
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -24/+24 |
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -2/+2 |
* | `lauxlib' is now part of the libraries (not used by core Lua) | Roberto Ierusalimschy | 2000-09-11 | 1 | -2/+1 |
* | new implementation for `next' | Roberto Ierusalimschy | 2000-08-31 | 1 | -5/+19 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 |
* | new algorithm for traversing in GC to avoid deep recursion calls | Roberto Ierusalimschy | 2000-08-07 | 1 | -5/+7 |
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-04 | 1 | -4/+6 |
* | remove dummy argument in LUA_ASSERT | Roberto Ierusalimschy | 2000-06-30 | 1 | -4/+4 |
* | error message | Roberto Ierusalimschy | 2000-06-28 | 1 | -3/+3 |
* | `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 |
* | new signature for `luaH_set' | Roberto Ierusalimschy | 2000-06-06 | 1 | -28/+23 |
* | new auxiliar function `luaH_setstr' | Roberto Ierusalimschy | 2000-06-05 | 1 | -1/+9 |
* | collect dead indices in tables | Roberto Ierusalimschy | 2000-06-05 | 1 | -1/+23 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -6/+17 |
* | details | Roberto Ierusalimschy | 2000-05-11 | 1 | -13/+6 |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -7/+15 |
* | small optimizations for table access | Roberto Ierusalimschy | 2000-04-25 | 1 | -11/+37 |
* | details. | Roberto Ierusalimschy | 2000-03-31 | 1 | -2/+2 |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -7/+1 |
* | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 2000-03-27 | 1 | -3/+3 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -15/+15 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -2/+2 |
* | small changes for "clean C" | Roberto Ierusalimschy | 2000-02-08 | 1 | -2/+2 |