Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | errors may happen before function start running (with pc=-1) | Roberto Ierusalimschy | 2000-08-31 | 1 | -5/+13 | |
* | last version before new API | Roberto Ierusalimschy | 2000-08-30 | 1 | -132/+145 | |
* | explicit stack control in the API | Roberto Ierusalimschy | 2000-08-29 | 7 | -16/+27 | |
* | new API does not need tests that complex | Roberto Ierusalimschy | 2000-08-29 | 1 | -116/+101 | |
* | new asserts for hooks | Roberto Ierusalimschy | 2000-08-29 | 1 | -1/+3 | |
* | gc tag method for nil could call line hook | Roberto Ierusalimschy | 2000-08-29 | 1 | -0/+10 | |
* | details | Roberto Ierusalimschy | 2000-08-29 | 1 | -2/+2 | |
* | tests for lua_is* | Roberto Ierusalimschy | 2000-08-29 | 1 | -9/+29 | |
* | lua_equal also accepts out-of-range indices | Roberto Ierusalimschy | 2000-08-29 | 1 | -2/+5 | |
* | better definitions for MULTRET | Roberto Ierusalimschy | 2000-08-29 | 5 | -20/+21 | |
* | better implementation for luaV_pack | Roberto Ierusalimschy | 2000-08-29 | 3 | -23/+16 | |
* | C upvalues are the last arguments to a function | Roberto Ierusalimschy | 2000-08-29 | 6 | -65/+74 | |
* | L is not unused. | Roberto Ierusalimschy | 2000-08-28 | 1 | -2/+1 | |
* | first version for new API | Roberto Ierusalimschy | 2000-08-28 | 24 | -1359/+1205 | |
* | intermediate version (only to avoid compiler errors) | Roberto Ierusalimschy | 2000-08-24 | 1 | -11/+1 | |
* | checkstack needs a correct stack | Roberto Ierusalimschy | 2000-08-22 | 1 | -1/+3 | |
* | simpler code for settable and gettable | Roberto Ierusalimschy | 2000-08-22 | 1 | -47/+39 | |
* | pragmas are no longer supported | Roberto Ierusalimschy | 2000-08-22 | 1 | -17/+5 | |
* | simpler way to access _INPUT and _OUTPUT | Roberto Ierusalimschy | 2000-08-22 | 1 | -66/+46 | |
* | new way to store local-variable information. | Roberto Ierusalimschy | 2000-08-22 | 5 | -61/+49 | |
* | 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 |