Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | string hash uses one single hash table | Roberto Ierusalimschy | 2000-05-10 | 1 | -7/+5 | |
| | ||||||
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -5/+2 | |
| | ||||||
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -7/+7 | |
| | ||||||
* | small optimizations. | Roberto Ierusalimschy | 2000-03-10 | 1 | -2/+2 | |
| | ||||||
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -3/+3 | |
| | ||||||
* | luaS_newfixedstring renamed to luaS_newfixed | Roberto Ierusalimschy | 1999-12-14 | 1 | -2/+2 | |
| | ||||||
* | table sizes don't need to be primes; power of 2 gives the same performance. | Roberto Ierusalimschy | 1999-11-26 | 1 | -2/+2 | |
| | ||||||
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -13/+13 | |
| | ||||||
* | new implementation for global variable values (separated from strings) | Roberto Ierusalimschy | 1999-11-04 | 1 | -2/+3 | |
| | ||||||
* | new implementation of hash tables. | Roberto Ierusalimschy | 1999-10-14 | 1 | -1/+3 | |
| | ||||||
* | new implementation for string hashing, with chaining. | Roberto Ierusalimschy | 1999-10-11 | 1 | -4/+10 | |
| | ||||||
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -7/+11 | |
| | ||||||
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -6/+6 | |
| | ||||||
* | support for strings with '\0' | Roberto Ierusalimschy | 1998-03-06 | 1 | -1/+2 | |
| | ||||||
* | first version of "lua_close" | Roberto Ierusalimschy | 1997-12-01 | 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 | -3/+1 | |
| | ||||||
* | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 1997-11-04 | 1 | -1/+3 | |
| | ||||||
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -1/+5 | |
| | ||||||
* | String table (keep all strings handled by Lua) | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+21 | |