summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* use appropriate macros to convert GCObject to specific typesRoberto Ierusalimschy2014-06-183-9/+17
* allows different 'source' for each prototype, but inherits it fromRoberto Ierusalimschy2014-06-182-21/+34
* added assertion about sources being the same for all protos in a chunkRoberto Ierusalimschy2014-06-181-2/+4
* changed macro for compatibility options + detailsRoberto Ierusalimschy2014-06-181-5/+5
* source for all prototypes must be equal in a chunk; no need to storeRoberto Ierusalimschy2014-06-182-4/+6
* 'math.ifloor' is backRoberto Ierusalimschy2014-06-181-1/+15
* macro 'checkobjref' accepts NULL (as all its uses checked for NULLRoberto Ierusalimschy2014-06-171-21/+15
* cleaner way to handle bit CIST_OAH (with auxiliar macros)Roberto Ierusalimschy2014-06-123-16/+16
* janitor work on 'lua_resume' and related codeRoberto Ierusalimschy2014-06-111-28/+32
* new items in default path for WindowsRoberto Ierusalimschy2014-06-101-6/+10
* bit-field CIST_YIELDED removed (it was never consulted)Roberto Ierusalimschy2014-06-102-10/+8
* must also reset CIST_OAH if necessary (CallInfo is not a fresh one)Roberto Ierusalimschy2014-06-101-5/+6
* more relaxed rules for __eq metamethod (more similar to otherRoberto Ierusalimschy2014-06-103-20/+11
* no need for field 'status' in structure 'CallInfo' (after removalRoberto Ierusalimschy2014-06-103-29/+29
* new type lua_KFunction + no more 'lua_getctx'Roberto Ierusalimschy2014-06-106-61/+44
* added commentsRoberto Ierusalimschy2014-06-091-6/+19
* lots of janitor work (including comments) + 'arg' table createdRoberto Ierusalimschy2014-06-051-153/+223
* 'math.mof' works with integers, tooRoberto Ierusalimschy2014-06-021-12/+24
* 'assert' does not assume that the error object is a stringRoberto Ierusalimschy2014-06-021-4/+9
* if numeral overflows the reading buffer, signal it as invalid inputRoberto Ierusalimschy2014-06-021-3/+5
* details (comments)Roberto Ierusalimschy2014-06-011-9/+7
* detail (to avoid warnings of unused variable)Roberto Ierusalimschy2014-05-291-2/+2
* more "religious" definition for 'lua_numtointeger'Roberto Ierusalimschy2014-05-271-9/+7
* no more 'math.ifloor' + new semantics for 'math.floor'/'math.ceil'Roberto Ierusalimschy2014-05-261-14/+18
* function 'luaV_numtointeger' changed to a global macroRoberto Ierusalimschy2014-05-264-29/+35
* simpler handling of 'GCScallfin' state + more commentsRoberto Ierusalimschy2014-05-251-57/+47
* detail (comment)Roberto Ierusalimschy2014-05-231-3/+3
* no more use of 'scanf' for reading numbersRoberto Ierusalimschy2014-05-212-27/+82
* small improvements concerning 'check_next'Roberto Ierusalimschy2014-05-211-25/+39
* commentsRoberto Ierusalimschy2014-05-201-4/+6
* better(?) implementation for 'pcall'/'xpcall' (regarding the insertionRoberto Ierusalimschy2014-05-161-20/+35
* more direct implementation of 'table.pack'Roberto Ierusalimschy2014-05-161-10/+6
* small changes in field order in some structs to reduce paddingRoberto Ierusalimschy2014-05-152-14/+14
* removed macro 'luai_checknum' (as NaN trick is not doable now)Roberto Ierusalimschy2014-05-152-8/+2
* added a few commentsRoberto Ierusalimschy2014-05-151-1/+14
* deprecated library throws an error if called (instead of silentlyRoberto Ierusalimschy2014-05-152-6/+7
* added lots of new comments + small changes in codeRoberto Ierusalimschy2014-05-151-61/+94
* 'LUA_COMPAT_ALL' -> 'LUA_COMPAT_5_1'/'LUA_COMPAT_5_2' + "@*" inRoberto Ierusalimschy2014-05-151-18/+39
* avoid non-conformant pointer arithmetic in api check for 'lua_rotate'Roberto Ierusalimschy2014-05-151-3/+3
* using a more conventional handling of stack space in 'io_readline'Roberto Ierusalimschy2014-05-151-3/+2
* added a compat option (although it will be off by default) toRoberto Ierusalimschy2014-05-141-1/+3
* missing macro 'LUAMOD_API' in function to open libraryRoberto Ierusalimschy2014-05-141-2/+2
* function 'reverse' uses appropriate variants of 'setobj' for betterRoberto Ierusalimschy2014-05-141-3/+3
* several functions deprecated (cosh, sinh, atanh, pow, frexp, ldexp)Roberto Ierusalimschy2014-05-141-66/+72
* comments added to 'lua_rotate'Roberto Ierusalimschy2014-05-141-7/+11
* new API function 'lua_rotate'Roberto Ierusalimschy2014-05-134-26/+36
* addition of '.0' to float representation done by the kernelRoberto Ierusalimschy2014-05-123-13/+18
* no more integer exponentiationRoberto Ierusalimschy2014-05-123-30/+6
* added comments to several functionsRoberto Ierusalimschy2014-05-121-55/+93
* old POSIX systems need '<sys/types.h>' for 'off_t'Roberto Ierusalimschy2014-05-111-1/+3