summaryrefslogtreecommitdiff
path: root/ltests.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Branch 5.2 - new releases for 5.2 go from here, main trunk goesRoberto Ierusalimschy2013-04-121-0/+93
* official branch for Lua 5.1Roberto Ierusalimschy2007-12-271-86/+0
* small simplificationsRoberto Ierusalimschy2006-06-051-7/+1
* lua_assert is an internal matter, not to be configuredRoberto Ierusalimschy2005-12-271-2/+1
* avoid the use of global lockRoberto Ierusalimschy2005-09-141-7/+10
* new mark LUAI_DATA for extern dataRoberto Ierusalimschy2005-06-061-4/+4
* better tests for correctness of `savedpc'Roberto Ierusalimschy2005-05-031-1/+4
* new protocol to open standard librariesRoberto Ierusalimschy2005-04-131-2/+2
* small errors in previous `ci' of luaconf.h.Roberto Ierusalimschy2005-03-181-5/+6
* no more `lua_userinit' macroRoberto Ierusalimschy2005-01-101-3/+4
* simpler configuration to turn on all assertsRoberto Ierusalimschy2004-09-101-4/+1
* no more LUA_OPNAMESRoberto Ierusalimschy2004-07-161-3/+1
* back with an "open all libs" functionRoberto Ierusalimschy2004-07-091-3/+3
* detailRoberto Ierusalimschy2004-06-301-1/+2
* lock stuff defined in `luaconf.h'Roberto Ierusalimschy2004-06-021-2/+6
* more stuff goes to configuration fileRoberto Ierusalimschy2004-05-031-1/+2
* new scheme for configuration through `luaconf.h'Roberto Ierusalimschy2004-04-301-2/+6
* new tests to check memory consistency (for incremental GC)Roberto Ierusalimschy2004-03-151-2/+9
* more and better tools (assertions & inspectors) to check incremental GCRoberto Ierusalimschy2004-02-161-1/+3
* `TObject' renamed to `TValue' + other name changes and better assertionsRoberto Ierusalimschy2003-12-101-2/+1
* Lua kernel does not use malloc/free functions.Roberto Ierusalimschy2003-10-021-8/+12
* new facilities to test memory overflow in main.cRoberto Ierusalimschy2002-12-041-1/+6
* detailsRoberto Ierusalimschy2002-11-191-2/+2
* detailsRoberto Ierusalimschy2002-11-121-2/+2
* threads now are real Lua objects, subject to garbage collectionRoberto Ierusalimschy2002-10-251-5/+6
* new ANSI C does not assure that realloc(p,0) == free(p)Roberto Ierusalimschy2002-10-081-1/+2
* new names for light userdata operationsRoberto Ierusalimschy2002-07-171-4/+3
* new macro to check conditions on expression macrosRoberto Ierusalimschy2002-06-131-1/+2
* Lua now uses only `realloc' for all its memory managementRoberto Ierusalimschy2002-06-111-3/+1
* detailsRoberto Ierusalimschy2002-03-081-1/+2
* distinct functions to create/destroy states and threadsRoberto Ierusalimschy2002-01-111-3/+0
* new macro lua_userstateopenRoberto Ierusalimschy2002-01-091-2/+3
* detailsRoberto Ierusalimschy2001-10-171-1/+7
* better syntax for type castsRoberto Ierusalimschy2001-08-311-3/+3
* new module lopcodes.c for tables describing opcodesRoberto Ierusalimschy2001-06-281-1/+3
* lower-case for macros with argumentsRoberto Ierusalimschy2001-03-021-3/+3
* better API checksRoberto Ierusalimschy2001-02-121-1/+2
* easier to add new initialization functionsRoberto Ierusalimschy2001-02-061-2/+2
* better use of extra include files (both for tests and for old_ansi)Roberto Ierusalimschy2001-02-061-1/+11
* detailsRoberto Ierusalimschy2001-02-051-7/+5
* new header to put together debug-related declarationsRoberto Ierusalimschy2001-02-021-0/+47