Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | warnings in Solaris | Roberto Ierusalimschy | 2000-09-19 | 1 | -3/+3 |
* | new scheme for buffers | Roberto Ierusalimschy | 2000-09-11 | 1 | -3/+5 |
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 1 | -3/+39 |
* | new way to store local-variable information. | Roberto Ierusalimschy | 2000-08-22 | 1 | -4/+3 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 |
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 1 | -6/+4 |
* | new algorithm for traversing in GC to avoid deep recursion calls | Roberto Ierusalimschy | 2000-08-07 | 1 | -62/+86 |
* | remove dummy argument in LUA_ASSERT | Roberto Ierusalimschy | 2000-06-30 | 1 | -2/+2 |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -4/+11 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -2/+3 |
* | access to `values' in TObject always through macros | Roberto Ierusalimschy | 2000-06-08 | 1 | -2/+2 |
* | collect dead indices in tables | Roberto Ierusalimschy | 2000-06-05 | 1 | -1/+3 |
* | cleansing of lparser.c | Roberto Ierusalimschy | 2000-06-05 | 1 | -3/+8 |
* | better field name | Roberto Ierusalimschy | 2000-05-30 | 1 | -3/+3 |
* | gc tag methods for udata are called in (reverse) tag order | Roberto Ierusalimschy | 2000-05-30 | 1 | -44/+83 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2000-05-11 | 1 | -4/+4 |
* | string hash uses one single hash table | Roberto Ierusalimschy | 2000-05-10 | 1 | -25/+30 |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -29/+2 |
* | code redistribution | Roberto Ierusalimschy | 2000-04-14 | 1 | -3/+14 |
* | name change | Roberto Ierusalimschy | 2000-03-30 | 1 | -3/+3 |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -8/+7 |
* | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 2000-03-27 | 1 | -2/+2 |
* | no more support for gc TM for tables | Roberto Ierusalimschy | 2000-03-27 | 1 | -20/+1 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -15/+15 |
* | renaming of some opcodes and fields | Roberto Ierusalimschy | 2000-01-28 | 1 | -5/+5 |
* | `const' array in protos breaked in 3 arrays (for strings, numbers, and | Roberto Ierusalimschy | 2000-01-25 | 1 | -3/+5 |
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 1 | -3/+3 |
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 1 | -3/+4 |
* | new way to control hooks inside hooks (now the control is done inside Lua) | Roberto Ierusalimschy | 1999-12-21 | 1 | -1/+4 |
* | many details + code redistribution | Roberto Ierusalimschy | 1999-12-14 | 1 | -2/+2 |
* | fixed stack; first version. | Roberto Ierusalimschy | 1999-12-01 | 1 | -4/+4 |
* | table sizes don't need to be primes; power of 2 gives the same performance. | Roberto Ierusalimschy | 1999-11-26 | 1 | -2/+2 |
* | macros `key', `val', and `node' don't need the state | Roberto Ierusalimschy | 1999-11-23 | 1 | -3/+3 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -61/+62 |
* | buffer can shrink when too big | Roberto Ierusalimschy | 1999-11-10 | 1 | -3/+9 |
* | new implementation for global variable values (separated from strings) | Roberto Ierusalimschy | 1999-11-04 | 1 | -15/+18 |
* | new implementation of hash tables. | Roberto Ierusalimschy | 1999-10-14 | 1 | -8/+11 |
* | new implementation for string hashing, with chaining. | Roberto Ierusalimschy | 1999-10-11 | 1 | -16/+22 |
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -154/+148 |
* | details | Roberto Ierusalimschy | 1999-09-27 | 1 | -7/+7 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -34/+18 |
* | new constants LUA_NOREF and LUA_REFNIL. | Roberto Ierusalimschy | 1999-08-11 | 1 | -3/+3 |
* | storing chunk "sources" instead of "filenames". | Roberto Ierusalimschy | 1999-03-04 | 1 | -2/+2 |
* | macros "growvector" and "reallocvector" more compact | Roberto Ierusalimschy | 1999-02-26 | 1 | -3/+2 |
* | new way to handle "growing" vectors | Roberto Ierusalimschy | 1999-02-25 | 1 | -12/+8 |
* | local names are all in the constant pool, so they do not need to be | Roberto Ierusalimschy | 1999-01-22 | 1 | -9/+2 |
* | "fileName" cannot be NULL | Roberto Ierusalimschy | 1998-07-12 | 1 | -3/+2 |
* | better use of "ASSERT". | Roberto Ierusalimschy | 1998-03-09 | 1 | -3/+5 |
* | support for strings with '\0' | Roberto Ierusalimschy | 1998-03-06 | 1 | -3/+3 |