Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | corrections for `absent' implementation | Roberto Ierusalimschy | 2004-12-13 | 1 | -10/+10 | |
* | simpler code for `print' | Roberto Ierusalimschy | 2004-12-07 | 1 | -13/+3 | |
* | details | Roberto Ierusalimschy | 2004-12-07 | 2 | -31/+36 | |
* | more options for controling the GC | Roberto Ierusalimschy | 2004-12-06 | 7 | -32/+49 | |
* | better (correct?) way to handle `next' over removed keys | Roberto Ierusalimschy | 2004-12-04 | 2 | -9/+18 | |
* | details | Roberto Ierusalimschy | 2004-12-03 | 2 | -6/+6 | |
* | static names do not need `luaX_' prefix | Roberto Ierusalimschy | 2004-12-03 | 7 | -86/+86 | |
* | details | Roberto Ierusalimschy | 2004-12-03 | 2 | -5/+5 | |
* | static names do not need `luaX_' prefix | Roberto Ierusalimschy | 2004-12-03 | 1 | -7/+7 | |
* | details | Roberto Ierusalimschy | 2004-12-02 | 4 | -12/+18 | |
* | added an `L' parameter to macros L_TRY & L_THROW (someone may need it). | Roberto Ierusalimschy | 2004-12-01 | 2 | -8/+8 | |
* | `LUA_FIRSTINDEX' should not be configurable | Roberto Ierusalimschy | 2004-12-01 | 2 | -5/+6 | |
* | better control of overflows in size computations | Roberto Ierusalimschy | 2004-12-01 | 3 | -32/+35 | |
* | detail | Roberto Ierusalimschy | 2004-12-01 | 1 | -14/+12 | |
* | better names for `luaM_free...' macros | Roberto Ierusalimschy | 2004-11-24 | 5 | -15/+15 | |
* | details | Roberto Ierusalimschy | 2004-11-24 | 4 | -8/+8 | |
* | 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 |