aboutsummaryrefslogtreecommitdiff
path: root/ldo.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-04-25registers in a VINDEXED expression must be freed in orderRoberto Ierusalimschy1-11/+19
2017-04-24opcodes 'OP_GETTABUP'/'OP_SETTABUP' operate only with string keys,Roberto Ierusalimschy3-10/+30
2017-04-24type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also addedRoberto Ierusalimschy6-27/+21
2017-04-24ensures that "collectgarbage'step'" in generational mode does aRoberto Ierusalimschy1-4/+9
2017-04-24'KGC_NORMAL' -> 'KGC_INC' + emergency GC signalled by flag (insteadRoberto Ierusalimschy5-21/+21
2017-04-20new opcode LOADI (for loading immediate integers)Roberto Ierusalimschy6-12/+27
2017-04-20small bug in generational controlRoberto Ierusalimschy1-5/+6
2017-04-20macros to define default parameters for generational collectionRoberto Ierusalimschy1-3/+8
2017-04-19corrected some checks about colors of old objects + new test functionRoberto Ierusalimschy1-15/+46
2017-04-19first version of control for the generational collectorRoberto Ierusalimschy3-7/+21
2017-04-19new macro 'lua_pointer2str' to encapsulate use of 'l_sprintf' insideRoberto Ierusalimschy2-3/+11
2017-04-19detail in usage message for '-l' optionRoberto Ierusalimschy1-2/+2
2017-04-18memory check adapted to generational modeRoberto Ierusalimschy1-63/+133
2017-04-12removed initialization of 'GCestimate' (it is initialized duringRoberto Ierusalimschy1-2/+1
2017-04-12small corrections + removal of debugging functions 'count' andRoberto Ierusalimschy1-48/+4
2017-04-11'mainthread' lives in 'allgc' list, like everybody elseRoberto Ierusalimschy2-13/+10
2017-04-11Upvalues collected like everything else (with mark-sweep) insteadRoberto Ierusalimschy9-127/+97
2017-04-10Comments for generational collectorRoberto Ierusalimschy2-66/+131
2017-04-06small changes in 'luaC_upvalbarrier'Roberto Ierusalimschy5-20/+19
2017-04-05generational collector (still not complete)Roberto Ierusalimschy4-102/+324
2017-03-14added 'return' to calls to 'luaL_error' (to signal to the compilerRoberto Ierusalimschy3-9/+11
2017-02-23generational collection: new attempt (still incomplete)Roberto Ierusalimschy8-40/+195
2017-02-15comments about gray listsRoberto Ierusalimschy1-1/+19
2017-02-09error when calling close method without arguments (e.g.,Roberto Ierusalimschy1-4/+9
2017-01-31small updatesv5.3.4Roberto Ierusalimschy1-7/+10
2017-01-12Handling of LUA_PATH/LUA_CPATH moved back to 'package' libraryRoberto Ierusalimschy3-94/+101
2016-12-22release 5.3.4 (year 2017)Roberto Ierusalimschy1-4/+4
2016-12-22detail (removing spaces at end of lines)Roberto Ierusalimschy12-30/+30
2016-12-20Using LUAI_UAC* types more consistently on vararg callsRoberto Ierusalimschy5-24/+35
2016-12-13'moveresults' and 'luaD_poscall' moved up in the fileRoberto Ierusalimschy1-67/+67
2016-12-13LUA_PATHSUFFIX -> LUA_VERSUFFIX + LUA_VERSUFFIX used in theRoberto Ierusalimschy1-7/+7
2016-12-06detail (wrong comment)Roberto Ierusalimschy1-2/+2
2016-12-04using constants for "_LOADED" and "PRELOAD"Roberto Ierusalimschy5-27/+34
2016-12-04'luaL_tolstring' uses metatable's "__name" when availableRoberto Ierusalimschy1-5/+14
2016-11-07using 'lastfree == NULL' to signal that table is using the dummyRoberto Ierusalimschy4-30/+38
2016-10-19bug: When a coroutine tries to resume a non-suspended coroutine,Roberto Ierusalimschy1-2/+28
2016-10-19check whether function is finalizer when finding a name for it +Roberto Ierusalimschy1-13/+32
2016-10-19new flag in 'CallInfo.callstatus' to tell whether function is runningRoberto Ierusalimschy2-2/+5
2016-09-20detail (ANSI C does not accept empty arguments to macros)Roberto Ierusalimschy1-3/+3
2016-09-08cleaner and more correct code for 'luaD_shrinkstack' (the oldRoberto Ierusalimschy1-5/+8
2016-09-05bug (with compat on): 'ipairs' can work with any type that providesRoberto Ierusalimschy1-2/+2
2016-09-05comments + removed unused variableRoberto Ierusalimschy1-10/+6
2016-09-01detail (macro 'l_checkmode' reimplemented as function)Roberto Ierusalimschy1-5/+6
2016-08-22wrong test in '#if' for floating-point typeRoberto Ierusalimschy1-3/+3
2016-08-01do not eliminate varargs from functions that do not use varargsRoberto Ierusalimschy3-10/+9
2016-07-29bug: When a coroutine tries to resume a non-suspended coroutine,Roberto Ierusalimschy1-16/+19
2016-07-19redefine MAXINDEXRK (for debugging, to force most values toRoberto Ierusalimschy1-2/+5
2016-07-19MAXINDEXRK can be redefined (for debugging, to force most values toRoberto Ierusalimschy1-1/+3
2016-07-19bug: Lua can generate wrong code in functions with too many constantsRoberto Ierusalimschy2-5/+32
2016-07-18bug: 'checkoption' could read past end of string + 'os.date' canRoberto Ierusalimschy1-12/+16