summaryrefslogtreecommitdiff
path: root/ltests.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* detailRoberto Ierusalimschy2005-08-261-3/+3
|
* no more 'luaL_get/setfield' (replaced by more direct luaL_findtable)Roberto Ierusalimschy2005-08-261-20/+1
|
* luaL_openlib -> luaL_register, luaL_putchar -> luaL_addcharRoberto Ierusalimschy2005-08-151-3/+3
|
* details (alphabetical order for list of functions)Roberto Ierusalimschy2005-07-121-28/+28
|
* new test function for conversion from num to intRoberto Ierusalimschy2005-07-111-1/+9
|
* lua_objsize -> lua_objlen (more compatible with use of `lenĀ“ in otherRoberto Ierusalimschy2005-05-311-2/+2
| | | | places [opcode name, metamethod index, etc.])
* better tests for correctness of `savedpc'Roberto Ierusalimschy2005-05-031-2/+16
|
* no more LUA_FIRSTINDEXRoberto Ierusalimschy2005-03-281-2/+2
|
* change `#ifdef' for `#if defined'Roberto Ierusalimschy2005-03-231-3/+3
|
* new "primitive" getnRoberto Ierusalimschy2005-03-161-4/+6
|
* C functions and userdata also have environmentsRoberto Ierusalimschy2005-02-181-43/+43
|
* better control over GC collors of upvaluesRoberto Ierusalimschy2005-01-191-2/+15
|
* cleaner way to remark open upvaluesRoberto Ierusalimschy2005-01-181-9/+6
|
* no more generational collector (and no more `noinc' mode)Roberto Ierusalimschy2005-01-141-6/+5
|
* change in hash algorithm so that it does not need empty slotRoberto Ierusalimschy2005-01-051-4/+3
| | | | (tables can be 100% full)
* better implementation for `floating-point bytes'Roberto Ierusalimschy2004-11-011-2/+2
|
* small optimization for table size in machines with double allignmentRoberto Ierusalimschy2004-10-061-4/+4
|
* better API for luaL_getfield/setfieldRoberto Ierusalimschy2004-09-291-5/+5
|
* new auxiliary functions to implement new package systemRoberto Ierusalimschy2004-09-211-1/+42
|
* first implementation of generational GCRoberto Ierusalimschy2004-08-241-6/+10
|
* new macro `luaL_typename'Roberto Ierusalimschy2004-07-091-2/+2
|
* `testC' can operate on other statesRoberto Ierusalimschy2004-06-021-53/+64
|
* `lua_strlen' upgraded to `lua_objsize' (which also works with userdata)Roberto Ierusalimschy2004-05-311-14/+3
|
* main must return status from original main!Roberto Ierusalimschy2004-05-311-3/+2
|
* code parameterized by LUA_FIRSTINDEX (first index of an array)Roberto Ierusalimschy2004-05-101-2/+2
|
* new scheme for configuration through `luaconf.h'Roberto Ierusalimschy2004-04-301-3/+4
|
* new states must use controlled malloc, tooRoberto Ierusalimschy2004-03-231-2/+2
|
* new tests to check memory consistency (for incremental GC)Roberto Ierusalimschy2004-03-151-72/+130
|
* more and better tools (assertions & inspectors) to check incremental GCRoberto Ierusalimschy2004-02-161-1/+183
|
* `TObject' renamed to `TValue' + other name changes and better assertionsRoberto Ierusalimschy2003-12-101-4/+4
| | | | for incremental garbage collection
* detailsRoberto Ierusalimschy2003-11-191-4/+4
|
* lua_(set)getglobal are ok to useRoberto Ierusalimschy2003-11-051-1/+2
|
* new function `lua_getallocf' to retrieve allocation function and dataRoberto Ierusalimschy2003-10-201-1/+4
|
* new function `lua_createtable'Roberto Ierusalimschy2003-10-101-5/+4
|
* new functions `lua_tointeger' and lua_pushinteger'Roberto Ierusalimschy2003-10-071-46/+43
|
* Lua kernel does not use malloc/free functions.Roberto Ierusalimschy2003-10-021-25/+22
|
* no need for a maximum number of parameters (maximum number of localsRoberto Ierusalimschy2003-07-291-2/+1
| | | | take care of that).
* detailsRoberto Ierusalimschy2003-07-091-2/+2
|
* no more compatibility code (`lua_pushupvalues')Roberto Ierusalimschy2003-05-141-4/+1
|
* new (internal) macros for error handlingRoberto Ierusalimschy2003-05-131-1/+10
|
* test function for lua_setgcthresholdRoberto Ierusalimschy2003-04-281-1/+8
|
* new test options for luaL_getn/setnRoberto Ierusalimschy2003-04-071-1/+11
|
* warnings from several compilers (mainly typecasts when lua_Number is float)Roberto Ierusalimschy2003-04-031-45/+45
|
* name changes to avoid name collision between macros and variablesRoberto Ierusalimschy2003-03-191-6/+6
|
* new names for functions that open C librariesRoberto Ierusalimschy2003-03-111-7/+7
|
* avoid the identifier `index' (clashes with BSD `index' function)Roberto Ierusalimschy2003-02-271-9/+9
|
* small optimization for sizes of array constructorsRoberto Ierusalimschy2003-02-181-1/+9
|
* warningRoberto Ierusalimschy2003-02-101-1/+2
|
* test for panic functionRoberto Ierusalimschy2003-01-291-1/+9
|
* `openlib' functions return new moduleRoberto Ierusalimschy2002-12-201-8/+17
|