aboutsummaryrefslogtreecommitdiff
path: root/ldo.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2010-05-07slightly better definition for 'isgray'Roberto Ierusalimschy1-2/+3
2010-05-07avoid 'else assert' (which may result in an empty else)Roberto Ierusalimschy1-4/+4
2010-05-07details (to avoid too long strings in assertions)Roberto Ierusalimschy1-4/+4
2010-05-07bug: incremental sweep was not cleaning old bits (as it stopped in theRoberto Ierusalimschy1-28/+28
2010-05-07stupid bug when calling 'luaC_changemode' (in function lua_gc)Roberto Ierusalimschy1-3/+6
2010-05-07more tests in 'lua_checkmemory' + more information in functionRoberto Ierusalimschy1-17/+29
2010-05-07new macro 'isgenerational' + new macro 'isold' + better deffinitionRoberto Ierusalimschy1-3/+7