Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
1999-01-26 | details | Roberto Ierusalimschy | 1 | -2/+2 |
1999-01-25 | luaH_set does the set and protect its value; luaH_move can then be a | Roberto Ierusalimschy | 1 | -31/+16 |
1999-01-25 | luaH_set does the set, and protects its value, so luaH_move can be a | Roberto Ierusalimschy | 1 | -4/+4 |
1999-01-25 | luaH_set does the set! | Roberto Ierusalimschy | 1 | -13/+8 |
1999-01-25 | uses the same double hashing that is used for tables | Roberto Ierusalimschy | 1 | -12/+17 |
1999-01-25 | table entries with ref=null always have val=null too. | Roberto Ierusalimschy | 3 | -32/+21 |
1999-01-22 | small optimizations(?) | Roberto Ierusalimschy | 1 | -49/+36 |
1999-01-22 | C cannot initialize a struct. | Roberto Ierusalimschy | 1 | -10/+10 |
1999-01-22 | "free" usually handles NULL; handle non ANSI case separately. | Roberto Ierusalimschy | 1 | -1/+2 |
1999-01-22 | local names are all in the constant pool, so they do not need to be | Roberto Ierusalimschy | 1 | -9/+2 |
1999-01-22 | "realloc" usually implements "malloc"; handle non ANSI case separately. | Roberto Ierusalimschy | 1 | -23/+21 |
1999-01-21 | <string.h> is needed because of "memcpy". | Roberto Ierusalimschy | 1 | -1/+2 |
1999-01-20 | small optimizations | Roberto Ierusalimschy | 1 | -9/+8 |
1999-01-15 | small optimization in getglobal | Roberto Ierusalimschy | 1 | -18/+20 |
1999-01-15 | names... | Roberto Ierusalimschy | 2 | -38/+24 |
1999-01-15 | new functions to manipulate C global variables | Roberto Ierusalimschy | 3 | -11/+51 |
1999-01-15 | GC can be called during parsing, if needed. | Roberto Ierusalimschy | 2 | -31/+44 |
1999-01-15 | "getstack" returns func, too. | Roberto Ierusalimschy | 1 | -1/+5 |
1999-01-13 | "%.16g" already formats integers as integers, so we do not need an | Roberto Ierusalimschy | 1 | -12/+5 |
1999-01-13 | details (comments) | Roberto Ierusalimschy | 2 | -8/+6 |
1999-01-12 | better precision when converting numbers to strings. | Roberto Ierusalimschy | 1 | -2/+2 |
1999-01-11 | details | Roberto Ierusalimschy | 1 | -4/+8 |
1999-01-11 | header missing. | Roberto Ierusalimschy | 1 | -1/+2 |