summaryrefslogtreecommitdiff
path: root/lstate.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-10-22added 'l_' prefix for names that can be redefined externallyRoberto Ierusalimschy3-13/+13
2014-10-21use 'opf' (float) variants only when explicitly allowed (LUA_USE_C99)Roberto Ierusalimschy1-9/+4
2014-10-20commentsRoberto Ierusalimschy1-5/+6
2014-10-20error in commentRoberto Ierusalimschy1-2/+2
2014-10-20message handler always adds a traceback to messages (even if theyRoberto Ierusalimschy1-14/+14
2014-10-20in 'pack'/'unpack', endianness and alignment treated like options +Roberto Ierusalimschy1-55/+52
2014-10-20does not use 'long long' when LUA_ANSI is setRoberto Ierusalimschy1-2/+2
2014-10-17'lua_stringtonum' -> 'lua_stringtonumber'Roberto Ierusalimschy4-10/+10
2014-10-17macros 'LUA_QL'/'LUA_QL' deprecatedRoberto Ierusalimschy16-75/+67
2014-10-17'debug.sizeof' removedRoberto Ierusalimschy1-29/+1
2014-10-17'dumpint' and related functions replaced by 'string.pack'/'string.unpack'Roberto Ierusalimschy1-157/+340
2014-10-15added "_CRT_SECURE_NO_WARNINGS" for Windows (to avoid warnings aboutRoberto Ierusalimschy1-9/+6
2014-10-15'charpatt' -> 'charpattern'Roberto Ierusalimschy1-3/+3
2014-10-15'lua_strtonum' -> 'lua_stringtonum'Roberto Ierusalimschy4-9/+9
2014-10-10'$c' in 'lua_pushfstring' prints non-printable characters withRoberto Ierusalimschy2-6/+8
2014-10-08better handling of systems that do not support 'long long'Roberto Ierusalimschy1-11/+28
2014-10-08avoid warnings in macro 'luaM_reallocv' + commentsRoberto Ierusalimschy1-9/+15
2014-10-08added some casts for the cases when lua_Number != doubleRoberto Ierusalimschy2-8/+9
2014-10-08detail ('G(L)' -> 'g')Roberto Ierusalimschy1-6/+7
2014-10-07'lua_Kcontext' -> 'lua_KContext'Roberto Ierusalimschy6-19/+19
2014-10-06commentsRoberto Ierusalimschy1-2/+8
2014-10-06when thread yields, real "func" is in field 'extra', not in 'func'Roberto Ierusalimschy1-4/+8
2014-10-04alpha -> betaRoberto Ierusalimschy1-2/+2
2014-10-04added two casts to avoid warnings in VSRoberto Ierusalimschy1-3/+3
2014-10-03easier way to compile Lua 32Roberto Ierusalimschy1-3/+12
2014-10-03details (comments)Roberto Ierusalimschy2-6/+6
2014-10-01detailRoberto Ierusalimschy1-2/+2
2014-10-01deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.)Roberto Ierusalimschy11-65/+70
2014-10-01better to use 'long' to represent UTF-8 code pointsRoberto Ierusalimschy4-12/+13
2014-09-30'ipairs' always stops at first nil elementRoberto Ierusalimschy1-14/+5
2014-09-26small change to avoid bug in some versions of the clang compilerRoberto Ierusalimschy1-2/+7
2014-09-25detail in 'report' + message handler always is called with anRoberto Ierusalimschy1-8/+7
2014-09-22'luaL_getmetafield' returns type of metafield (instead of a boolean)Roberto Ierusalimschy3-24/+25
2014-09-04size for array part of a table ('sizearray') changed from 'int' toRoberto Ierusalimschy6-74/+91
2014-09-03weak tables that must be retraversed are kept in 'grayagain' listRoberto Ierusalimschy1-42/+38
2014-09-01detail (error message from 'coroutine.status')Roberto Ierusalimschy1-2/+2
2014-09-01'T.gccolor' classify dead objects tooRoberto Ierusalimschy1-4/+7
2014-09-01'linktable' -> 'linkgclist' (and used for all links with 'gclist')Roberto Ierusalimschy1-22/+16
2014-09-01bug: Ephemeron table can wrongly collect entry with strong keyRoberto Ierusalimschy1-2/+27
2014-08-27detailRoberto Ierusalimschy1-5/+3
2014-08-22new option 'p' for 'debug.sizeof' (size of a pointer)Roberto Ierusalimschy1-2/+3
2014-08-21new functions 'lua_geti/lua_seti' (non raw)Roberto Ierusalimschy4-29/+35
2014-08-21'table.copy' -> 'table.move' + optional parameter moved to the end +Roberto Ierusalimschy1-21/+22
2014-08-21'Csize' -> 'sizeof' + removed its 'b' optionRoberto Ierusalimschy1-3/+2
2014-08-20[un]'dumpint' -> [un]'dumpinteger'Roberto Ierusalimschy1-3/+3
2014-08-01'lua_Ctx' -> 'lua_Kcontext'Roberto Ierusalimschy7-28/+29
2014-08-01details in commentsRoberto Ierusalimschy3-7/+7
2014-08-01added cast to avoid warningRoberto Ierusalimschy1-2/+2
2014-07-31release changed to (5.3) alphav5.3-alphaRoberto Ierusalimschy1-2/+2
2014-07-30new macro 'cvt2num' to better control whether strings are convertibleRoberto Ierusalimschy2-11/+18