Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | bug: barrier was wrong for generational phase | Roberto Ierusalimschy | 2004-09-15 | 2 | -8/+16 | |
| | ||||||
* | simpler configuration to turn on all asserts | Roberto Ierusalimschy | 2004-09-10 | 3 | -11/+6 | |
| | ||||||
* | tighter tests for stack overflow | Roberto Ierusalimschy | 2004-09-08 | 4 | -24/+37 | |
| | ||||||
* | two bugs related to varargs | Roberto Ierusalimschy | 2004-09-03 | 1 | -5/+9 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2004-09-03 | 1 | -1/+2 | |
| | ||||||
* | simpler implementation for generic reader | Roberto Ierusalimschy | 2004-09-03 | 1 | -21/+16 | |
| | ||||||
* | new libs `loslib´ and `linit´ | Roberto Ierusalimschy | 2004-09-01 | 1 | -5/+7 | |
| | ||||||
* | details | Roberto Ierusalimschy | 2004-09-01 | 1 | -3/+4 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2004-08-31 | 1 | -17/+10 | |
| | ||||||
* | new way to handle _PATH (old LUA_PATH) | Roberto Ierusalimschy | 2004-08-30 | 4 | -31/+38 | |
| | ||||||
* | `select' returns all values after given `n' | Roberto Ierusalimschy | 2004-08-30 | 1 | -8/+10 | |
| | ||||||
* | better control for GC cycles | Roberto Ierusalimschy | 2004-08-30 | 6 | -55/+77 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2004-08-30 | 1 | -4/+5 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2004-08-26 | 1 | -3/+2 | |
| | ||||||
* | first implementation of generational GC | Roberto Ierusalimschy | 2004-08-24 | 7 | -159/+162 | |
| | ||||||
* | small correction (less conservative write barrier for tables) | Roberto Ierusalimschy | 2004-08-24 | 1 | -2/+2 | |
| | ||||||
* | bug: lua_getupvalue and setupvalue do not check for index too small. | Roberto Ierusalimschy | 2004-08-17 | 2 | -3/+24 | |
| | ||||||
* | default state (created by `luaL_newstate´) has a default panic function | Roberto Ierusalimschy | 2004-08-13 | 1 | -2/+10 | |
| | ||||||
* | better checking for read errors (with `ferror´) | Roberto Ierusalimschy | 2004-08-13 | 1 | -3/+10 | |
| | ||||||
* | small bug: calls to upvalues were not correctly traced | Roberto Ierusalimschy | 2004-08-13 | 1 | -16/+10 | |
| | ||||||
* | small bug: lua_gc(count) was falling through to next option | Roberto Ierusalimschy | 2004-08-12 | 1 | -1/+2 | |
| | ||||||
* | bug (due to new handling of varargs) | Roberto Ierusalimschy | 2004-08-12 | 1 | -2/+3 | |
| | ||||||
* | less conservative write barrier for tables | Roberto Ierusalimschy | 2004-08-10 | 5 | -18/+38 | |
| | ||||||
* | `io.lines' also can give the file name in its error message | Roberto Ierusalimschy | 2004-08-09 | 1 | -6/+11 | |
| | ||||||
* | string.byte truncates indices out of range | Roberto Ierusalimschy | 2004-08-09 | 1 | -3/+4 | |
| | ||||||
* | string.byte may return multiple values | Roberto Ierusalimschy | 2004-08-06 | 1 | -6/+11 | |
| | ||||||
* | small changes (due to Rici Lake) to allow testing non-supported OS functions | Roberto Ierusalimschy | 2004-08-05 | 1 | -8/+8 | |
| | ||||||
* | details (opcode may not be the first field) | Roberto Ierusalimschy | 2004-08-04 | 1 | -6/+8 | |
| | ||||||
* | small bug | Roberto Ierusalimschy | 2004-07-16 | 1 | -2/+2 | |
| | ||||||
* | no more LUA_OPNAMES | Roberto Ierusalimschy | 2004-07-16 | 1 | -3/+1 | |
| | ||||||
* | no more LUA_OPNAMES; it is simpler to "waste" 400 bytes | Roberto Ierusalimschy | 2004-07-16 | 1 | -4/+1 | |
| | ||||||
* | small bug | Roberto Ierusalimschy | 2004-07-13 | 1 | -3/+4 | |
| | ||||||
* | several small changes (mainly function names) | Roberto Ierusalimschy | 2004-07-13 | 1 | -84/+59 | |
| | ||||||
* | `lua_Chunkwriter' returns 0 in case of success | Roberto Ierusalimschy | 2004-07-09 | 2 | -15/+20 | |
| | ||||||
* | new macro `luaL_typename' | Roberto Ierusalimschy | 2004-07-09 | 4 | -7/+8 | |
| | ||||||
* | `lua_pushfstring' now supports `%p' option too | Roberto Ierusalimschy | 2004-07-09 | 3 | -31/+30 | |
| | ||||||
* | separation between io lib and os lib | Roberto Ierusalimschy | 2004-07-09 | 3 | -250/+49 | |
| | ||||||
* | OS lib (finally separated from io lib) | Roberto Ierusalimschy | 2004-07-09 | 1 | -0/+241 | |
| | ||||||
* | back with an "open all libs" function | Roberto Ierusalimschy | 2004-07-09 | 4 | -19/+48 | |
| | ||||||
* | bug: `lua_setfenv' needs a write barrier | Roberto Ierusalimschy | 2004-07-09 | 1 | -4/+5 | |
| | ||||||
* | `require' uses its private reference to `_LOADED' table | Roberto Ierusalimschy | 2004-07-02 | 1 | -14/+14 | |
| | ||||||
* | `lua.c' also needs the default path, so auxlib should provide it | Roberto Ierusalimschy | 2004-07-01 | 3 | -29/+23 | |
| | ||||||
* | "step" option in lua_gc also need to lock Lua. | Roberto Ierusalimschy | 2004-06-30 | 1 | -10/+13 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2004-06-30 | 2 | -4/+3 | |
| | ||||||
* | new way to code RK values | Roberto Ierusalimschy | 2004-06-29 | 4 | -16/+32 | |
| | ||||||
* | detail | Roberto Ierusalimschy | 2004-06-29 | 1 | -36/+36 | |
| | ||||||
* | new interface for search-path function + small changes in require | Roberto Ierusalimschy | 2004-06-29 | 1 | -15/+22 | |
| | ||||||
* | new interface for search-path function | Roberto Ierusalimschy | 2004-06-29 | 3 | -33/+34 | |
| | ||||||
* | libraries may want to use `lua_assert' too... | Roberto Ierusalimschy | 2004-06-23 | 2 | -7/+5 | |
| | ||||||
* | new scheme to search paths | Roberto Ierusalimschy | 2004-06-21 | 3 | -75/+80 | |
| |