aboutsummaryrefslogtreecommitdiff
path: root/ltests.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* userdata with finalizers are kept in a separated listRoberto Ierusalimschy2008-02-191-15/+17
|
* in 'testC', booleans should be represented by booean valuesRoberto Ierusalimschy2008-02-111-11/+11
|
* new instructions 'newtable' and 'checkstack' in 'testC'Roberto Ierusalimschy2008-02-111-1/+8
|
* use prefix in extern names, even those in test filesRoberto Ierusalimschy2007-11-121-11/+11
|
* clearing some old compatibility codeRoberto Ierusalimschy2007-06-211-10/+2
|
* lua_pushstring/pushlstring return stringRoberto Ierusalimschy2007-04-171-2/+3
|
* remove of a non-used test functionRoberto Ierusalimschy2007-04-101-7/+1
|
* new constant LUA_OKRoberto Ierusalimschy2006-10-101-4/+4
|
* avoid trailing white spacesRoberto Ierusalimschy2006-09-111-4/+4
|
* emergency garbage collector (core forces a GC when allocation fails)Roberto Ierusalimschy2006-07-111-6/+13
|
* small simplificationsRoberto Ierusalimschy2006-06-051-15/+13
|
* avoid unnecessary exportsRoberto Ierusalimschy2006-01-101-2/+2
|
* detailsRoberto Ierusalimschy2006-01-101-2/+2
|
* small changes in castsRoberto Ierusalimschy2005-12-221-4/+4
|
* 'luaopen_package' was missing in new statesRoberto Ierusalimschy2005-10-061-1/+2
|
* new function 'lua_setallocf'Roberto Ierusalimschy2005-09-201-1/+2
|
* avoid the use of global lockRoberto Ierusalimschy2005-09-141-20/+6
|
* 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
|