Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | optimizations based on all types but number and nil are pointers | Roberto Ierusalimschy | 2001-01-26 | 1 | -5/+6 | |
| | ||||||
* | easier way to erase 'dead' keys | Roberto Ierusalimschy | 2001-01-26 | 1 | -2/+1 | |
| | ||||||
* | specialized versions for luaH_set (numbers and strings) | Roberto Ierusalimschy | 2001-01-10 | 1 | -6/+4 | |
| | ||||||
* | 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 | -2/+2 | |
| | ||||||
* | new implementation for `next' | Roberto Ierusalimschy | 2000-08-31 | 1 | -2/+2 | |
| | ||||||
* | new signature for `luaH_set' | Roberto Ierusalimschy | 2000-06-06 | 1 | -6/+4 | |
| | ||||||
* | new auxiliar function `luaH_setstr' | Roberto Ierusalimschy | 2000-06-05 | 1 | -1/+2 | |
| | ||||||
* | collect dead indices in tables | Roberto Ierusalimschy | 2000-06-05 | 1 | -1/+2 | |
| | ||||||
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -2/+4 | |
| | ||||||
* | small optimizations for table access | Roberto Ierusalimschy | 2000-04-25 | 1 | -3/+3 | |
| | ||||||
* | details | Roberto Ierusalimschy | 1999-12-07 | 1 | -2/+2 | |
| | ||||||
* | macros `key', `val', and `node' don't need the state | Roberto Ierusalimschy | 1999-11-23 | 1 | -4/+4 | |
| | ||||||
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -14/+14 | |
| | ||||||
* | invariant tests over tables performed externally, through a built-in | Roberto Ierusalimschy | 1999-10-26 | 1 | -2/+5 | |
| | | | | function (when DEBUG is ion). | |||||
* | new implementation of hash tables. | Roberto Ierusalimschy | 1999-10-14 | 1 | -8/+7 | |
| | ||||||
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -2/+2 | |
| | ||||||
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -6/+6 | |
| | ||||||
* | new function "lua_next" (+ new implementation for "next") | Roberto Ierusalimschy | 1999-02-23 | 1 | -2/+2 | |
| | ||||||
* | luaH_set does the set, and protects its value, so luaH_move can be a | Roberto Ierusalimschy | 1999-01-25 | 1 | -4/+4 | |
| | | | | macro. | |||||
* | table entries with ref=null always have val=null too. | Roberto Ierusalimschy | 1999-01-25 | 1 | -2/+4 | |
| | ||||||
* | function "move" for tables is better implemented with some "inside | Roberto Ierusalimschy | 1999-01-04 | 1 | -1/+2 | |
| | | | | information". | |||||
* | tables are better manipulated via "Hash *" instead of "TObject" or | Roberto Ierusalimschy | 1998-12-30 | 1 | -2/+2 | |
| | | | | "lua_Object". | |||||
* | auxiliar functions "luaH_setint" & "luaH_getint". | Roberto Ierusalimschy | 1998-07-12 | 1 | -1/+4 | |
| | ||||||
* | small details by lint. | Roberto Ierusalimschy | 1997-11-26 | 1 | -2/+1 | |
| | ||||||
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -4/+1 | |
| | ||||||
* | macro "val" should live together with macro "ref". | Roberto Ierusalimschy | 1997-10-18 | 1 | -1/+2 | |
| | ||||||
* | better way to traverse GCnode lists. | Roberto Ierusalimschy | 1997-09-26 | 1 | -2/+2 | |
| | ||||||
* | Lua tables (hash) | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+27 | |