| Commit message (Expand) | Author | Files | Lines |
2017-01-31 | small updatesv5.3.4 | Roberto Ierusalimschy | 1 | -7/+10 |
2017-01-12 | Handling of LUA_PATH/LUA_CPATH moved back to 'package' library | Roberto Ierusalimschy | 3 | -94/+101 |
2016-12-22 | release 5.3.4 (year 2017) | Roberto Ierusalimschy | 1 | -4/+4 |
2016-12-22 | detail (removing spaces at end of lines) | Roberto Ierusalimschy | 12 | -30/+30 |
2016-12-20 | Using LUAI_UAC* types more consistently on vararg calls | Roberto Ierusalimschy | 5 | -24/+35 |
2016-12-13 | 'moveresults' and 'luaD_poscall' moved up in the file | Roberto Ierusalimschy | 1 | -67/+67 |
2016-12-13 | LUA_PATHSUFFIX -> LUA_VERSUFFIX + LUA_VERSUFFIX used in the | Roberto Ierusalimschy | 1 | -7/+7 |
2016-12-06 | detail (wrong comment) | Roberto Ierusalimschy | 1 | -2/+2 |
2016-12-04 | using constants for "_LOADED" and "PRELOAD" | Roberto Ierusalimschy | 5 | -27/+34 |
2016-12-04 | 'luaL_tolstring' uses metatable's "__name" when available | Roberto Ierusalimschy | 1 | -5/+14 |
2016-11-07 | using 'lastfree == NULL' to signal that table is using the dummy | Roberto Ierusalimschy | 4 | -30/+38 |
2016-10-19 | bug: When a coroutine tries to resume a non-suspended coroutine, | Roberto Ierusalimschy | 1 | -2/+28 |
2016-10-19 | check whether function is finalizer when finding a name for it + | Roberto Ierusalimschy | 1 | -13/+32 |
2016-10-19 | new flag in 'CallInfo.callstatus' to tell whether function is running | Roberto Ierusalimschy | 2 | -2/+5 |
2016-09-20 | detail (ANSI C does not accept empty arguments to macros) | Roberto Ierusalimschy | 1 | -3/+3 |
2016-09-08 | cleaner and more correct code for 'luaD_shrinkstack' (the old | Roberto Ierusalimschy | 1 | -5/+8 |
2016-09-05 | bug (with compat on): 'ipairs' can work with any type that provides | Roberto Ierusalimschy | 1 | -2/+2 |
2016-09-05 | comments + removed unused variable | Roberto Ierusalimschy | 1 | -10/+6 |
2016-09-01 | detail (macro 'l_checkmode' reimplemented as function) | Roberto Ierusalimschy | 1 | -5/+6 |
2016-08-22 | wrong test in '#if' for floating-point type | Roberto Ierusalimschy | 1 | -3/+3 |
2016-08-01 | do not eliminate varargs from functions that do not use varargs | Roberto Ierusalimschy | 3 | -10/+9 |
2016-07-29 | bug: When a coroutine tries to resume a non-suspended coroutine, | Roberto Ierusalimschy | 1 | -16/+19 |
2016-07-19 | redefine MAXINDEXRK (for debugging, to force most values to | Roberto Ierusalimschy | 1 | -2/+5 |
2016-07-19 | MAXINDEXRK can be redefined (for debugging, to force most values to | Roberto Ierusalimschy | 1 | -1/+3 |
2016-07-19 | bug: Lua can generate wrong code in functions with too many constants | Roberto Ierusalimschy | 2 | -5/+32 |
2016-07-18 | bug: 'checkoption' could read past end of string + 'os.date' can | Roberto Ierusalimschy | 1 | -12/+16 |
2016-07-18 | Handling of LUA_PATH/LUA_CPATH moved from package library to stand | Roberto Ierusalimschy | 3 | -95/+109 |
2016-07-15 | new bug: Checking a format for 'os.date' may read pass the format string | Roberto Ierusalimschy | 1 | -0/+23 |
2016-06-27 | small corrections for C++ compliance | Roberto Ierusalimschy | 2 | -4/+4 |
2016-06-22 | bug: expression list with four or more expressions in | Roberto Ierusalimschy | 1 | -5/+4 |
2016-06-21 | bug: expression list with four or more expressions in | Roberto Ierusalimschy | 1 | -0/+39 |
2016-06-20 | all 'static' variables should be 'const' | Roberto Ierusalimschy | 1 | -5/+6 |
2016-06-16 | allow more bits in 'callstatus' (use no extra space due to alignments) | Roberto Ierusalimschy | 1 | -2/+2 |
2016-05-30 | 'lua_pushglobaltable' returns 'void'v5.3.3 | Roberto Ierusalimschy | 1 | -2/+2 |
2016-05-20 | 'string.format("%q")' writes 'math.mininteger' in hexa, to ensure | Roberto Ierusalimschy | 1 | -14/+19 |
2016-05-20 | do not convert decimal constants with overflow to integers. | Roberto Ierusalimschy | 1 | -2/+8 |
2016-05-18 | 'string.pack("cn")' does not accept strings longer than 'n' | Roberto Ierusalimschy | 1 | -8/+6 |
2016-05-13 | 'singlevaraux' returns result only in 'var->k' | Roberto Ierusalimschy | 1 | -10/+10 |
2016-05-13 | comment (FALLTHROUGH) | Roberto Ierusalimschy | 2 | -5/+5 |
2016-05-02 | 'io.read("n")' accepts both a dot and the locale point as its | Roberto Ierusalimschy | 1 | -8/+11 |
2016-05-02 | now that 'luaO_str2num' always accepts a dot as a radix character, | Roberto Ierusalimschy | 2 | -35/+3 |
2016-05-02 | 'luaO_str2num' (and, therefore, 'lua_stringtonumber', 'number', | Roberto Ierusalimschy | 1 | -10/+46 |
2016-05-02 | 'string.format("%q", number)' ensures a dot as decimal point | Roberto Ierusalimschy | 1 | -7/+21 |
2016-05-01 | detail (macro should "use" all its arguments) | Roberto Ierusalimschy | 1 | -2/+2 |
2016-04-22 | no more time limits to pattern matching (at least for now) | Roberto Ierusalimschy | 1 | -38/+1 |
2016-04-19 | match time limit defined by variable 'string.pattlimit' | Roberto Ierusalimschy | 1 | -16/+36 |
2016-04-18 | 'os.time(t)' normalizes 't' fields | Roberto Ierusalimschy | 1 | -10/+20 |
2016-04-11 | error handling in 'wrap' does not coerce numbers into string messages | Roberto Ierusalimschy | 1 | -2/+2 |
2016-04-11 | details ('error' does not coerce numbers to strings + comments) | Roberto Ierusalimschy | 1 | -6/+5 |
2016-04-11 | diff for last bug was against wrong version | Roberto Ierusalimschy | 1 | -3/+3 |