aboutsummaryrefslogtreecommitdiff
path: root/ltests.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* `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
|
* new functions to manipulate upvales (get/setupvalue)Roberto Ierusalimschy2002-12-191-1/+20
|
* each .c file defines its own nameRoberto Ierusalimschy2002-12-041-1/+2
|
* new facilities to test memory overflow in main.cRoberto Ierusalimschy2002-12-041-1/+10
|
* simpler interface to hooks + use of `int' to count hooksRoberto Ierusalimschy2002-11-251-5/+7
|
* support for tests of yield inside hooks + better support for testsRoberto Ierusalimschy2002-11-181-22/+75
| | | | with valgrind and other memory checkers
* detailsRoberto Ierusalimschy2002-11-141-2/+2
|
* better names for auxiliar functionsRoberto Ierusalimschy2002-11-141-32/+32
|
* detailRoberto Ierusalimschy2002-11-141-2/+2
|
* better control over GCObjectsRoberto Ierusalimschy2002-11-131-2/+2
|
* new macros to distinguish different types of object moves (for future GCRoberto Ierusalimschy2002-11-071-2/+2
| | | | evolution).
* assertion must be always valid (not only in debug mode)Roberto Ierusalimschy2002-10-251-2/+1
|
* threads now are real Lua objects, subject to garbage collectionRoberto Ierusalimschy2002-10-251-4/+3
|
* tests for compatibility functions lua_dostring/lua_dofileRoberto Ierusalimschy2002-10-221-1/+13
|
* small changes in type configuration facilitiesRoberto Ierusalimschy2002-10-221-2/+2
|
* cannot raise memory error when realloc to smaller blockRoberto Ierusalimschy2002-09-051-2/+2
|
* new structure for collectable objects, sharing a common headerRoberto Ierusalimschy2002-08-301-4/+4
|
* `luadebug.h' content now is included in `lua.h'Roberto Ierusalimschy2002-08-061-2/+1
|
* new (old?) error handling schemeRoberto Ierusalimschy2002-08-061-7/+5
|
* xpcall now is builtin + new macros `ttis*'Roberto Ierusalimschy2002-08-051-35/+8
|
* new names for light userdata operationsRoberto Ierusalimschy2002-07-171-4/+5
|
* new macro `lua_isudataval' (for completude)Roberto Ierusalimschy2002-07-091-1/+4
|