Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | new functions to manipulate upvales (get/setupvalue) | Roberto Ierusalimschy | 2002-12-19 | 1 | -1/+20 | |
| | ||||||
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+2 | |
| | ||||||
* | new facilities to test memory overflow in main.c | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+10 | |
| | ||||||
* | simpler interface to hooks + use of `int' to count hooks | Roberto Ierusalimschy | 2002-11-25 | 1 | -5/+7 | |
| | ||||||
* | support for tests of yield inside hooks + better support for tests | Roberto Ierusalimschy | 2002-11-18 | 1 | -22/+75 | |
| | | | | with valgrind and other memory checkers | |||||
* | details | Roberto Ierusalimschy | 2002-11-14 | 1 | -2/+2 | |
| |