Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2000-08-29 | explicit stack control in the API | Roberto Ierusalimschy | 7 | -16/+27 |
2000-08-29 | new API does not need tests that complex | Roberto Ierusalimschy | 1 | -116/+101 |
2000-08-29 | new asserts for hooks | Roberto Ierusalimschy | 1 | -1/+3 |
2000-08-29 | gc tag method for nil could call line hook | Roberto Ierusalimschy | 1 | -0/+10 |
2000-08-29 | details | Roberto Ierusalimschy | 1 | -2/+2 |
2000-08-29 | tests for lua_is* | Roberto Ierusalimschy | 1 | -9/+29 |
2000-08-29 | lua_equal also accepts out-of-range indices | Roberto Ierusalimschy | 1 | -2/+5 |
2000-08-29 | better definitions for MULTRET | Roberto Ierusalimschy | 5 | -20/+21 |
2000-08-29 | better implementation for luaV_pack | Roberto Ierusalimschy | 3 | -23/+16 |
2000-08-29 | C upvalues are the last arguments to a function | Roberto Ierusalimschy | 6 | -65/+74 |
2000-08-28 | L is not unused. | Roberto Ierusalimschy | 1 | -2/+1 |
2000-08-28 | first version for new API | Roberto Ierusalimschy | 24 | -1359/+1205 |
2000-08-24 | intermediate version (only to avoid compiler errors) | Roberto Ierusalimschy | 1 | -11/+1 |
2000-08-22 | checkstack needs a correct stack | Roberto Ierusalimschy | 1 | -1/+3 |
2000-08-22 | simpler code for settable and gettable | Roberto Ierusalimschy | 1 | -47/+39 |
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 |