summaryrefslogtreecommitdiff
path: root/ltests.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* typos in commentsRoberto Ierusalimschy2013-03-161-2/+2
* open upvalues cannot be old if thread is not old; when thread is old,Roberto Ierusalimschy2012-10-031-4/+2
* remove of unecessary luaD_checkstack. (In some cases, C shouldRoberto Ierusalimschy2012-08-161-2/+2
* collector in generational mode must be in 'propagate' state whenRoberto Ierusalimschy2012-07-041-5/+7
* collector in generational mode should never be in 'pause' stateRoberto Ierusalimschy2012-07-021-1/+9
* new auxiliary function 'luaI_printinst' (to print a single instruction)Roberto Ierusalimschy2012-06-071-1/+7
* small improvement in lua_checkmemory (only allow dead objects inRoberto Ierusalimschy2012-05-311-7/+12
* update of 'lua_checkmemory'Roberto Ierusalimschy2012-05-301-4/+10
* no more 'Proto' objects on the stack. Protos are anchored on outerRoberto Ierusalimschy2012-05-081-3/+3
* first implementation of long stringsRoberto Ierusalimschy2012-01-251-2/+3
* object tag keeps variant bits too -> no need for 'isC' field inRoberto Ierusalimschy2012-01-201-18/+23
* extra argument to instruction 'checkstack' (in 'testC')Roberto Ierusalimschy2011-11-091-2/+3
* detail about 'trick' function (nil turn it off)Roberto Ierusalimschy2011-09-241-2/+5
* 'nCcalls' should be local to each thread, as each thread may have itsRoberto Ierusalimschy2011-08-231-3/+3
* compilation warning about integer size x pointer sizeRoberto Ierusalimschy2011-07-021-2/+2
* useless assignments removed (macros already do the assignment)Roberto Ierusalimschy2011-06-241-4/+4
* stricter control (using tag variants) over closure kinds (Lua x C)Roberto Ierusalimschy2011-06-021-2/+2
* avoid use of 'ifdef/ifndef'; use 'defined' instead (simpler andRoberto Ierusalimschy2011-05-251-2/+2
* break long assertion in two shorter onesRoberto Ierusalimschy2011-05-051-2/+3
* 'luaL_findtable' -> 'luaL_getsubtable'Roberto Ierusalimschy2011-04-081-2/+2
* new macro 'cast_uchar'Roberto Ierusalimschy2010-12-101-3/+3
* finalizers (__gc) for tablesRoberto Ierusalimschy2010-11-261-10/+11
* no more compatibility with (veryyyy) old ref systemRoberto Ierusalimschy2010-11-161-5/+4
* 'module'/'luaL_register' and associates are deprecatedRoberto Ierusalimschy2010-07-281-3/+3
* new module policy: C modules do not create globals and do not registerRoberto Ierusalimschy2010-07-021-12/+16
* macro 'key2tal' replaced by 'gkey' (as both were equal)Roberto Ierusalimschy2010-06-251-2/+2
* 'coroutine' library separated from 'baselib'Roberto Ierusalimschy2010-06-101-1/+2
* lua_pushstring may reallocate the stack, making 'o' a danglingRoberto Ierusalimschy2010-05-171-5/+6
* new "instruction" 'absindex'Roberto Ierusalimschy2010-05-141-1/+4
* wrong type being assigned (not detected because of obj2gco macro)Roberto Ierusalimschy2010-05-111-2/+2
* udata in 'tobefnz' list be have old bit on (it will be clearedRoberto Ierusalimschy2010-05-101-2/+1
* details (to avoid too long strings in assertions)Roberto Ierusalimschy2010-05-071-4/+4
* more tests in 'lua_checkmemory' + more information in functionRoberto Ierusalimschy2010-05-071-17/+29
* more tests in 'lua_checkmemory'Roberto Ierusalimschy2010-05-061-13/+48
* no more 'finalize' phase in GC; finalizers are called along theRoberto Ierusalimschy2010-05-031-3/+3
* items in 'tobefnz' are kept black (as before recent change) and changedRoberto Ierusalimschy2010-05-031-1/+4
* "gray lists" only need to be valid when 'keepinvariant' is trueRoberto Ierusalimschy2010-04-301-2/+3
* removed commented-out debugging codeRoberto Ierusalimschy2010-04-291-3/+1
* improved 'lua_checkmemory', with better control over gray objectsRoberto Ierusalimschy2010-04-291-24/+45
* complete control over number of each kind of object allocatedRoberto Ierusalimschy2010-04-191-46/+53
* 'gcstate' now also runs collector until given state + small changesRoberto Ierusalimschy2010-04-161-21/+22
* first implementation of light C functionsRoberto Ierusalimschy2010-04-141-3/+6
* better control in 'totalmem' over choosing countersRoberto Ierusalimschy2010-04-121-8/+18
* check memory allows strings to live in the main GC list (it shouldRoberto Ierusalimschy2010-04-121-1/+2
* global table now is only kept in the registryRoberto Ierusalimschy2010-03-291-2/+1
* no more fenvs!Roberto Ierusalimschy2010-03-261-3/+7
* 'mainthread' is not inserted in the 'allgc' list anymore, but sweptRoberto Ierusalimschy2010-03-251-4/+3
* userdata with finalizers are kept in a separated list ('udgc'), insteadRoberto Ierusalimschy2010-03-241-4/+4
* "no value" added to array luaT_typenames + occurrences of "userdata"Roberto Ierusalimschy2010-01-131-10/+3
* no more pseudoindex LUA_GLOBALSINDEX; global table now accessibleRoberto Ierusalimschy2009-12-221-4/+4