aboutsummaryrefslogtreecommitdiff
path: root/ldo.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-07-30new macro 'cvt2str' to better control whether numbers are convertibleRoberto Ierusalimschy6-52/+54
2014-07-30do not assume numbers are coercible to stringsRoberto Ierusalimschy1-4/+7
2014-07-29simpler definition for 'setobj' (trust the compiler for the assignment)Roberto Ierusalimschy4-11/+23
2014-07-29added some casts between integral types (to avoid warnings)Roberto Ierusalimschy4-15/+15
2014-07-28some janitorial work (comments, small refactoring)Roberto Ierusalimschy1-45/+96
2014-07-28new function 'math.ult' (unsigned less than)Roberto Ierusalimschy1-1/+10
2014-07-25first implementation for 'table.copy'Roberto Ierusalimschy1-1/+39
2014-07-24'ipairs' respects metamethodsRoberto Ierusalimschy3-7/+49
2014-07-24extra space for new threads is initialized with a copy of the mainRoberto Ierusalimschy1-3/+4
2014-07-24better support for extra user space associated with a Lua stateRoberto Ierusalimschy4-11/+23
2014-07-23detail (extra byte in LUAI_EXTRASPACE to test proper alignment ofRoberto Ierusalimschy1-2/+3
2014-07-23better(?) alignment for some structures (pointers first)Roberto Ierusalimschy1-13/+13
2014-07-23comments + proper undef of compatibility macros + no need to undefRoberto Ierusalimschy1-12/+22
2014-07-23no need for type 'pCallInfo'Roberto Ierusalimschy1-2/+2
2014-07-22'lua_replace' implemented as a macro using 'lua_copy'Roberto Ierusalimschy2-23/+13
2014-07-21more precise type for argument to 'aux_upvalue'Roberto Ierusalimschy1-4/+4
2014-07-21'iswhite' and related macros now can work directly on any objectRoberto Ierusalimschy3-9/+9
2014-07-19'iswhite' and related macros now can work directly on any objectRoberto Ierusalimschy3-15/+15
2014-07-19put the restriction that 'luaC_barrierback' works only on tablesRoberto Ierusalimschy3-29/+33
2014-07-19removed useless assertion (gcstate != GCSpause already implied byRoberto Ierusalimschy1-4/+4
2014-07-19in 'luaL_checkversion_' check numeric types first. (Other testsRoberto Ierusalimschy1-4/+3
2014-07-18no more "-2" for limits. (Limits should be precise; safety is inRoberto Ierusalimschy1-6/+6
2014-07-18detail (no need to define LUAI_USER_ALIGNMENT_T when it is notRoberto Ierusalimschy1-4/+5