Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2004-09-10 | simpler configuration to turn on all asserts | Roberto Ierusalimschy | 3 | -11/+6 |
2004-09-08 | tighter tests for stack overflow | Roberto Ierusalimschy | 4 | -24/+37 |
2004-09-03 | two bugs related to varargs | Roberto Ierusalimschy | 1 | -5/+9 |
2004-09-03 | detail | Roberto Ierusalimschy | 1 | -1/+2 |
2004-09-03 | simpler implementation for generic reader | Roberto Ierusalimschy | 1 | -21/+16 |
2004-09-01 | new libs `loslib´ and `linit´ | Roberto Ierusalimschy | 1 | -5/+7 |
2004-09-01 | details | Roberto Ierusalimschy | 1 | -3/+4 |
2004-08-31 | detail | Roberto Ierusalimschy | 1 | -17/+10 |
2004-08-30 | new way to handle _PATH (old LUA_PATH) | Roberto Ierusalimschy | 4 | -31/+38 |
2004-08-30 | `select' returns all values after given `n' | Roberto Ierusalimschy | 1 | -8/+10 |
2004-08-30 | better control for GC cycles | Roberto Ierusalimschy | 6 | -55/+77 |
2004-08-30 | detail | Roberto Ierusalimschy | 1 | -4/+5 |
2004-08-26 | detail | Roberto Ierusalimschy | 1 | -3/+2 |
2004-08-24 | first implementation of generational GC | Roberto Ierusalimschy | 7 | -159/+162 |
2004-08-24 | small correction (less conservative write barrier for tables) | Roberto Ierusalimschy | 1 | -2/+2 |
2004-08-17 | bug: lua_getupvalue and setupvalue do not check for index too small. | Roberto Ierusalimschy | 2 | -3/+24 |
2004-08-13 | default state (created by `luaL_newstate´) has a default panic function | Roberto Ierusalimschy | 1 | -2/+10 |
2004-08-13 | better checking for read errors (with `ferror´) | Roberto Ierusalimschy | 1 | -3/+10 |
2004-08-13 | small bug: calls to upvalues were not correctly traced | Roberto Ierusalimschy | 1 | -16/+10 |
2004-08-12 | small bug: lua_gc(count) was falling through to next option | Roberto Ierusalimschy | 1 | -1/+2 |
2004-08-12 | bug (due to new handling of varargs) | Roberto Ierusalimschy | 1 | -2/+3 |
2004-08-10 | less conservative write barrier for tables | Roberto Ierusalimschy | 5 | -18/+38 |
2004-08-09 | `io.lines' also can give the file name in its error message | Roberto Ierusalimschy | 1 | -6/+11 |
2004-08-09 | string.byte truncates indices out of range | Roberto Ierusalimschy | 1 | -3/+4 |
2004-08-06 | string.byte may return multiple values | Roberto Ierusalimschy | 1 | -6/+11 |
2004-08-05 | small changes (due to Rici Lake) to allow testing non-supported OS functions | Roberto Ierusalimschy | 1 | -8/+8 |
2004-08-04 | details (opcode may not be the first field) | Roberto Ierusalimschy | 1 | -6/+8 |
2004-07-16 | small bug | Roberto Ierusalimschy | 1 | -2/+2 |
2004-07-16 | no more LUA_OPNAMES | Roberto Ierusalimschy | 1 | -3/+1 |
2004-07-16 | no more LUA_OPNAMES; it is simpler to "waste" 400 bytes | Roberto Ierusalimschy | 1 | -4/+1 |
2004-07-13 | small bug | Roberto Ierusalimschy | 1 | -3/+4 |
2004-07-13 | several small changes (mainly function names) | Roberto Ierusalimschy | 1 | -84/+59 |
2004-07-09 | `lua_Chunkwriter' returns 0 in case of success | Roberto Ierusalimschy | 2 | -15/+20 |
2004-07-09 | new macro `luaL_typename' | Roberto Ierusalimschy | 4 | -7/+8 |
2004-07-09 | `lua_pushfstring' now supports `%p' option too | Roberto Ierusalimschy | 3 | -31/+30 |
2004-07-09 | separation between io lib and os lib | Roberto Ierusalimschy | 3 | -250/+49 |