aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* small bug: calls to upvalues were not correctly tracedRoberto Ierusalimschy2004-08-131-16/+10
|
* small bug: lua_gc(count) was falling through to next optionRoberto Ierusalimschy2004-08-121-1/+2
|
* bug (due to new handling of varargs)Roberto Ierusalimschy2004-08-121-2/+3
|
* less conservative write barrier for tablesRoberto Ierusalimschy2004-08-105-18/+38
|
* `io.lines' also can give the file name in its error messageRoberto Ierusalimschy2004-08-091-6/+11
|
* string.byte truncates indices out of rangeRoberto Ierusalimschy2004-08-091-3/+4
|
* string.byte may return multiple valuesRoberto Ierusalimschy2004-08-061-6/+11
|
* small changes (due to Rici Lake) to allow testing non-supported OS functionsRoberto Ierusalimschy2004-08-051-8/+8
|
* details (opcode may not be the first field)Roberto Ierusalimschy2004-08-041-6/+8
|
* small bugRoberto Ierusalimschy2004-07-161-2/+2
|
* no more LUA_OPNAMESRoberto Ierusalimschy2004-07-161-3/+1
|
* no more LUA_OPNAMES; it is simpler to "waste" 400 bytesRoberto Ierusalimschy2004-07-161-4/+1
|
* small bugRoberto Ierusalimschy2004-07-131-3/+4
|
* several small changes (mainly function names)Roberto Ierusalimschy2004-07-131-84/+59
|
* `lua_Chunkwriter' returns 0 in case of successRoberto Ierusalimschy2004-07-092-15/+20
|
* new macro `luaL_typename'Roberto Ierusalimschy2004-07-094-7/+8
|
* `lua_pushfstring' now supports `%p' option tooRoberto Ierusalimschy2004-07-093-31/+30
|
* separation between io lib and os libRoberto Ierusalimschy2004-07-093-250/+49
|
* OS lib (finally separated from io lib)Roberto Ierusalimschy2004-07-091-0/+241
|
* back with an "open all libs" functionRoberto Ierusalimschy2004-07-094-19/+48
|
* bug: `lua_setfenv' needs a write barrierRoberto Ierusalimschy2004-07-091-4/+5
|
* `require' uses its private reference to `_LOADED' tableRoberto Ierusalimschy2004-07-021-14/+14
|
* `lua.c' also needs the default path, so auxlib should provide itRoberto Ierusalimschy2004-07-013-29/+23
|
* "step" option in lua_gc also need to lock Lua.Roberto Ierusalimschy2004-06-301-10/+13
|
* detailRoberto Ierusalimschy2004-06-302-4/+3
|
* new way to code RK valuesRoberto Ierusalimschy2004-06-294-16/+32
|
* detailRoberto Ierusalimschy2004-06-291-36/+36
|
* new interface for search-path function + small changes in requireRoberto Ierusalimschy2004-06-291-15/+22
|
* new interface for search-path functionRoberto Ierusalimschy2004-06-293-33/+34
|
* libraries may want to use `lua_assert' too...Roberto Ierusalimschy2004-06-232-7/+5
|
* new scheme to search pathsRoberto Ierusalimschy2004-06-213-75/+80
|
* `assert' returns all its parameters (not only the first)Roberto Ierusalimschy2004-06-211-3/+2
|
* new coroutines inherit hook from creatorRoberto Ierusalimschy2004-06-171-1/+5
|
* optional error for accesss to undefined variables/fieldsRoberto Ierusalimschy2004-06-173-11/+21
|
* detailRoberto Ierusalimschy2004-06-161-3/+2
|
* `setn' returns its "self" (the table)Roberto Ierusalimschy2004-06-151-2/+3
|
* `setfenv' returns "self"Roberto Ierusalimschy2004-06-151-3/+5
|
* BUG: string concatenation may cause arithmetic overflow, leadingRoberto Ierusalimschy2004-06-082-3/+40
| | | | to a buffer overflow.
* detailsRoberto Ierusalimschy2004-06-081-1/+2
|
* (no commit message)Roberto Ierusalimschy2004-06-081-1/+8
|
* option for garbage-collector `step'Roberto Ierusalimschy2004-06-043-18/+17
|
* detailsRoberto Ierusalimschy2004-06-021-2/+3
|
* lock stuff defined in `luaconf.h'Roberto Ierusalimschy2004-06-021-2/+6
|
* `testC' can operate on other statesRoberto Ierusalimschy2004-06-021-53/+64
|
* new macro `lua_threadyield' + lock stuff in `luaconf.h' + detailsRoberto Ierusalimschy2004-06-026-90/+84
|
* `getn' uses binary search if it has to count elementsRoberto Ierusalimschy2004-06-021-8/+27
|
* what is provided by lauxlib.c should be defined at lauxlib.hRoberto Ierusalimschy2004-06-022-21/+23
|
* no more `__fenv'Roberto Ierusalimschy2004-06-021-15/+2
|
* better error messages for `loadfile'Roberto Ierusalimschy2004-06-021-6/+7
|
* clear definition for `lua_number2int'Roberto Ierusalimschy2004-06-021-3/+7
|