| Commit message (Expand) | Author | Age | Files | Lines |
* | missing ']]' in long string | Roberto Ierusalimschy | 2015-06-18 | 1 | -0/+2 |
* | bug: return hook may not see correct values for active local variables | Roberto Ierusalimschy | 2015-05-22 | 1 | -0/+13 |
* | patch for last bug corrected to be against last released version | Roberto Ierusalimschy | 2015-04-13 | 1 | -15/+15 |
* | Bug: suspended '__le' metamethod can give wrong result | Roberto Ierusalimschy | 2015-04-10 | 1 | -0/+67 |
* | added patches to two bugs | Roberto Ierusalimschy | 2015-02-23 | 1 | -13/+28 |
* | bug: 'string.format("%f")' can cause a buffer overflow (with long doubles) | Roberto Ierusalimschy | 2015-02-20 | 1 | -2/+92 |
* | bug (in 5.2): Chunk with too many lines can seg. fault | Roberto Ierusalimschy | 2015-02-09 | 1 | -2/+26 |
* | bug: Ephemeron table can wrongly collect entry with strong key | Roberto Ierusalimschy | 2014-09-01 | 1 | -2/+27 |
* | updated several 'fix' fields | Roberto Ierusalimschy | 2014-05-07 | 1 | -15/+13 |
* | marks for releases 5.2.2 and 5.2.3 + correction in last bug's description | Roberto Ierusalimschy | 2014-05-07 | 1 | -3/+13 |
* | bug: compiler can optimize away overflow check in 'table.concat' | Roberto Ierusalimschy | 2014-04-03 | 1 | -5/+16 |
* | new bug: Resuming the running coroutine makes it unyieldable | Roberto Ierusalimschy | 2013-11-08 | 1 | -2/+32 |
* | added patch for last bug | Roberto Ierusalimschy | 2013-11-08 | 1 | -2/+28 |
* | local collection now calls finalizers | Roberto Ierusalimschy | 2013-09-03 | 1 | -3/+16 |
* | bug: GC can collect a long string still in use during parser | Roberto Ierusalimschy | 2013-08-30 | 1 | -2/+37 |
* | When loading a file, Lua may call the reader function again after | Roberto Ierusalimschy | 2013-07-05 | 1 | -2/+78 |
* | added patch to last bug | Roberto Ierusalimschy | 2013-05-16 | 1 | -2/+71 |
* | bug: Wrong error message in some short-cut expressions | Roberto Ierusalimschy | 2013-05-13 | 1 | -2/+18 |
* | bug: Wrong assert when reporting concatenation errors. | Roberto Ierusalimschy | 2013-05-06 | 1 | -2/+25 |
* | stack overflow in vararg functions + garbage collector in recursive loops | Roberto Ierusalimschy | 2013-05-02 | 1 | -7/+70 |
* | details (5.2 corrected to 5.2.0) | Roberto Ierusalimschy | 2013-02-07 | 1 | -4/+4 |
* | Bug: load/loadfile returns wrong result when given an environment | Roberto Ierusalimschy | 2012-12-03 | 1 | -3/+60 |
* | 'pcall' may not restore previous error function when | Roberto Ierusalimschy | 2012-10-01 | 1 | -2/+97 |
* | more regularity for field 'fix' | Roberto Ierusalimschy | 2012-09-11 | 1 | -12/+19 |
* | Some patterns can overflow the C stack, due to recursion. | Roberto Ierusalimschy | 2012-07-13 | 1 | -2/+12 |
* | bugs: Internal Lua values may escape through the debug API +v5.2.1 | Roberto Ierusalimschy | 2012-06-11 | 1 | -2/+39 |
* | bug: wrong handling of 'nCcalls' in coroutines | Roberto Ierusalimschy | 2012-05-11 | 1 | -6/+35 |
* | Finalizers may call functions from a dynamic library after | Roberto Ierusalimschy | 2012-04-12 | 1 | -2/+102 |
* | BUG: memory hoarding when creating Lua hooks for coroutines | Roberto Ierusalimschy | 2012-01-20 | 1 | -2/+125 |
* | BUG: parser may collect a prototype while building it. | Roberto Ierusalimschy | 2011-10-21 | 1 | -2/+23 |
* | bug: __newindex metamethod may not work if metatable is its own | Roberto Ierusalimschy | 2011-08-17 | 1 | -2/+29 |
* | bug: problem with optimizations of short-circuit logic | Roberto Ierusalimschy | 2011-01-31 | 1 | -2/+45 |
* | patches for last two bugs (string.format and io.read) | Roberto Ierusalimschy | 2010-05-14 | 1 | -5/+42 |
* | bug with io.read(op, "*n") | Roberto Ierusalimschy | 2010-04-19 | 1 | -4/+14 |
* | 'string.format' may get buffer as an argument when there are | Roberto Ierusalimschy | 2010-04-19 | 1 | -2/+14 |
* | GC may get stuck during a parser and avoids proper resizing of the | Roberto Ierusalimschy | 2009-11-23 | 1 | -2/+27 |
* | "But" -> "Bug" (misspelling) | Roberto Ierusalimschy | 2009-08-05 | 1 | -5/+5 |
* | 'debug.getfenv' does not check whether it has an argument | Roberto Ierusalimschy | 2009-08-04 | 1 | -2/+21 |
* | smart use of varargs may create functions that return too | Roberto Ierusalimschy | 2009-07-02 | 1 | -2/+22 |
* | BUG: 'luaV_settable' may invalidate a reference to a table and try | Roberto Ierusalimschy | 2009-07-01 | 1 | -5/+46 |
* | patch for wrong code generation for some particular boolean expressions | Roberto Ierusalimschy | 2009-06-15 | 1 | -2/+49 |
* | malicious zero-length string in binary code may segfault Lua + | Roberto Ierusalimschy | 2009-04-27 | 1 | -2/+30 |
* | 'module' may change the environment of a C function + | Roberto Ierusalimschy | 2008-08-06 | 1 | -2/+51 |
* | 'string.byte' gets confused with some out-of-range negative indices + | Roberto Ierusalimschy | 2008-07-11 | 1 | -2/+59 |
* | patch for "blow stack" bug | Roberto Ierusalimschy | 2008-05-08 | 1 | -2/+30 |
* | patches for some bugs | Roberto Ierusalimschy | 2008-04-04 | 1 | -7/+94 |
* | several bugs related to precompiled code | Roberto Ierusalimschy | 2008-04-01 | 1 | -0/+53 |
* | bugs: lua_checkstack may have arithmetic overflow for large 'size' + | Roberto Ierusalimschy | 2008-02-14 | 1 | -0/+61 |
* | corrected name of 'Patrick Donnelly' | Roberto Ierusalimschy | 2008-02-12 | 1 | -1/+1 |
* | LUAI_MAXCSTACK must be smaller than -LUA_REGISTRYINDEX + | Roberto Ierusalimschy | 2008-02-11 | 1 | -1/+54 |