| Commit message (Expand) | Author | Age | Files | Lines |
* | Handling of LUA_PATH/LUA_CPATH moved from package library to stand | Roberto Ierusalimschy | 2016-07-18 | 3 | -95/+109 |
* | new bug: Checking a format for 'os.date' may read pass the format string | Roberto Ierusalimschy | 2016-07-15 | 1 | -0/+23 |
* | small corrections for C++ compliance | Roberto Ierusalimschy | 2016-06-27 | 2 | -4/+4 |
* | bug: expression list with four or more expressions in | Roberto Ierusalimschy | 2016-06-22 | 1 | -5/+4 |
* | bug: expression list with four or more expressions in | Roberto Ierusalimschy | 2016-06-21 | 1 | -0/+39 |
* | all 'static' variables should be 'const' | Roberto Ierusalimschy | 2016-06-20 | 1 | -5/+6 |
* | allow more bits in 'callstatus' (use no extra space due to alignments) | Roberto Ierusalimschy | 2016-06-16 | 1 | -2/+2 |
* | 'lua_pushglobaltable' returns 'void'v5.3.3 | Roberto Ierusalimschy | 2016-05-30 | 1 | -2/+2 |
* | 'string.format("%q")' writes 'math.mininteger' in hexa, to ensure | Roberto Ierusalimschy | 2016-05-20 | 1 | -14/+19 |
* | do not convert decimal constants with overflow to integers. | Roberto Ierusalimschy | 2016-05-20 | 1 | -2/+8 |
* | 'string.pack("cn")' does not accept strings longer than 'n' | Roberto Ierusalimschy | 2016-05-18 | 1 | -8/+6 |
* | 'singlevaraux' returns result only in 'var->k' | Roberto Ierusalimschy | 2016-05-13 | 1 | -10/+10 |
* | comment (FALLTHROUGH) | Roberto Ierusalimschy | 2016-05-13 | 2 | -5/+5 |
* | 'io.read("n")' accepts both a dot and the locale point as its | Roberto Ierusalimschy | 2016-05-02 | 1 | -8/+11 |
* | now that 'luaO_str2num' always accepts a dot as a radix character, | Roberto Ierusalimschy | 2016-05-02 | 2 | -35/+3 |
* | 'luaO_str2num' (and, therefore, 'lua_stringtonumber', 'number', | Roberto Ierusalimschy | 2016-05-02 | 1 | -10/+46 |
* | 'string.format("%q", number)' ensures a dot as decimal point | Roberto Ierusalimschy | 2016-05-02 | 1 | -7/+21 |
* | detail (macro should "use" all its arguments) | Roberto Ierusalimschy | 2016-05-01 | 1 | -2/+2 |
* | no more time limits to pattern matching (at least for now) | Roberto Ierusalimschy | 2016-04-22 | 1 | -38/+1 |
* | match time limit defined by variable 'string.pattlimit' | Roberto Ierusalimschy | 2016-04-19 | 1 | -16/+36 |
* | 'os.time(t)' normalizes 't' fields | Roberto Ierusalimschy | 2016-04-18 | 1 | -10/+20 |
* | error handling in 'wrap' does not coerce numbers into string messages | Roberto Ierusalimschy | 2016-04-11 | 1 | -2/+2 |
* | details ('error' does not coerce numbers to strings + comments) | Roberto Ierusalimschy | 2016-04-11 | 1 | -6/+5 |
* | diff for last bug was against wrong version | Roberto Ierusalimschy | 2016-04-11 | 1 | -3/+3 |
* | 'string.format"%q"' now works for all basic types (nil, boolean, | Roberto Ierusalimschy | 2016-04-08 | 1 | -6/+36 |
* | LUA_PACKPADBYTE -> LUAL_PACKPADBYTE (it is an internal library | Roberto Ierusalimschy | 2016-04-07 | 1 | -6/+6 |
* | new way to avoid infinite loops in empty matches: "Python rule" | Roberto Ierusalimschy | 2016-03-31 | 1 | -8/+8 |
* | do not try to ensure that 'sweepgc' points to a live object | Roberto Ierusalimschy | 2016-03-31 | 1 | -18/+11 |
* | detail (comment) | Roberto Ierusalimschy | 2016-03-31 | 1 | -2/+2 |
* | comments | Roberto Ierusalimschy | 2016-03-23 | 1 | -12/+12 |
* | bug: 'gmatch' iterator fails when called from a coroutine different | Roberto Ierusalimschy | 2016-03-23 | 2 | -5/+31 |
* | bug: label between local definitions can mix-up their initializations | Roberto Ierusalimschy | 2016-03-07 | 2 | -2/+35 |
* | call 'checkGC' *after* creating new objects (this is how 'execute' | Roberto Ierusalimschy | 2016-02-29 | 1 | -10/+10 |
* | When available, use metafield '__name' in error messages | Roberto Ierusalimschy | 2016-02-26 | 3 | -8/+25 |
* | '\0' is a control character, no need to check it explicitly | Roberto Ierusalimschy | 2016-02-25 | 1 | -2/+2 |
* | in 'table.move', destination table can be source table even if | Roberto Ierusalimschy | 2016-02-25 | 1 | -3/+3 |
* | simpler yet definition for 'checkoption' | Roberto Ierusalimschy | 2016-02-09 | 1 | -18/+14 |
* | simpler code for 'checkoption' + added conversion specifiers specific | Roberto Ierusalimschy | 2016-02-08 | 1 | -25/+34 |
* | details (removed silly use of 'luaL_opt' + better error messages | Roberto Ierusalimschy | 2016-02-08 | 1 | -3/+3 |
* | new macro 'vmfetch' to help changing code to computed goto's (macro | Roberto Ierusalimschy | 2016-02-05 | 1 | -8/+13 |
* | new release number + new year | Roberto Ierusalimschy | 2016-01-13 | 1 | -4/+4 |
* | no more extra space in 'luaL_checkstack'. (It was already useless | Roberto Ierusalimschy | 2016-01-08 | 1 | -11/+10 |
* | details (comments + text of error messages) | Roberto Ierusalimschy | 2016-01-06 | 1 | -5/+5 |
* | 'getcode' -> 'getinstruction' | Roberto Ierusalimschy | 2016-01-05 | 3 | -18/+22 |
* | 'luaV_fastget' only treats the real fast case (table with a non-nil | Roberto Ierusalimschy | 2016-01-05 | 3 | -55/+67 |
* | bug: Metatable may access its own dealocated field when | Roberto Ierusalimschy | 2016-01-04 | 1 | -21/+22 |
* | more refactoring | Roberto Ierusalimschy | 2016-01-04 | 1 | -94/+97 |
* | Metatable may access its own dealocated field when | Roberto Ierusalimschy | 2016-01-04 | 1 | -1/+48 |
* | more comments + reordeing of union inside 'expdesc' to allow | Roberto Ierusalimschy | 2015-12-30 | 1 | -13/+16 |
* | avoid empty macro arguments (invalid in C89) | Roberto Ierusalimschy | 2015-12-21 | 2 | -4/+4 |