Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | detail | Roberto Ierusalimschy | 2005-08-26 | 1 | -3/+3 |
| | |||||
* | no more 'luaL_get/setfield' (replaced by more direct luaL_findtable) | Roberto Ierusalimschy | 2005-08-26 | 1 | -20/+1 |
| | |||||
* | luaL_openlib -> luaL_register, luaL_putchar -> luaL_addchar | Roberto Ierusalimschy | 2005-08-15 | 1 | -3/+3 |
| | |||||
* | details (alphabetical order for list of functions) | Roberto Ierusalimschy | 2005-07-12 | 1 | -28/+28 |
| | |||||
* | new test function for conversion from num to int | Roberto Ierusalimschy | 2005-07-11 | 1 | -1/+9 |
| | |||||
* | lua_objsize -> lua_objlen (more compatible with use of `lenĀ“ in other | Roberto Ierusalimschy | 2005-05-31 | 1 | -2/+2 |
| | | | | places [opcode name, metamethod index, etc.]) | ||||
* | better tests for correctness of `savedpc' | Roberto Ierusalimschy | 2005-05-03 | 1 | -2/+16 |
| | |||||
* | no more LUA_FIRSTINDEX | Roberto Ierusalimschy | 2005-03-28 | 1 | -2/+2 |
| | |||||
* | change `#ifdef' for `#if defined' | Roberto Ierusalimschy | 2005-03-23 | 1 | -3/+3 |
| | |||||
* | new "primitive" getn | Roberto Ierusalimschy | 2005-03-16 | 1 | -4/+6 |
| | |||||
* | C functions and userdata also have environments | Roberto Ierusalimschy | 2005-02-18 | 1 | -43/+43 |
| | |||||
* | better control over GC collors of upvalues | Roberto Ierusalimschy | 2005-01-19 | 1 | -2/+15 |
| | |||||
* | cleaner way to remark open upvalues | Roberto Ierusalimschy | 2005-01-18 | 1 | -9/+6 |
| | |||||
* | no more generational collector (and no more `noinc' mode) | Roberto Ierusalimschy | 2005-01-14 | 1 | -6/+5 |
| | |||||
* | change in hash algorithm so that it does not need empty slot | Roberto Ierusalimschy | 2005-01-05 | 1 | -4/+3 |
| | | | | (tables can be 100% full) | ||||
* | better implementation for `floating-point bytes' | Roberto Ierusalimschy | 2004-11-01 | 1 | -2/+2 |
| | |||||
* | small optimization for table size in machines with double allignment | Roberto Ierusalimschy | 2004-10-06 | 1 | -4/+4 |
| | |||||
* | better API for luaL_getfield/setfield | Roberto Ierusalimschy | 2004-09-29 | 1 | -5/+5 |
| | |||||
* | new auxiliary functions to implement new package system | Roberto Ierusalimschy | 2004-09-21 | 1 | -1/+42 |
| | |||||
* | first implementation of generational GC | Roberto Ierusalimschy | 2004-08-24 | 1 | -6/+10 |
| | |||||
* | new macro `luaL_typename' | Roberto Ierusalimschy | 2004-07-09 | 1 | -2/+2 |
| | |||||
* | `testC' can operate on other states | Roberto Ierusalimschy | 2004-06-02 | 1 | -53/+64 |
| | |||||
* | `lua_strlen' upgraded to `lua_objsize' (which also works with userdata) | Roberto Ierusalimschy | 2004-05-31 | 1 | -14/+3 |
| | |||||
* | main must return status from original main! | Roberto Ierusalimschy | 2004-05-31 | 1 | -3/+2 |
| | |||||
* | code parameterized by LUA_FIRSTINDEX (first index of an array) | Roberto Ierusalimschy | 2004-05-10 | 1 | -2/+2 |
| | |||||
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -3/+4 |
| | |||||
* | new states must use controlled malloc, too | Roberto Ierusalimschy | 2004-03-23 | 1 | -2/+2 |
| | |||||
* | new tests to check memory consistency (for incremental GC) | Roberto Ierusalimschy | 2004-03-15 | 1 | -72/+130 |
| | |||||
* | more and better tools (assertions & inspectors) to check incremental GC | Roberto Ierusalimschy | 2004-02-16 | 1 | -1/+183 |
| | |||||
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -4/+4 |
| | | | | for incremental garbage collection | ||||
* | details | Roberto Ierusalimschy | 2003-11-19 | 1 | -4/+4 |
| | |||||
* | lua_(set)getglobal are ok to use | Roberto Ierusalimschy | 2003-11-05 | 1 | -1/+2 |
| | |||||
* | new function `lua_getallocf' to retrieve allocation function and data | Roberto Ierusalimschy | 2003-10-20 | 1 | -1/+4 |
| | |||||
* | new function `lua_createtable' | Roberto Ierusalimschy | 2003-10-10 | 1 | -5/+4 |
| | |||||
* | new functions `lua_tointeger' and lua_pushinteger' | Roberto Ierusalimschy | 2003-10-07 | 1 | -46/+43 |
| | |||||
* | Lua kernel does not use malloc/free functions. | Roberto Ierusalimschy | 2003-10-02 | 1 | -25/+22 |
| | |||||
* | no need for a maximum number of parameters (maximum number of locals | Roberto Ierusalimschy | 2003-07-29 | 1 | -2/+1 |
| | | | | take care of that). | ||||
* | details | Roberto Ierusalimschy | 2003-07-09 | 1 | -2/+2 |
| | |||||
* | no more compatibility code (`lua_pushupvalues') | Roberto Ierusalimschy | 2003-05-14 | 1 | -4/+1 |
| | |||||
* | new (internal) macros for error handling | Roberto Ierusalimschy | 2003-05-13 | 1 | -1/+10 |
| | |||||
* | test function for lua_setgcthreshold | Roberto Ierusalimschy | 2003-04-28 | 1 | -1/+8 |
| | |||||
* | new test options for luaL_getn/setn | Roberto Ierusalimschy | 2003-04-07 | 1 | -1/+11 |
| | |||||
* | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 2003-04-03 | 1 | -45/+45 |
| | |||||
* | name changes to avoid name collision between macros and variables | Roberto Ierusalimschy | 2003-03-19 | 1 | -6/+6 |
| | |||||
* | new names for functions that open C libraries | Roberto Ierusalimschy | 2003-03-11 | 1 | -7/+7 |
| | |||||
* | avoid the identifier `index' (clashes with BSD `index' function) | Roberto Ierusalimschy | 2003-02-27 | 1 | -9/+9 |
| | |||||
* | small optimization for sizes of array constructors | Roberto Ierusalimschy | 2003-02-18 | 1 | -1/+9 |
| | |||||
* | warning | Roberto Ierusalimschy | 2003-02-10 | 1 | -1/+2 |
| | |||||
* | test for panic function | Roberto Ierusalimschy | 2003-01-29 | 1 | -1/+9 |
| | |||||
* | `openlib' functions return new module | Roberto Ierusalimschy | 2002-12-20 | 1 | -8/+17 |
| |