aboutsummaryrefslogtreecommitdiff
path: root/ltm.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-11-30allow non-integer arguments to integer formats (%d, %x, etc.),Roberto Ierusalimschy1-9/+10
2011-11-30unused variable removedRoberto Ierusalimschy1-3/+2
2011-11-30commentsRoberto Ierusalimschy3-14/+13
2011-11-30avoid "unreachable" 'break'Roberto Ierusalimschy1-2/+1
2011-11-30more uses of 'l_noret'Roberto Ierusalimschy4-16/+14
2011-11-30avoid 'return' "to avoid warnings"Roberto Ierusalimschy4-19/+14
2011-11-30'lUA' -> 'LUA'Roberto Ierusalimschy2-4/+4
2011-11-29when available, use '*_r' versions of 'gmtime' and 'localtime'Roberto Ierusalimschy2-5/+23
2011-11-29another try to avoid warnings about unreachable 'return' after 'exit'Roberto Ierusalimschy1-2/+3
2011-11-29'lua_load' has an extra argument 'mode'Roberto Ierusalimschy7-75/+50
2011-11-29commentRoberto Ierusalimschy1-2/+2
2011-11-29small change to avoid warnings of non-specified order of accessRoberto Ierusalimschy1-2/+2
2011-11-28explicit option RTLD_LOCAL instead of 0 (Posix does not fixRoberto Ierusalimschy1-2/+2
2011-11-28'table.pack' does not return 'n' (may be confusing whenRoberto Ierusalimschy1-3/+2
2011-11-28avoid some warnings about converting 32-bit shifts into 64-bit resultsRoberto Ierusalimschy2-9/+15
2011-11-28avoid warnings of unreacheable 'break'sRoberto Ierusalimschy1-3/+4
2011-11-25MS_ASMTRICK is only valid on MS compilers (not any Windows compiler)Roberto Ierusalimschy1-2/+2
2011-11-25'LUA_DL_DLL' is not yet defined before the inclusion of 'lua.h'Roberto Ierusalimschy1-2/+2
2011-11-25'_fseeki64' and family not available in all Windows platformsRoberto Ierusalimschy1-2/+4
2011-11-24detailsRoberto Ierusalimschy2-5/+5
2011-11-23options for 'collectgarbage' renamed: "inc" -> "incremental";Roberto Ierusalimschy1-2/+2
2011-11-16small changes to avoid some warningsRoberto Ierusalimschy1-9/+5
2011-11-14new function 'luaL_loadfilex'Roberto Ierusalimschy3-19/+50
2011-11-14'luaIO_Stream' -> 'luaL_Stream'Roberto Ierusalimschy1-2/+2
2011-11-11strutcture for file handles exported in 'lauxlib.h'Roberto Ierusalimschy2-7/+28
2011-11-10using Lua buffers to build error messagesRoberto Ierusalimschy1-9/+9
2011-11-09make treatment of 'pcall' and 'xpcall' more similarRoberto Ierusalimschy1-14/+11
2011-11-09refactoring of common parts of 'pcall' and 'xpcall' + avoidsRoberto Ierusalimschy1-16/+21
2011-11-09create error messages with a single concat, to avoid problems withRoberto Ierusalimschy1-20/+33
2011-11-09in 'luaL_checkstack', include extra stack space in test to allowRoberto Ierusalimschy1-2/+4
2011-11-09extra argument to instruction 'checkstack' (in 'testC')Roberto Ierusalimschy1-2/+3
2011-11-09configurable 'directory separator' in 'package.searchpath'Roberto Ierusalimschy1-11/+34
2011-11-09avoids including 'stdio.h' everywhere (because of definitions forRoberto Ierusalimschy1-1/+5
2011-11-09small bug: error message in 'io.lines' is not the error numberRoberto Ierusalimschy1-4/+5
2011-11-06avoid calling "extra value" as if it were a function optionRoberto Ierusalimschy1-4/+6
2011-11-05by default, do not use Windows' goodies in Windows CE buildRoberto Ierusalimschy1-3/+3
2011-10-31cannot apply macro 'getstr' over NULLRoberto Ierusalimschy1-5/+6
2011-10-31extra comments about what fields are optional debug informationRoberto Ierusalimschy1-4/+4
2011-10-31detail (avoid applying macro 'getstr' with a function-call argument)Roberto Ierusalimschy1-2/+3
2011-10-25detail (comment)Roberto Ierusalimschy1-2/+2
2011-10-24'lua_setglobal/lua_getglobal' implemented as functions to avoidRoberto Ierusalimschy2-9/+28
2011-10-24new functions lua_rawsetp/lua_rawgetpRoberto Ierusalimschy3-18/+45
2011-10-24silly bug in 5.2 beta: assignment conflict code did not test to checkRoberto Ierusalimschy1-17/+20
2011-10-21BUG: parser may collect a prototype while building it.Roberto Ierusalimschy1-2/+23
2011-10-17more macros to try to make NaN trick work with other sizes ofRoberto Ierusalimschy1-17/+39
2011-10-07new type 'l_noret' for function that do not returnRoberto Ierusalimschy6-30/+42
2011-10-07avoid the word 'TRICKLE' in macro name (as it has nothing to doRoberto Ierusalimschy1-8/+9
2011-10-03'luaC_separateudata' renamed to 'separatetobefnz' and called onlyRoberto Ierusalimschy2-12/+10
2011-10-03'luaC_separateudata' called from 'luaC_freeallobjects' + removedRoberto Ierusalimschy1-5/+2
2011-10-03retraverse all gray lists together to avoid traversing some weakRoberto Ierusalimschy1-14/+34