Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | better support for 64-bit machines | Roberto Ierusalimschy | 2004-11-24 | 4 | -39/+46 | |
* | detail | Roberto Ierusalimschy | 2004-11-24 | 1 | -2/+2 | |
* | details | Roberto Ierusalimschy | 2004-11-19 | 2 | -14/+13 | |
* | better control over memory-size overflows | Roberto Ierusalimschy | 2004-11-19 | 6 | -32/+47 | |
* | needs to include `stdlib.h' to access `getenv' | Roberto Ierusalimschy | 2004-11-19 | 1 | -1/+2 | |
* | first full implementation of new package system | Roberto Ierusalimschy | 2004-11-18 | 4 | -129/+206 | |
* | detail | Roberto Ierusalimschy | 2004-11-17 | 1 | -2/+2 | |
* | towards "requiring" C libraries | Roberto Ierusalimschy | 2004-11-11 | 1 | -28/+39 | |
* | 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 |