Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | details | Roberto Ierusalimschy | 2000-08-21 | 1 | -4/+5 |
* | `pushref' is more efficient (and probably more useful) than `getref'. | Roberto Ierusalimschy | 2000-08-17 | 2 | -10/+13 |
* | new name for globaltable. | Roberto Ierusalimschy | 2000-08-15 | 1 | -2/+2 |
* | comments | Roberto Ierusalimschy | 2000-08-15 | 6 | -20/+20 |
* | new name for `lua_[sg]etglobaltable' | Roberto Ierusalimschy | 2000-08-14 | 5 | -23/+23 |
* | cannot run symbolic execution for non-active functions | Roberto Ierusalimschy | 2000-08-14 | 1 | -2/+2 |
* | small bug in symbolic execution | Roberto Ierusalimschy | 2000-08-14 | 3 | -19/+28 |
* | lua_state may not exist | Roberto Ierusalimschy | 2000-08-14 | 1 | -6/+5 |
* | details | Roberto Ierusalimschy | 2000-08-14 | 2 | -94/+85 |
* | still more debug information | Roberto Ierusalimschy | 2000-08-11 | 5 | -23/+61 |
* | still better error messages | Roberto Ierusalimschy | 2000-08-10 | 5 | -66/+67 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 30 | -210/+228 |
* | first version of manual for 4.0 beta | Roberto Ierusalimschy | 2000-08-09 | 1 | -393/+332 |
* | obsolete module; not part of the oficial distribution | Roberto Ierusalimschy | 2000-08-09 | 1 | -14/+2 |
* | bug: lastpc was not initialized | Roberto Ierusalimschy | 2000-08-09 | 1 | -1/+2 |
* | better code for unary/binary operators | Roberto Ierusalimschy | 2000-08-09 | 3 | -71/+114 |
* | syntax "function foo (...)" can be nested | Roberto Ierusalimschy | 2000-08-08 | 1 | -3/+1 |
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 13 | -75/+40 |
* | new structure for line information | Roberto Ierusalimschy | 2000-08-08 | 9 | -29/+84 |
* | new algorithm for traversing in GC to avoid deep recursion calls | Roberto Ierusalimschy | 2000-08-07 | 8 | -112/+143 |
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-07 | 4 | -11/+21 |
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-04 | 10 | -88/+137 |
* | no varargs in Lua API | Roberto Ierusalimschy | 2000-06-30 | 4 | -38/+12 |
* | remove dummy argument in LUA_ASSERT | Roberto Ierusalimschy | 2000-06-30 | 12 | -62/+62 |
* | symbolic execution must handle return and tailcall | Roberto Ierusalimschy | 2000-06-30 | 1 | -4/+17 |
* | better error messages | Roberto Ierusalimschy | 2000-06-28 | 10 | -104/+230 |
* | local is valid only after adjust | Roberto Ierusalimschy | 2000-06-28 | 1 | -2/+2 |
* | tests for locals and line numbers | Roberto Ierusalimschy | 2000-06-28 | 1 | -19/+40 |
* | error message | Roberto Ierusalimschy | 2000-06-28 | 1 | -3/+3 |
* | better (?) treatment for 16-bit machines | Roberto Ierusalimschy | 2000-06-28 | 1 | -19/+43 |
* | details | Roberto Ierusalimschy | 2000-06-27 | 1 | -10/+8 |
* | new version of debug system | Roberto Ierusalimschy | 2000-06-26 | 15 | -159/+201 |
* | new way to generate SETLINEs | Roberto Ierusalimschy | 2000-06-21 | 5 | -57/+41 |
* | details | Roberto Ierusalimschy | 2000-06-21 | 3 | -5/+6 |
* | better control over use of `errno' | Roberto Ierusalimschy | 2000-06-20 | 1 | -3/+4 |
* | no more labels | Roberto Ierusalimschy | 2000-06-19 | 1 | -41/+5 |
* | better control of source name | Roberto Ierusalimschy | 2000-06-19 | 3 | -11/+13 |
* | comment | Roberto Ierusalimschy | 2000-06-19 | 1 | -2/+4 |
* | details | Roberto Ierusalimschy | 2000-06-19 | 1 | -2/+2 |
* | optimizations for "while 1", "until nil", and the like | Roberto Ierusalimschy | 2000-06-16 | 2 | -54/+102 |
* | function lua_userinit is used only in single-state mode (by lua.c) | Roberto Ierusalimschy | 2000-06-16 | 2 | -15/+13 |
* | small changes to allow redefinition of some buffer sizes. | Roberto Ierusalimschy | 2000-06-16 | 3 | -7/+15 |
* | 32 characteres are more than enough for a good hash | Roberto Ierusalimschy | 2000-06-15 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2000-06-12 | 1 | -4/+6 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 28 | -44/+82 |
* | access to `values' in TObject always through macros | Roberto Ierusalimschy | 2000-06-08 | 11 | -48/+48 |
* | new signature for `luaH_set' | Roberto Ierusalimschy | 2000-06-06 | 6 | -61/+55 |
* | 0 (in MAX_SIZET) may be shorter than size_t | Roberto Ierusalimschy | 2000-06-06 | 1 | -2/+2 |
* | new auxiliar function `luaH_setstr' | Roberto Ierusalimschy | 2000-06-05 | 4 | -13/+16 |
* | collect dead indices in tables | Roberto Ierusalimschy | 2000-06-05 | 3 | -3/+28 |