Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | better patch for buffer overflow error | Roberto Ierusalimschy | 2004-11-03 | 1 | -8/+22 |
* | better implementation for `floating-point bytes' | Roberto Ierusalimschy | 2004-11-01 | 4 | -11/+20 |
* | small corrections (thanks to Mike Pall) | Roberto Ierusalimschy | 2004-11-01 | 1 | -4/+4 |
* | more secure way to compute final string length | Roberto Ierusalimschy | 2004-10-28 | 1 | -5/+4 |
* | better configuration for loadlib + tested Mac OS X version | Roberto Ierusalimschy | 2004-10-18 | 1 | -52/+66 |
* | better configuration for loadlib | Roberto Ierusalimschy | 2004-10-18 | 1 | -5/+16 |
* | use of parentheses around macro parameters in call lists, to avoid | Roberto Ierusalimschy | 2004-10-18 | 2 | -22/+22 |
* | avoid name chash in `all.c' | Roberto Ierusalimschy | 2004-10-08 | 1 | -4/+4 |
* | bug: gc metamethod must disable GC steps (to avoid nested calls) | Roberto Ierusalimschy | 2004-10-08 | 1 | -4/+6 |
* | first version of loadlib for Mac OS X (not tested yet!!) | Roberto Ierusalimschy | 2004-10-07 | 1 | -22/+66 |
* | cannot jump to a setlist count | Roberto Ierusalimschy | 2004-10-07 | 1 | -2/+8 |
* | detail | Roberto Ierusalimschy | 2004-10-06 | 1 | -2/+2 |
* | small optimization for table size in machines with double allignment | Roberto Ierusalimschy | 2004-10-06 | 7 | -35/+47 |
* | detail | Roberto Ierusalimschy | 2004-10-04 | 1 | -3/+2 |
* | new format for SETLIST opcode | Roberto Ierusalimschy | 2004-10-04 | 1 | -4/+5 |
* | small optimization for boolean constants + new format for SETLIST opcode | Roberto Ierusalimschy | 2004-10-04 | 6 | -29/+50 |
* | function constants may include boolean values | Roberto Ierusalimschy | 2004-10-04 | 2 | -2/+8 |
* | details | Roberto Ierusalimschy | 2004-09-29 | 1 | -2/+5 |
* | towards new package system | Roberto Ierusalimschy | 2004-09-29 | 2 | -25/+96 |
* | better API for luaL_getfield/setfield | Roberto Ierusalimschy | 2004-09-29 | 2 | -8/+8 |
* | small optimizations | Roberto Ierusalimschy | 2004-09-27 | 1 | -13/+8 |
* | long string delimiter changed from `[*[' to `[=[' | Roberto Ierusalimschy | 2004-09-22 | 1 | -16/+16 |
* | removal of unused variable | Roberto Ierusalimschy | 2004-09-22 | 1 | -3/+1 |
* | small bug with coroutine tracebacks | Roberto Ierusalimschy | 2004-09-21 | 1 | -3/+4 |
* | new auxiliary functions to implement new package system | Roberto Ierusalimschy | 2004-09-21 | 3 | -5/+95 |
* | cleaner API for coroutines | Roberto Ierusalimschy | 2004-09-15 | 7 | -39/+79 |
* | bug: barrier was wrong for generational phase | Roberto Ierusalimschy | 2004-09-15 | 2 | -8/+16 |
* | simpler configuration to turn on all asserts | Roberto Ierusalimschy | 2004-09-10 | 3 | -11/+6 |
* | tighter tests for stack overflow | Roberto Ierusalimschy | 2004-09-08 | 4 | -24/+37 |
* | two bugs related to varargs | Roberto Ierusalimschy | 2004-09-03 | 1 | -5/+9 |
* | detail | Roberto Ierusalimschy | 2004-09-03 | 1 | -1/+2 |
* | simpler implementation for generic reader | Roberto Ierusalimschy | 2004-09-03 | 1 | -21/+16 |
* | new libs `loslib´ and `linit´ | Roberto Ierusalimschy | 2004-09-01 | 1 | -5/+7 |
* | details | Roberto Ierusalimschy | 2004-09-01 | 1 | -3/+4 |
* | detail | Roberto Ierusalimschy | 2004-08-31 | 1 | -17/+10 |
* | new way to handle _PATH (old LUA_PATH) | Roberto Ierusalimschy | 2004-08-30 | 4 | -31/+38 |
* | `select' returns all values after given `n' | Roberto Ierusalimschy | 2004-08-30 | 1 | -8/+10 |
* | better control for GC cycles | Roberto Ierusalimschy | 2004-08-30 | 6 | -55/+77 |
* | detail | Roberto Ierusalimschy | 2004-08-30 | 1 | -4/+5 |
* | detail | Roberto Ierusalimschy | 2004-08-26 | 1 | -3/+2 |
* | first implementation of generational GC | Roberto Ierusalimschy | 2004-08-24 | 7 | -159/+162 |
* | small correction (less conservative write barrier for tables) | Roberto Ierusalimschy | 2004-08-24 | 1 | -2/+2 |
* | bug: lua_getupvalue and setupvalue do not check for index too small. | Roberto Ierusalimschy | 2004-08-17 | 2 | -3/+24 |
* | default state (created by `luaL_newstate´) has a default panic function | Roberto Ierusalimschy | 2004-08-13 | 1 | -2/+10 |
* | better checking for read errors (with `ferror´) | Roberto Ierusalimschy | 2004-08-13 | 1 | -3/+10 |
* | small bug: calls to upvalues were not correctly traced | Roberto Ierusalimschy | 2004-08-13 | 1 | -16/+10 |
* | small bug: lua_gc(count) was falling through to next option | Roberto Ierusalimschy | 2004-08-12 | 1 | -1/+2 |
* | bug (due to new handling of varargs) | Roberto Ierusalimschy | 2004-08-12 | 1 | -2/+3 |
* | less conservative write barrier for tables | Roberto Ierusalimschy | 2004-08-10 | 5 | -18/+38 |
* | `io.lines' also can give the file name in its error message | Roberto Ierusalimschy | 2004-08-09 | 1 | -6/+11 |