Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2005-02-28 | comments | Roberto Ierusalimschy | 1 | -14/+26 |
2005-02-28 | avoid access to undefined global variables | Roberto Ierusalimschy | 1 | -2/+3 |
2005-02-23 | details | Roberto Ierusalimschy | 11 | -42/+40 |
2005-02-18 | small bug | Roberto Ierusalimschy | 1 | -2/+2 |
2005-02-18 | C functions and userdata also have environments | Roberto Ierusalimschy | 17 | -111/+206 |
2005-02-14 | more secure way to stop GC cycles during finalizers | Roberto Ierusalimschy | 1 | -3/+4 |
2005-02-14 | detail | Roberto Ierusalimschy | 1 | -3/+3 |
2005-02-11 | all collected userdata must go to the end of the list of finalizers | Roberto Ierusalimschy | 2 | -18/+26 |
2005-02-10 | LUA_PATH_SEP -> LUA_PATHSEP | Roberto Ierusalimschy | 2 | -5/+5 |
2005-02-10 | cleaner way to free all objects | Roberto Ierusalimschy | 4 | -43/+40 |
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 |