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