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