summaryrefslogtreecommitdiff
path: root/lvm.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2014-05-15deprecated library throws an error if called (instead of silentlyRoberto Ierusalimschy2-6/+7
2014-05-15added lots of new comments + small changes in codeRoberto Ierusalimschy1-61/+94
2014-05-15'LUA_COMPAT_ALL' -> 'LUA_COMPAT_5_1'/'LUA_COMPAT_5_2' + "@*" inRoberto Ierusalimschy1-18/+39
2014-05-15avoid non-conformant pointer arithmetic in api check for 'lua_rotate'Roberto Ierusalimschy1-3/+3
2014-05-15using a more conventional handling of stack space in 'io_readline'Roberto Ierusalimschy1-3/+2
2014-05-14added a compat option (although it will be off by default) toRoberto Ierusalimschy1-1/+3
2014-05-14missing macro 'LUAMOD_API' in function to open libraryRoberto Ierusalimschy1-2/+2
2014-05-14function 'reverse' uses appropriate variants of 'setobj' for betterRoberto Ierusalimschy1-3/+3
2014-05-14several functions deprecated (cosh, sinh, atanh, pow, frexp, ldexp)Roberto Ierusalimschy1-66/+72
2014-05-14comments added to 'lua_rotate'Roberto Ierusalimschy1-7/+11
2014-05-13new API function 'lua_rotate'Roberto Ierusalimschy4-26/+36
2014-05-12addition of '.0' to float representation done by the kernelRoberto Ierusalimschy3-13/+18
2014-05-12no more integer exponentiationRoberto Ierusalimschy3-30/+6
2014-05-12added comments to several functionsRoberto Ierusalimschy1-55/+93
2014-05-11old POSIX systems need '<sys/types.h>' for 'off_t'Roberto Ierusalimschy1-1/+3
2014-05-11better error message for unfinished long strings/commentsRoberto Ierusalimschy1-4/+8
2014-05-11commentsRoberto Ierusalimschy1-3/+6