Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lua_getmetatable must accept any acceptable index | Roberto Ierusalimschy | 2003-04-07 | 1 | -13/+14 |
* | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 2003-04-03 | 1 | -3/+3 |
* | out-of-bound upvalues (in C) are acceptable indices | Roberto Ierusalimschy | 2003-03-14 | 1 | -5/+10 |
* | avoid the identifier `index' (clashes with BSD `index' function) | Roberto Ierusalimschy | 2003-02-27 | 1 | -79/+79 |
* | `set/getenvtable' -> `set/getfenv' | Roberto Ierusalimschy | 2003-02-24 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2003-02-20 | 1 | -4/+4 |
* | `set/getglobals' -> `set/getenvtable' | Roberto Ierusalimschy | 2003-02-18 | 1 | -3/+3 |
* | different variables for number of upvalues and size of upvalue array | Roberto Ierusalimschy | 2003-02-11 | 1 | -3/+5 |
* | new functions to manipulate upvales (get/setupvalue) | Roberto Ierusalimschy | 2002-12-19 | 1 | -1/+47 |
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+3 |
* | new function `lua_cpcall' | Roberto Ierusalimschy | 2002-12-04 | 1 | -2/+56 |
* | new function `lua_version' | Roberto Ierusalimschy | 2002-11-25 | 1 | -1/+6 |
* | ULONG_MAX>>10 may not fit into an int | Roberto Ierusalimschy | 2002-11-25 | 1 | -3/+4 |
* | keep L->ci->base in L->base for faster access | Roberto Ierusalimschy | 2002-11-21 | 1 | -17/+17 |
* | must check GC every time it can create new objects | Roberto Ierusalimschy | 2002-11-21 | 1 | -2/+10 |
* | documentation for write barriers | Roberto Ierusalimschy | 2002-11-14 | 1 | -7/+7 |
* | back to `__mode' metafield to specify weakness | Roberto Ierusalimschy | 2002-11-14 | 1 | -26/+1 |
* | better name for `lua_movethread' | Roberto Ierusalimschy | 2002-11-07 | 1 | -2/+2 |
* | new macros to distinguish different types of object moves (for future GC | Roberto Ierusalimschy | 2002-11-07 | 1 | -19/+17 |
* | new API for coroutines | Roberto Ierusalimschy | 2002-11-06 | 1 | -1/+14 |
* | new facility for dumping chunks | Roberto Ierusalimschy | 2002-10-25 | 1 | -1/+19 |
* | threads now are real Lua objects, subject to garbage collection | Roberto Ierusalimschy | 2002-10-25 | 1 | -1/+19 |
* | easier to define `api_check' using `assert' | Roberto Ierusalimschy | 2002-09-20 | 1 | -7/+12 |
* | new structure for collectable objects, sharing a common header | Roberto Ierusalimschy | 2002-08-30 | 1 | -1/+7 |
* | external messages add their own extra information | Roberto Ierusalimschy | 2002-08-08 | 1 | -2/+2 |
* | small bugs when stack is reallocated | Roberto Ierusalimschy | 2002-08-07 | 1 | -6/+6 |
* | any Lua closure has a table of globals (not only active functions) | Roberto Ierusalimschy | 2002-08-06 | 1 | -23/+14 |
* | new API for weak mode | Roberto Ierusalimschy | 2002-08-06 | 1 | -1/+26 |
* | new (old?) error handling scheme | Roberto Ierusalimschy | 2002-08-06 | 1 | -10/+5 |
* | new macros `ttis*' | Roberto Ierusalimschy | 2002-08-05 | 1 | -11/+18 |
* | new names for light userdata operations | Roberto Ierusalimschy | 2002-07-17 | 1 | -3/+6 |
* | no more `lua_getn' function | Roberto Ierusalimschy | 2002-06-26 | 1 | -38/+1 |
* | details | Roberto Ierusalimschy | 2002-06-26 | 1 | -3/+3 |
* | `luaV_gettable' returns element position | Roberto Ierusalimschy | 2002-06-24 | 1 | -2/+4 |
* | first implementation of independent global table per function | Roberto Ierusalimschy | 2002-06-20 | 1 | -11/+51 |
* | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 1 | -7/+5 |
* | `rawcall' -> `upcall' (unprotected call) | Roberto Ierusalimschy | 2002-06-13 | 1 | -2/+2 |
* | new fallback for equality `__eq' | Roberto Ierusalimschy | 2002-06-13 | 1 | -3/+16 |
* | new fallback __le (less equal), for partial order | Roberto Ierusalimschy | 2002-06-12 | 1 | -2/+2 |
* | names & names | Roberto Ierusalimschy | 2002-06-06 | 1 | -4/+4 |
* | core tests whether file is binary | Roberto Ierusalimschy | 2002-06-03 | 1 | -3/+5 |
* | lua_load* replaced by a simple lua_load | Roberto Ierusalimschy | 2002-06-03 | 1 | -110/+12 |
* | new `__newindex' eventfield | Roberto Ierusalimschy | 2002-05-27 | 1 | -3/+3 |
* | new names for string formating functions | Roberto Ierusalimschy | 2002-05-16 | 1 | -21/+27 |
* | new format for error messages | Roberto Ierusalimschy | 2002-05-15 | 1 | -3/+4 |
* | new function `lua_vpushstr' to replace uses of `sprintf' | Roberto Ierusalimschy | 2002-05-07 | 1 | -2/+9 |
* | errors `return' int, to avoid warnings | Roberto Ierusalimschy | 2002-05-06 | 1 | -2/+3 |
* | new format for test intructions (handle NaN correctly) | Roberto Ierusalimschy | 2002-05-06 | 1 | -2/+2 |
* | avoid limits in filename size | Roberto Ierusalimschy | 2002-05-02 | 1 | -7/+15 |
* | new way to handle errors | Roberto Ierusalimschy | 2002-05-01 | 1 | -43/+75 |