| Commit message (Expand) | Author | Files | Lines |
2014-06-18 | source for all prototypes must be equal in a chunk; no need to store | Roberto Ierusalimschy | 2 | -4/+6 |
2014-06-18 | 'math.ifloor' is back | Roberto Ierusalimschy | 1 | -1/+15 |
2014-06-17 | macro 'checkobjref' accepts NULL (as all its uses checked for NULL | Roberto Ierusalimschy | 1 | -21/+15 |
2014-06-12 | cleaner way to handle bit CIST_OAH (with auxiliar macros) | Roberto Ierusalimschy | 3 | -16/+16 |
2014-06-11 | janitor work on 'lua_resume' and related code | Roberto Ierusalimschy | 1 | -28/+32 |
2014-06-10 | new items in default path for Windows | Roberto Ierusalimschy | 1 | -6/+10 |
2014-06-10 | bit-field CIST_YIELDED removed (it was never consulted) | Roberto Ierusalimschy | 2 | -10/+8 |
2014-06-10 | must also reset CIST_OAH if necessary (CallInfo is not a fresh one) | Roberto Ierusalimschy | 1 | -5/+6 |
2014-06-10 | more relaxed rules for __eq metamethod (more similar to other | Roberto Ierusalimschy | 3 | -20/+11 |
2014-06-10 | no need for field 'status' in structure 'CallInfo' (after removal | Roberto Ierusalimschy | 3 | -29/+29 |
2014-06-10 | new type lua_KFunction + no more 'lua_getctx' | Roberto Ierusalimschy | 6 | -61/+44 |
2014-06-09 | added comments | Roberto Ierusalimschy | 1 | -6/+19 |
2014-06-05 | lots of janitor work (including comments) + 'arg' table created | Roberto Ierusalimschy | 1 | -153/+223 |
2014-06-02 | 'math.mof' works with integers, too | Roberto Ierusalimschy | 1 | -12/+24 |
2014-06-02 | 'assert' does not assume that the error object is a string | Roberto Ierusalimschy | 1 | -4/+9 |
2014-06-02 | if numeral overflows the reading buffer, signal it as invalid input | Roberto Ierusalimschy | 1 | -3/+5 |
2014-06-01 | details (comments) | Roberto Ierusalimschy | 1 | -9/+7 |
2014-05-29 | detail (to avoid warnings of unused variable) | Roberto Ierusalimschy | 1 | -2/+2 |
2014-05-27 | more "religious" definition for 'lua_numtointeger' | Roberto Ierusalimschy | 1 | -9/+7 |
2014-05-26 | no more 'math.ifloor' + new semantics for 'math.floor'/'math.ceil' | Roberto Ierusalimschy | 1 | -14/+18 |
2014-05-26 | function 'luaV_numtointeger' changed to a global macro | Roberto Ierusalimschy | 4 | -29/+35 |
2014-05-25 | simpler handling of 'GCScallfin' state + more comments | Roberto Ierusalimschy | 1 | -57/+47 |
2014-05-23 | detail (comment) | Roberto Ierusalimschy | 1 | -3/+3 |
2014-05-21 | no more use of 'scanf' for reading numbers | Roberto Ierusalimschy | 2 | -27/+82 |
2014-05-21 | small improvements concerning 'check_next' | Roberto Ierusalimschy | 1 | -25/+39 |
2014-05-20 | comments | Roberto Ierusalimschy | 1 | -4/+6 |
2014-05-16 | better(?) implementation for 'pcall'/'xpcall' (regarding the insertion | Roberto Ierusalimschy | 1 | -20/+35 |
2014-05-16 | more direct implementation of 'table.pack' | Roberto Ierusalimschy | 1 | -10/+6 |
2014-05-15 | small changes in field order in some structs to reduce padding | Roberto Ierusalimschy | 2 | -14/+14 |
2014-05-15 | removed macro 'luai_checknum' (as NaN trick is not doable now) | Roberto Ierusalimschy | 2 | -8/+2 |
2014-05-15 | added a few comments | Roberto Ierusalimschy | 1 | -1/+14 |
2014-05-15 | deprecated library throws an error if called (instead of silently | Roberto Ierusalimschy | 2 | -6/+7 |
2014-05-15 | added lots of new comments + small changes in code | Roberto Ierusalimschy | 1 | -61/+94 |
2014-05-15 | 'LUA_COMPAT_ALL' -> 'LUA_COMPAT_5_1'/'LUA_COMPAT_5_2' + "@*" in | Roberto Ierusalimschy | 1 | -18/+39 |
2014-05-15 | avoid non-conformant pointer arithmetic in api check for 'lua_rotate' | Roberto Ierusalimschy | 1 | -3/+3 |
2014-05-15 | using a more conventional handling of stack space in 'io_readline' | Roberto Ierusalimschy | 1 | -3/+2 |
2014-05-14 | added a compat option (although it will be off by default) to | Roberto Ierusalimschy | 1 | -1/+3 |
2014-05-14 | missing macro 'LUAMOD_API' in function to open library | Roberto Ierusalimschy | 1 | -2/+2 |
2014-05-14 | function 'reverse' uses appropriate variants of 'setobj' for better | Roberto Ierusalimschy | 1 | -3/+3 |
2014-05-14 | several functions deprecated (cosh, sinh, atanh, pow, frexp, ldexp) | Roberto Ierusalimschy | 1 | -66/+72 |
2014-05-14 | comments added to 'lua_rotate' | Roberto Ierusalimschy | 1 | -7/+11 |
2014-05-13 | new API function 'lua_rotate' | Roberto Ierusalimschy | 4 | -26/+36 |
2014-05-12 | addition of '.0' to float representation done by the kernel | Roberto Ierusalimschy | 3 | -13/+18 |
2014-05-12 | no more integer exponentiation | Roberto Ierusalimschy | 3 | -30/+6 |
2014-05-12 | added comments to several functions | Roberto Ierusalimschy | 1 | -55/+93 |
2014-05-11 | old POSIX systems need '<sys/types.h>' for 'off_t' | Roberto Ierusalimschy | 1 | -1/+3 |
2014-05-11 | better error message for unfinished long strings/comments | Roberto Ierusalimschy | 1 | -4/+8 |
2014-05-11 | comments | Roberto Ierusalimschy | 1 | -3/+6 |
2014-05-09 | in 'for' loops, make the limit an integer whenever initial value and | Roberto Ierusalimschy | 1 | -3/+40 |
2014-05-08 | 'T.totalmem' accepts 0 for unlimited memory | Roberto Ierusalimschy | 1 | -3/+5 |