Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more cleaning on configurations | Roberto Ierusalimschy | 2005-03-18 | 3 | -163/+303 |
* | internal definitions have prefix `luai_' | Roberto Ierusalimschy | 2005-03-18 | 1 | -2/+2 |
* | avoid name colision with `close' function | Roberto Ierusalimschy | 2005-03-18 | 1 | -3/+3 |
* | avoid too much configuration options | Roberto Ierusalimschy | 2005-03-18 | 1 | -5/+16 |
* | try to avoid warnings | Roberto Ierusalimschy | 2005-03-18 | 1 | -4/+4 |
* | detail | Roberto Ierusalimschy | 2005-03-16 | 2 | -3/+4 |
* | new operation *t (for size of t) (may yet be removed...) | Roberto Ierusalimschy | 2005-03-16 | 6 | -15/+47 |
* | new "primitive" getn | Roberto Ierusalimschy | 2005-03-16 | 7 | -66/+101 |
* | bug: rawset/rawget do not ignore extra arguments | Roberto Ierusalimschy | 2005-03-11 | 2 | -1/+24 |
* | `luac´ -> `luai' (to avoid confusion with other luac stuff) | Roberto Ierusalimschy | 2005-03-09 | 14 | -126/+126 |
* | `luaconf.h´ exports all its definitions always (so all of them | Roberto Ierusalimschy | 2005-03-08 | 16 | -253/+237 |
* | entries `{[...] = ...}' need space too. | Roberto Ierusalimschy | 2005-03-08 | 1 | -2/+2 |
* | fewer #include's in luaconf.h | Roberto Ierusalimschy | 2005-03-08 | 6 | -10/+12 |
* | 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 |