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