Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | subtelties in layout of TString | Roberto Ierusalimschy | 2000-10-30 | 1 | -4/+11 |
* | macro DEBUG renamed to LUA_DEBUG | Roberto Ierusalimschy | 2000-10-30 | 1 | -3/+3 |
* | new API function `createuserdata' | Roberto Ierusalimschy | 2000-10-26 | 1 | -2/+3 |
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -34/+21 |
* | new API function `lua_type' + new type lua_Type | Roberto Ierusalimschy | 2000-10-02 | 1 | -5/+7 |
* | new way to count `nblocks' for GC (try to count bytes). | Roberto Ierusalimschy | 2000-09-29 | 1 | -6/+8 |
* | `lauxlib' is now part of the libraries (not used by core Lua) | Roberto Ierusalimschy | 2000-09-11 | 1 | -1/+4 |
* | new scheme for buffers | Roberto Ierusalimschy | 2000-09-11 | 1 | -1/+2 |
* | new way to store local-variable information. | Roberto Ierusalimschy | 2000-08-22 | 1 | -4/+6 |
* | details | Roberto Ierusalimschy | 2000-08-21 | 1 | -4/+5 |
* | new structure for line information | Roberto Ierusalimschy | 2000-08-08 | 1 | -2/+3 |
* | new algorithm for traversing in GC to avoid deep recursion calls | Roberto Ierusalimschy | 2000-08-07 | 1 | -9/+15 |
* | remove dummy argument in LUA_ASSERT | Roberto Ierusalimschy | 2000-06-30 | 1 | -5/+5 |
* | better error messages | Roberto Ierusalimschy | 2000-06-28 | 1 | -4/+4 |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 1 | -6/+18 |
* | access to `values' in TObject always through macros | Roberto Ierusalimschy | 2000-06-08 | 1 | -3/+3 |
* | better field name | Roberto Ierusalimschy | 2000-05-30 | 1 | -3/+3 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -4/+3 |
* | string hash uses one single hash table | Roberto Ierusalimschy | 2000-05-10 | 1 | -2/+2 |
* | lua.h should not use names without prefix lua_ (`TObject', for instance) | Roberto Ierusalimschy | 2000-05-08 | 1 | -2/+2 |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -10/+2 |
* | small optimizations for table access | Roberto Ierusalimschy | 2000-04-25 | 1 | -3/+2 |
* | comments (detail) | Roberto Ierusalimschy | 2000-04-10 | 1 | -2/+2 |
* | details. | Roberto Ierusalimschy | 2000-03-31 | 1 | -6/+6 |
* | name change | Roberto Ierusalimschy | 2000-03-30 | 1 | -5/+5 |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -32/+29 |
* | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 2000-03-27 | 1 | -3/+3 |
* | new name for llimits.h | Roberto Ierusalimschy | 2000-03-24 | 1 | -2/+2 |
* | limits now are in `llims.n' | Roberto Ierusalimschy | 2000-03-24 | 1 | -44/+2 |
* | tags can be positive values | Roberto Ierusalimschy | 2000-03-20 | 1 | -24/+22 |
* | detail | Roberto Ierusalimschy | 2000-03-16 | 1 | -2/+2 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -44/+44 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -20/+15 |
* | there is no need to use shorts... | Roberto Ierusalimschy | 2000-02-21 | 1 | -4/+4 |
* | nobody uses memmove any more. | Roberto Ierusalimschy | 2000-02-17 | 1 | -9/+1 |
* | new version for INSTRUCTION formats | Roberto Ierusalimschy | 2000-02-14 | 1 | -5/+11 |
* | removing implementation for better error messages (must rethink it...) | Roberto Ierusalimschy | 2000-02-11 | 1 | -5/+2 |
* | renaming of some opcodes and fields | Roberto Ierusalimschy | 2000-01-28 | 1 | -7/+7 |
* | `const' array in protos breaked in 3 arrays (for strings, numbers, and | Roberto Ierusalimschy | 2000-01-25 | 1 | -3/+8 |
* | first version of extra debug information (NAME) | Roberto Ierusalimschy | 1999-12-29 | 1 | -10/+19 |
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 1 | -6/+6 |
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 1 | -10/+18 |
* | many details + code redistribution | Roberto Ierusalimschy | 1999-12-14 | 1 | -2/+2 |
* | lua_Object is a pointer to the stack (because now the stack doen't move) | Roberto Ierusalimschy | 1999-12-02 | 1 | -1/+3 |
* | table sizes don't need to be primes; power of 2 gives the same performance. | Roberto Ierusalimschy | 1999-11-26 | 1 | -3/+6 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -10/+10 |
* | ways to measure number of `blocks' for GC + details | Roberto Ierusalimschy | 1999-11-10 | 1 | -2/+12 |
* | new implementation for global variable values (separated from strings) | Roberto Ierusalimschy | 1999-11-04 | 1 | -11/+16 |
* | warnings from Visual C++ | Roberto Ierusalimschy | 1999-10-19 | 1 | -2/+2 |
* | new implementation of hash tables. | Roberto Ierusalimschy | 1999-10-14 | 1 | -6/+9 |