Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small optimization for table size in machines with double allignment | Roberto Ierusalimschy | 2004-10-06 | 7 | -35/+47 |
* | detail | Roberto Ierusalimschy | 2004-10-04 | 1 | -3/+2 |
* | new format for SETLIST opcode | Roberto Ierusalimschy | 2004-10-04 | 1 | -4/+5 |
* | small optimization for boolean constants + new format for SETLIST opcode | Roberto Ierusalimschy | 2004-10-04 | 6 | -29/+50 |
* | function constants may include boolean values | Roberto Ierusalimschy | 2004-10-04 | 2 | -2/+8 |
* | details | Roberto Ierusalimschy | 2004-09-29 | 1 | -2/+5 |
* | towards new package system | Roberto Ierusalimschy | 2004-09-29 | 2 | -25/+96 |
* | better API for luaL_getfield/setfield | Roberto Ierusalimschy | 2004-09-29 | 2 | -8/+8 |
* | small optimizations | Roberto Ierusalimschy | 2004-09-27 | 1 | -13/+8 |
* | long string delimiter changed from `[*[' to `[=[' | Roberto Ierusalimschy | 2004-09-22 | 1 | -16/+16 |
* | removal of unused variable | Roberto Ierusalimschy | 2004-09-22 | 1 | -3/+1 |
* | small bug with coroutine tracebacks | Roberto Ierusalimschy | 2004-09-21 | 1 | -3/+4 |
* | new auxiliary functions to implement new package system | Roberto Ierusalimschy | 2004-09-21 | 3 | -5/+95 |
* | cleaner API for coroutines | Roberto Ierusalimschy | 2004-09-15 | 7 | -39/+79 |
* | 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 |