Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 |
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-04 | 1 | -3/+3 |
* | remove dummy argument in LUA_ASSERT | Roberto Ierusalimschy | 2000-06-30 | 1 | -4/+4 |
* | 32 characteres are more than enough for a good hash | Roberto Ierusalimschy | 2000-06-15 | 1 | -2/+2 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -2/+3 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -7/+7 |
* | string hash uses one single hash table | Roberto Ierusalimschy | 2000-05-10 | 1 | -76/+35 |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -48/+17 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -26/+26 |
* | small optimizations. | Roberto Ierusalimschy | 2000-03-10 | 1 | -4/+10 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -2/+2 |
* | 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 | -10/+11 |
* | simpler without `init_hash' | Roberto Ierusalimschy | 1999-11-22 | 1 | -28/+12 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -46/+48 |
* | ways to measure number of `blocks' for GC + details | Roberto Ierusalimschy | 1999-11-10 | 1 | -5/+6 |
* | new implementation for global variable values (separated from strings) | Roberto Ierusalimschy | 1999-11-04 | 1 | -29/+37 |
* | warnings from Visual C++ | Roberto Ierusalimschy | 1999-10-19 | 1 | -3/+3 |
* | new implementation of hash tables. | Roberto Ierusalimschy | 1999-10-14 | 1 | -4/+5 |
* | new implementation for string hashing, with chaining. | Roberto Ierusalimschy | 1999-10-11 | 1 | -82/+50 |
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -111/+31 |
* | checks table size only when element is a new one | Roberto Ierusalimschy | 1999-09-28 | 1 | -33/+49 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -10/+10 |
* | 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 |