Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2004-12-07 | simpler code for `print' | Roberto Ierusalimschy | 1 | -13/+3 |
2004-12-07 | details | Roberto Ierusalimschy | 2 | -31/+36 |
2004-12-06 | more options for controling the GC | Roberto Ierusalimschy | 7 | -32/+49 |
2004-12-04 | better (correct?) way to handle `next' over removed keys | Roberto Ierusalimschy | 2 | -9/+18 |
2004-12-03 | details | Roberto Ierusalimschy | 2 | -6/+6 |
2004-12-03 | static names do not need `luaX_' prefix | Roberto Ierusalimschy | 7 | -86/+86 |
2004-12-03 | details | Roberto Ierusalimschy | 2 | -5/+5 |
2004-12-03 | static names do not need `luaX_' prefix | Roberto Ierusalimschy | 1 | -7/+7 |
2004-12-02 | details | Roberto Ierusalimschy | 4 | -12/+18 |
2004-12-01 | added an `L' parameter to macros L_TRY & L_THROW (someone may need it). | Roberto Ierusalimschy | 2 | -8/+8 |
2004-12-01 | `LUA_FIRSTINDEX' should not be configurable | Roberto Ierusalimschy | 2 | -5/+6 |
2004-12-01 | better control of overflows in size computations | Roberto Ierusalimschy | 3 | -32/+35 |
2004-12-01 | detail | Roberto Ierusalimschy | 1 | -14/+12 |
2004-11-24 | better names for `luaM_free...' macros | Roberto Ierusalimschy | 5 | -15/+15 |
2004-11-24 | details | Roberto Ierusalimschy | 4 | -8/+8 |
2004-11-24 | better support for 64-bit machines | Roberto Ierusalimschy | 4 | -39/+46 |
2004-11-24 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2004-11-19 | details | Roberto Ierusalimschy | 2 | -14/+13 |
2004-11-19 | better control over memory-size overflows | Roberto Ierusalimschy | 6 | -32/+47 |
2004-11-19 | needs to include `stdlib.h' to access `getenv' | Roberto Ierusalimschy | 1 | -1/+2 |
2004-11-18 | first full implementation of new package system | Roberto Ierusalimschy | 4 | -129/+206 |
2004-11-17 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2004-11-11 | towards "requiring" C libraries | Roberto Ierusalimschy | 1 | -28/+39 |
2004-11-03 | better patch for buffer overflow error | Roberto Ierusalimschy | 1 | -8/+22 |
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 |