aboutsummaryrefslogtreecommitdiff
path: root/ltm.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-07-16detail (added placeholders for non-function fields to preallocateRoberto Ierusalimschy3-3/+16
2014-07-16Table library now respects '__index'/'__newindex' metamethodsRoberto Ierusalimschy1-43/+96
2014-07-15removed unused parameter Ä'L' in macro 'api_check' and companyRoberto Ierusalimschy6-55/+52
2014-07-15added api check in 'lua_typename' (tag is valid)Roberto Ierusalimschy1-2/+3
2014-06-30detail (typos in comments)Roberto Ierusalimschy9-28/+28
2014-06-26unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.)Roberto Ierusalimschy6-32/+46
2014-06-26emergency collection can happen even when collector is stoppedRoberto Ierusalimschy1-5/+3
2014-06-26detail (comment)Roberto Ierusalimschy1-2/+2
2014-06-26unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.)Roberto Ierusalimschy1-48/+1
2014-06-26var-arguments to the script come from 'arg' table (not from originalRoberto Ierusalimschy1-10/+16
2014-06-26'IntPoint' -> 'point2int' + ensure that casted value fits inRoberto Ierusalimschy2-5/+5
2014-06-24LUA_MAXUNSIGNED was only used to define 2.0^intnumbits (and thatRoberto Ierusalimschy2-9/+8
2014-06-19use proper macros to convert 'GCObject' to other objects + betterRoberto Ierusalimschy1-24/+23
2014-06-19detail (avoid too large macro)Roberto Ierusalimschy1-3/+5
2014-06-19more precision between closure types ('LClosure' x 'CClosure')Roberto Ierusalimschy9-49/+49
2014-06-18use appropriate macros to convert GCObject to specific typesRoberto Ierusalimschy3-9/+17
2014-06-18allows different 'source' for each prototype, but inherits it fromRoberto Ierusalimschy2-21/+34
2014-06-18added assertion about sources being the same for all protos in a chunkRoberto Ierusalimschy1-2/+4
2014-06-18changed macro for compatibility options + detailsRoberto Ierusalimschy1-5/+5
2014-06-18source for all prototypes must be equal in a chunk; no need to storeRoberto Ierusalimschy2-4/+6
2014-06-18'math.ifloor' is backRoberto Ierusalimschy1-1/+15
2014-06-17macro 'checkobjref' accepts NULL (as all its uses checked for NULLRoberto Ierusalimschy1-21/+15
2014-06-12cleaner way to handle bit CIST_OAH (with auxiliar macros)Roberto Ierusalimschy3-16/+16
2014-06-11janitor work on 'lua_resume' and related codeRoberto Ierusalimschy1-28/+32
2014-06-10new items in default path for WindowsRoberto Ierusalimschy1-6/+10
2014-06-10bit-field CIST_YIELDED removed (it was never consulted)Roberto Ierusalimschy2-10/+8
2014-06-10must also reset CIST_OAH if necessary (CallInfo is not a fresh one)Roberto Ierusalimschy1-5/+6
2014-06-10more relaxed rules for __eq metamethod (more similar to otherRoberto Ierusalimschy3-20/+11
2014-06-10no need for field 'status' in structure 'CallInfo' (after removalRoberto Ierusalimschy3-29/+29
2014-06-10new type lua_KFunction + no more 'lua_getctx'Roberto Ierusalimschy6-61/+44
2014-06-09added commentsRoberto Ierusalimschy1-6/+19
2014-06-05lots of janitor work (including comments) + 'arg' table createdRoberto Ierusalimschy1-153/+223
2014-06-02'math.mof' works with integers, tooRoberto Ierusalimschy1-12/+24
2014-06-02'assert' does not assume that the error object is a stringRoberto Ierusalimschy1-4/+9
2014-06-02if numeral overflows the reading buffer, signal it as invalid inputRoberto Ierusalimschy1-3/+5
2014-06-01details (comments)Roberto Ierusalimschy1-9/+7
2014-05-29detail (to avoid warnings of unused variable)Roberto Ierusalimschy1-2/+2
2014-05-27more "religious" definition for 'lua_numtointeger'Roberto Ierusalimschy1-9/+7
2014-05-26no more 'math.ifloor' + new semantics for 'math.floor'/'math.ceil'Roberto Ierusalimschy1-14/+18
2014-05-26function 'luaV_numtointeger' changed to a global macroRoberto Ierusalimschy4-29/+35
2014-05-25simpler handling of 'GCScallfin' state + more commentsRoberto Ierusalimschy1-57/+47
2014-05-23detail (comment)Roberto Ierusalimschy1-3/+3
2014-05-21no more use of 'scanf' for reading numbersRoberto Ierusalimschy2-27/+82
2014-05-21small improvements concerning 'check_next'Roberto Ierusalimschy1-25/+39
2014-05-20commentsRoberto Ierusalimschy1-4/+6
2014-05-16better(?) implementation for 'pcall'/'xpcall' (regarding the insertionRoberto Ierusalimschy1-20/+35
2014-05-16more direct implementation of 'table.pack'Roberto Ierusalimschy1-10/+6
2014-05-15small changes in field order in some structs to reduce paddingRoberto Ierusalimschy2-14/+14
2014-05-15removed macro 'luai_checknum' (as NaN trick is not doable now)Roberto Ierusalimschy2-8/+2
2014-05-15added a few commentsRoberto Ierusalimschy1-1/+14