aboutsummaryrefslogtreecommitdiff
path: root/lvm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-30old (and complex) luaL_findtable now used only in compatibility codeRoberto Ierusalimschy4-39/+59
2010-06-30typo in commentsRoberto Ierusalimschy5-12/+12
2010-06-25macro 'key2tal' replaced by 'gkey' (as both were equal)Roberto Ierusalimschy4-15/+13
2010-06-21'getlocal' gets information about parameters of Lua functionsRoberto Ierusalimschy3-20/+37
2010-06-18no more support for old Mac OS systemsRoberto Ierusalimschy1-87/+3
2010-06-16'what' may be NULL in 'kname'Roberto Ierusalimschy1-2/+2
2010-06-13'ipair' is backRoberto Ierusalimschy1-12/+2
2010-06-13use ANSI versions of DLL functions in WindowsRoberto Ierusalimschy1-4/+4
2010-06-10'coroutine' library separated from 'baselib'Roberto Ierusalimschy6-153/+169
2010-06-10unused '#include' removedRoberto Ierusalimschy1-2/+1
2010-06-09back with #-comments for binary filesRoberto Ierusalimschy1-13/+30
2010-06-07better barrier for prototypesRoberto Ierusalimschy3-36/+30
2010-06-04Lua closures are cached for reuseRoberto Ierusalimschy5-36/+114
2010-06-04'luaF_newLclosure' gets prototype of new closure as argumentRoberto Ierusalimschy2-5/+4
2010-06-04better names for barrier macrosRoberto Ierusalimschy2-6/+6
2010-06-02bug: generational collection was not running collector! (must writeRoberto Ierusalimschy1-2/+3
2010-05-31factoring out common code in 'module' and 'luaL_openlib'Roberto Ierusalimschy3-29/+35
2010-05-31new macro MAXUPVAL (maximum number of upvalues per closure)Roberto Ierusalimschy3-7/+12
2010-05-28correct definition for 'lua_cpcall' (tested)Roberto Ierusalimschy1-2/+2
2010-05-27corrected compatibility macro 'lua_cpcall' (untested)Roberto Ierusalimschy1-4/+6
2010-05-24added class '%g' in patterns (for graphical characters)Roberto Ierusalimschy1-1/+2
2010-05-24GC should not run when stopped, even in hard testsRoberto Ierusalimschy1-2/+3
2010-05-20it is better to call open functions with lua_call to not messRoberto Ierusalimschy1-3/+3
2010-05-18more commentsRoberto Ierusalimschy1-9/+9
2010-05-18bug: loadfile of binary files read first character twiceRoberto Ierusalimschy1-1/+2
2010-05-17really stop collection during finalizersRoberto Ierusalimschy1-2/+2
2010-05-17lua_pushstring may reallocate the stack, making 'o' a danglingRoberto Ierusalimschy1-5/+6
2010-05-17detail (comment)Roberto Ierusalimschy1-2/+2
2010-05-15semicolons now represent the empty statementRoberto Ierusalimschy1-3/+5
2010-05-14patches for last two bugs (string.format and io.read)Roberto Ierusalimschy1-5/+42
2010-05-14updated depenency lists + eliminated duplication of definitionsRoberto Ierusalimschy1-12/+9
2010-05-14commentsRoberto Ierusalimschy1-6/+6
2010-05-14new "instruction" 'absindex'Roberto Ierusalimschy1-1/+4
2010-05-14in 'absindex', do not need to call gettop (can inline it)Roberto Ierusalimschy1-2/+2
2010-05-13one more macro (mvdispatch) to easy experiments with alternativeRoberto Ierusalimschy1-2/+3
2010-05-13detail (breaking a long line)Roberto Ierusalimschy1-4/+5
2010-05-12use of macro ('vmcase') to format all cases in main switch ofRoberto Ierusalimschy1-121/+83
2010-05-12small changes in 'luaV_execute' to make cases more regularly formattedRoberto Ierusalimschy1-8/+7
2010-05-12added comments to '#else' and '#endif' in long conditionalsRoberto Ierusalimschy1-13/+14
2010-05-12new API function 'lua_absindex'Roberto Ierusalimschy3-13/+19
2010-05-11avoid "strong" castRoberto Ierusalimschy1-2/+3
2010-05-11wrong type being assigned (not detected because of obj2gco macro)Roberto Ierusalimschy1-2/+2
2010-05-10udata in 'tobefnz' list be have old bit on (it will be clearedRoberto Ierusalimschy1-2/+1
2010-05-10corrected some places where an old object could end up in frontRoberto Ierusalimschy4-10/+15
2010-05-10new macro 'resetoldbit'Roberto Ierusalimschy2-7/+9
2010-05-10macros 'lua_number2int' and 'lua_number2uint' for Visual StudioRoberto Ierusalimschy1-11/+12
2010-05-10avoid reserving LUA_RIDX_LAST slots in any table used by referenceRoberto Ierusalimschy1-15/+9
2010-05-10corrected definition of 'lua_register' (there is no LUA_ENVIRONINDEXRoberto Ierusalimschy1-3/+2
2010-05-07slightly better definition for 'changenvalue'Roberto Ierusalimschy1-3/+2
2010-05-07'lua_assert' can be empty when assertions are offRoberto Ierusalimschy1-2/+2