Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | warnings in Solaris | Roberto Ierusalimschy | 1999-02-26 | 1 | -2/+2 |
* | userdata and strings are kept in separate stringtables | Roberto Ierusalimschy | 1999-02-08 | 1 | -16/+17 |
* | uses the same double hashing that is used for tables | Roberto Ierusalimschy | 1999-01-25 | 1 | -12/+17 |
* | double hashing for string tables. | Roberto Ierusalimschy | 1999-01-04 | 1 | -57/+40 |
* | hash tables may shrink if use rate is too small. | Roberto Ierusalimschy | 1998-08-10 | 1 | -7/+3 |
* | new hash function. | Roberto Ierusalimschy | 1998-07-27 | 1 | -3/+3 |
* | small corrections in comments | Roberto Ierusalimschy | 1998-06-19 | 1 | -2/+2 |
* | support for strings with '\0' | Roberto Ierusalimschy | 1998-03-06 | 1 | -41/+75 |
* | tables can become full of "emptys" slots, and keep growing without limits. | Roberto Ierusalimschy | 1998-01-28 | 1 | -8/+25 |
* | small optimizations (?) | Roberto Ierusalimschy | 1998-01-13 | 1 | -3/+7 |
* | details | Roberto Ierusalimschy | 1997-12-30 | 1 | -5/+2 |
* | details (mainly error messages) | Roberto Ierusalimschy | 1997-12-09 | 1 | -3/+3 |
* | first version of "lua_close" | Roberto Ierusalimschy | 1997-12-01 | 1 | -1/+39 |
* | small modifications (format, small optimizations, etc) | Roberto Ierusalimschy | 1997-11-21 | 1 | -2/+2 |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -26/+16 |
* | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 1997-11-04 | 1 | -16/+12 |
* | GC now considers an "estimate" of object size, instead of just the number | Roberto Ierusalimschy | 1997-10-23 | 1 | -4/+9 |
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -19/+65 |
* | String table (keep all strings handled by Lua) | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+186 |