Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new `mod' (`%') operator | Roberto Ierusalimschy | 2005-03-08 | 8 | -23/+48 |
* | details | Roberto Ierusalimschy | 2005-03-08 | 1 | -4/+7 |
* | C module names may have an optional `l' prefix | Roberto Ierusalimschy | 2005-03-08 | 1 | -5/+7 |
* | detail | Roberto Ierusalimschy | 2005-03-07 | 1 | -4/+4 |
* | `loadlib' not global anymore (packaged inside `package') | Roberto Ierusalimschy | 2005-03-07 | 1 | -2/+6 |
* | small bug: must use original (previous) base | Roberto Ierusalimschy | 2005-03-07 | 1 | -2/+2 |
* | USHRT_MAX may not fit in a (16-bit) int | Roberto Ierusalimschy | 2005-03-07 | 2 | -4/+4 |
* | new functions (to complete math.h) | Roberto Ierusalimschy | 2005-03-04 | 1 | -1/+30 |
* | "coroutine.current" -> "running" (compatible with "running" status) | Roberto Ierusalimschy | 2005-02-28 | 1 | -3/+3 |
* | comments | Roberto Ierusalimschy | 2005-02-28 | 1 | -14/+26 |
* | avoid access to undefined global variables | Roberto Ierusalimschy | 2005-02-28 | 1 | -2/+3 |
* | details | Roberto Ierusalimschy | 2005-02-23 | 11 | -42/+40 |
* | small bug | Roberto Ierusalimschy | 2005-02-18 | 1 | -2/+2 |
* | C functions and userdata also have environments | Roberto Ierusalimschy | 2005-02-18 | 17 | -111/+206 |
* | more secure way to stop GC cycles during finalizers | Roberto Ierusalimschy | 2005-02-14 | 1 | -3/+4 |
* | detail | Roberto Ierusalimschy | 2005-02-14 | 1 | -3/+3 |
* | all collected userdata must go to the end of the list of finalizers | Roberto Ierusalimschy | 2005-02-11 | 2 | -18/+26 |
* | LUA_PATH_SEP -> LUA_PATHSEP | Roberto Ierusalimschy | 2005-02-10 | 2 | -5/+5 |
* | cleaner way to free all objects | Roberto Ierusalimschy | 2005-02-10 | 4 | -43/+40 |
* | 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 |