| Commit message (Expand) | Author | Files | Lines |
2002-12-11 | OP_TFORLOOP uses extra stack space | Roberto Ierusalimschy | 4 | -6/+8 |
2002-12-11 | must move call results in the last iteration, too | Roberto Ierusalimschy | 1 | -8/+9 |
2002-12-06 | new options for debugging Lua (HARDSTACKTESTS & EXTERNMEMCHECK) | Roberto Ierusalimschy | 1 | -5/+5 |
2002-12-06 | TFORLOOP makes a call that affects all values above it on the stack | Roberto Ierusalimschy | 1 | -1/+2 |
2002-12-06 | bug: scope of generic for variables is not sound | Roberto Ierusalimschy | 3 | -34/+48 |
2002-12-06 | "load*" creates chunk with same global table than caller | Roberto Ierusalimschy | 1 | -5/+13 |
2002-12-05 | hook counts are integers now | Roberto Ierusalimschy | 1 | -2/+2 |
2002-12-04 | each .c file defines its own name | Roberto Ierusalimschy | 28 | -28/+84 |
2002-12-04 | new function `lua_cpcall' | Roberto Ierusalimschy | 5 | -41/+105 |
2002-12-04 | new facilities to test memory overflow in main.c | Roberto Ierusalimschy | 2 | -2/+16 |
2002-12-04 | avoid non-raw accesses to globals when variable may not exist | Roberto Ierusalimschy | 2 | -7/+12 |
2002-12-04 | new function `io.type' | Roberto Ierusalimschy | 1 | -1/+15 |
2002-12-04 | small bug: `write' must return three values in case of errors | Roberto Ierusalimschy | 1 | -3/+2 |
2002-12-02 | avoid names `str...' (may conflict with string.h) | Roberto Ierusalimschy | 1 | -7/+6 |
2002-12-02 | details | Roberto Ierusalimschy | 1 | -5/+5 |
2002-11-26 | details | Roberto Ierusalimschy | 2 | -15/+7 |
2002-11-26 | detail | Roberto Ierusalimschy | 1 | -3/+5 |
2002-11-26 | new `coroutine.status' function | Roberto Ierusalimschy | 1 | -1/+18 |
2002-11-25 | new function `lua_version' | Roberto Ierusalimschy | 2 | -2/+9 |
2002-11-25 | simpler interface to hooks + use of `int' to count hooks | Roberto Ierusalimschy | 8 | -48/+41 |
2002-11-25 | renaming `stringdump' -> `string.dump' | Roberto Ierusalimschy | 2 | -22/+21 |
2002-11-25 | `__tostring' for files + small bug (could do invalid read inside | Roberto Ierusalimschy | 1 | -20/+35 |
2002-11-25 | warnings from Visual C++ | Roberto Ierusalimschy | 3 | -7/+5 |
2002-11-25 | resets hook count even in case of errors | Roberto Ierusalimschy | 1 | -2/+2 |
2002-11-25 | ULONG_MAX>>10 may not fit into an int | Roberto Ierusalimschy | 1 | -3/+4 |
2002-11-22 | comments | Roberto Ierusalimschy | 5 | -15/+15 |
2002-11-22 | separated control over C recursion level | Roberto Ierusalimschy | 4 | -18/+40 |
2002-11-22 | make more clear "primitive" recursive definitions | Roberto Ierusalimschy | 1 | -106/+100 |
2002-11-22 | avoid C stack overflow during parsing | Roberto Ierusalimschy | 3 | -4/+22 |
2002-11-22 | detail | Roberto Ierusalimschy | 2 | -4/+4 |
2002-11-21 | small bug: previous call may change `base' | Roberto Ierusalimschy | 1 | -2/+3 |
2002-11-21 | new macro `condhardstacktests' to control hard stack tests | Roberto Ierusalimschy | 3 | -4/+18 |
2002-11-21 | simpler definition for incr_top | Roberto Ierusalimschy | 1 | -7/+3 |
2002-11-21 | easier way to keep `base' correct | Roberto Ierusalimschy | 3 | -26/+21 |
2002-11-21 | Lua functions must have a frame or a saved pc. | Roberto Ierusalimschy | 1 | -1/+2 |
2002-11-21 | keep L->ci->base in L->base for faster access | Roberto Ierusalimschy | 7 | -41/+48 |
2002-11-21 | no problem keeping some dead meat while doing collection | Roberto Ierusalimschy | 1 | -13/+4 |
2002-11-21 | C functions cannot increase its top without filling the stack | Roberto Ierusalimschy | 1 | -6/+8 |
2002-11-21 | must check GC every time it can create new objects | Roberto Ierusalimschy | 1 | -2/+10 |
2002-11-21 | global_State must be deallocated (and so allocated) with NULL also | Roberto Ierusalimschy | 2 | -5/+8 |
2002-11-19 | details | Roberto Ierusalimschy | 1 | -2/+2 |
2002-11-19 | better organization of "malloc responsabilities" | Roberto Ierusalimschy | 1 | -53/+66 |
2002-11-19 | option -l does a `require', instead of `dofile' | Roberto Ierusalimschy | 1 | -17/+28 |
2002-11-19 | small bugs (state could keep its CI_HASFRAME attribute after returning) | Roberto Ierusalimschy | 1 | -5/+8 |
2002-11-18 | new assertions | Roberto Ierusalimschy | 1 | -4/+7 |
2002-11-18 | include file name in error messages | Roberto Ierusalimschy | 1 | -15/+23 |
2002-11-18 | support for tests of yield inside hooks + better support for tests | Roberto Ierusalimschy | 1 | -22/+75 |
2002-11-18 | support for yield inside hooks | Roberto Ierusalimschy | 2 | -22/+35 |
2002-11-18 | details | Roberto Ierusalimschy | 2 | -9/+14 |
2002-11-18 | towards 5.0 beta | Roberto Ierusalimschy | 1 | -163/+293 |