Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2005-01-19 | values holded in open upvalues of suspended threads may be | Roberto Ierusalimschy | 1 | -0/+39 |
2005-01-19 | better control over GC collors of upvalues | Roberto Ierusalimschy | 3 | -6/+26 |
2005-01-18 | small warning in C++ | Roberto Ierusalimschy | 1 | -2/+2 |
2005-01-18 | cleaner way to remark open upvalues | Roberto Ierusalimschy | 8 | -63/+74 |
2005-01-17 | detail | Roberto Ierusalimschy | 1 | -2/+2 |
2005-01-14 | auxiliar patch to monitor garbage collection | Roberto Ierusalimschy | 1 | -1/+17 |
2005-01-14 | no more generational collector (and no more `noinc' mode) | Roberto Ierusalimschy | 8 | -66/+49 |
2005-01-14 | new implementation for loaders | Roberto Ierusalimschy | 1 | -26/+51 |
2005-01-10 | detail | Roberto Ierusalimschy | 3 | -8/+8 |
2005-01-10 | macros for all arithmetic operations over lua_Numbers | Roberto Ierusalimschy | 5 | -30/+38 |
2005-01-10 | all function declarations surround name with parentheses | Roberto Ierusalimschy | 2 | -114/+117 |
2005-01-10 | `debug.traceback' gets an optional `initial level' parameter | Roberto Ierusalimschy | 1 | -3/+8 |
2005-01-10 | gets `debug.traceback' current when error occurs | Roberto Ierusalimschy | 1 | -2/+15 |
2005-01-10 | no more `lua_userinit' macro | Roberto Ierusalimschy | 3 | -24/+15 |
2005-01-10 | no more `_TRACEBACK' variable | Roberto Ierusalimschy | 2 | -7/+4 |
2005-01-07 | a^b calls `pow´ (from math.h) directly | Roberto Ierusalimschy | 3 | -14/+16 |
2005-01-07 | details | Roberto Ierusalimschy | 3 | -15/+9 |
2005-01-05 | change in hash algorithm so that it does not need empty slot | Roberto Ierusalimschy | 9 | -108/+125 |
2005-01-04 | cleaner interface to `ltable' | Roberto Ierusalimschy | 6 | -32/+44 |
2005-01-04 | better configuration for Windows | Roberto Ierusalimschy | 1 | -4/+3 |
2004-12-29 | better error messages when require fails for C module | Roberto Ierusalimschy | 1 | -2/+2 |
2004-12-27 | redesigned loadlib (Windows version not tested yet) | Roberto Ierusalimschy | 1 | -142/+182 |
2004-12-27 | small change | Roberto Ierusalimschy | 1 | -5/+1 |
2004-12-22 | several improvements/corrections | Roberto Ierusalimschy | 2 | -104/+136 |
2004-12-22 | small changes | Roberto Ierusalimschy | 1 | -5/+9 |
2004-12-20 | `luac' may generate code without upvalue names | Roberto Ierusalimschy | 1 | -2/+2 |
2004-12-20 | details | Roberto Ierusalimschy | 1 | -11/+14 |
2004-12-13 | a different option for the GC | Roberto Ierusalimschy | 7 | -19/+21 |
2004-12-13 | corrections for `absent' implementation | Roberto Ierusalimschy | 1 | -10/+10 |
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 |