Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | avoid overflow when doubling size | Roberto Ierusalimschy | 2003-11-27 | 1 | -8/+11 | |
* | details | Roberto Ierusalimschy | 2003-11-27 | 1 | -8/+4 | |
* | macros for closure sizes are global | Roberto Ierusalimschy | 2003-11-24 | 2 | -9/+9 | |
* | details | Roberto Ierusalimschy | 2003-11-19 | 2 | -12/+12 | |
* | initial implementation of white/gray/black coloring | Roberto Ierusalimschy | 2003-11-19 | 2 | -40/+64 | |
* | gclist for upvalues must be available even when upvalue is still open | Roberto Ierusalimschy | 2003-11-19 | 1 | -20/+21 | |
* | towards incremental GC | Roberto Ierusalimschy | 2003-11-18 | 5 | -83/+79 | |
* | details | Roberto Ierusalimschy | 2003-11-18 | 1 | -3/+2 | |
* | cleaner code for manipulation of `marked' field | Roberto Ierusalimschy | 2003-11-17 | 5 | -46/+69 | |
* | comments | Roberto Ierusalimschy | 2003-11-11 | 2 | -5/+5 | |
* | lua_(set)getglobal are ok to use | Roberto Ierusalimschy | 2003-11-05 | 6 | -14/+16 | |
* | towards a "stackless" call of metamethods (?) | Roberto Ierusalimschy | 2003-10-27 | 1 | -18/+24 | |
* | `error()' (and `error(nil)') generates errors with no error messages | Roberto Ierusalimschy | 2003-10-23 | 2 | -10/+7 | |
* | lua_set(get)global may use lua_set(get)field | Roberto Ierusalimschy | 2003-10-21 | 1 | -7/+4 | |
* | core does not look for function name in globals (too particular) | Roberto Ierusalimschy | 2003-10-20 | 1 | -17/+3 | |
* | new semantics for setn/getn (no more changes to `n') | Roberto Ierusalimschy | 2003-10-20 | 1 | -16/+9 | |
* | it's ok to dump functions with upvalues | Roberto Ierusalimschy | 2003-10-20 | 4 | -6/+19 | |
* | new function `lua_getallocf' to retrieve allocation function and data | Roberto Ierusalimschy | 2003-10-20 | 3 | -3/+16 | |
* | `luaX_errorline' was used only in one place | Roberto Ierusalimschy | 2003-10-20 | 2 | -18/+7 | |
* | detail | Roberto Ierusalimschy | 2003-10-20 | 1 | -3/+3 | |
* | new function `lua_createtable' | Roberto Ierusalimschy | 2003-10-10 | 4 | -12/+13 | |
* | new functions `lua_getfield' and `lua_setfield' | Roberto Ierusalimschy | 2003-10-10 | 7 | -66/+70 | |
* | debugger can only see `local function' after it has a meaningful value | Roberto Ierusalimschy | 2003-10-09 | 2 | -4/+14 | |
* | new functions `lua_tointeger' and lua_pushinteger' | Roberto Ierusalimschy | 2003-10-07 | 11 | -120/+160 | |
* | new bug + correction in path for coroutine bug | Roberto Ierusalimschy | 2003-10-07 | 1 | -2/+29 | |
* | detail | Roberto Ierusalimschy | 2003-10-03 | 1 | -4/+2 | |
* | buffer should better use `size_t' for its size | Roberto Ierusalimschy | 2003-10-03 | 2 | -9/+13 | |
* | avoid the use of `strlen' (strings are literals) | Roberto Ierusalimschy | 2003-10-03 | 1 | -15/+13 | |
* | details | Roberto Ierusalimschy | 2003-10-03 | 1 | -3/+3 | |
* | Lua kernel does not use malloc/free functions. | Roberto Ierusalimschy | 2003-10-02 | 8 | -105/+116 | |
* | avoid unecessary includes of `stdlib' | Roberto Ierusalimschy | 2003-10-02 | 2 | -4/+4 | |
* | detail: `luaL_where' does not use the name information | Roberto Ierusalimschy | 2003-10-01 | 1 | -2/+2 | |
* | bug: syntax `local function' does not increment stack size | Roberto Ierusalimschy | 2003-09-29 | 2 | -5/+62 | |
* | bug: cannot invalidate a running coroutine | Roberto Ierusalimschy | 2003-09-05 | 1 | -9/+21 | |
* | detail | Roberto Ierusalimschy | 2003-09-05 | 1 | -2/+2 | |
* | main thread and global state are allocated in a single block | Roberto Ierusalimschy | 2003-09-04 | 1 | -52/+53 | |
* | some changes in error reporting | Roberto Ierusalimschy | 2003-09-04 | 1 | -30/+24 | |
* | IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generate | Roberto Ierusalimschy | 2003-08-29 | 1 | -2/+26 | |
* | new form of long strings: `[***[...]***]' | Roberto Ierusalimschy | 2003-08-29 | 1 | -24/+39 | |
* | simpler manipulation of buffer count in scanner | Roberto Ierusalimschy | 2003-08-28 | 2 | -189/+178 | |
* | new function (generic) `load' | Roberto Ierusalimschy | 2003-08-27 | 1 | -1/+43 | |
* | parser fully reentrant(!) | Roberto Ierusalimschy | 2003-08-27 | 10 | -65/+120 | |
* | reader runs outside core Lua | Roberto Ierusalimschy | 2003-08-27 | 1 | -2/+7 | |
* | new auxiliary function `luaH_setstr' | Roberto Ierusalimschy | 2003-08-26 | 3 | -6/+18 | |
* | ZIO passes Lua state to chunk reader | Roberto Ierusalimschy | 2003-08-25 | 3 | -7/+9 | |
* | zio does not keep "source" name (nobody uses it) | Roberto Ierusalimschy | 2003-08-25 | 9 | -27/+24 | |
* | bug: IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generate | Roberto Ierusalimschy | 2003-08-25 | 2 | -12/+19 | |
* | newlines can be `\n', `\r', `\r\n', or `\n\r' | Roberto Ierusalimschy | 2003-08-21 | 1 | -6/+17 | |
* | no more checks for non-default compilation options + luaU_dump has | Roberto Ierusalimschy | 2003-08-15 | 4 | -22/+14 | |
* | several bugs for Lua 5.0 + new format for bug entries | Roberto Ierusalimschy | 2003-07-29 | 1 | -1/+157 |