summaryrefslogtreecommitdiff
path: root/bugs (follow)
Commit message (Expand)AuthorAgeFilesLines
* added separator for bugs in 5.3.1Roberto Ierusalimschy2015-11-131-0/+4
* new entry should not be commented outRoberto Ierusalimschy2015-07-231-2/+0
* bug: 'io.lines' does not check maximum number of optionsRoberto Ierusalimschy2015-07-201-0/+35
* missing ']]' in long stringRoberto Ierusalimschy2015-06-181-0/+2
* bug: return hook may not see correct values for active local variablesRoberto Ierusalimschy2015-05-221-0/+13
* patch for last bug corrected to be against last released versionRoberto Ierusalimschy2015-04-131-15/+15
* Bug: suspended '__le' metamethod can give wrong resultRoberto Ierusalimschy2015-04-101-0/+67
* added patches to two bugsRoberto Ierusalimschy2015-02-231-13/+28
* bug: 'string.format("%f")' can cause a buffer overflow (with long doubles)Roberto Ierusalimschy2015-02-201-2/+92
* bug (in 5.2): Chunk with too many lines can seg. faultRoberto Ierusalimschy2015-02-091-2/+26
* bug: Ephemeron table can wrongly collect entry with strong keyRoberto Ierusalimschy2014-09-011-2/+27
* updated several 'fix' fieldsRoberto Ierusalimschy2014-05-071-15/+13
* marks for releases 5.2.2 and 5.2.3 + correction in last bug's descriptionRoberto Ierusalimschy2014-05-071-3/+13
* bug: compiler can optimize away overflow check in 'table.concat'Roberto Ierusalimschy2014-04-031-5/+16
* new bug: Resuming the running coroutine makes it unyieldableRoberto Ierusalimschy2013-11-081-2/+32
* added patch for last bugRoberto Ierusalimschy2013-11-081-2/+28
* local collection now calls finalizersRoberto Ierusalimschy2013-09-031-3/+16
* bug: GC can collect a long string still in use during parserRoberto Ierusalimschy2013-08-301-2/+37
* When loading a file, Lua may call the reader function again afterRoberto Ierusalimschy2013-07-051-2/+78
* added patch to last bugRoberto Ierusalimschy2013-05-161-2/+71
* bug: Wrong error message in some short-cut expressionsRoberto Ierusalimschy2013-05-131-2/+18
* bug: Wrong assert when reporting concatenation errors.Roberto Ierusalimschy2013-05-061-2/+25
* stack overflow in vararg functions + garbage collector in recursive loopsRoberto Ierusalimschy2013-05-021-7/+70
* details (5.2 corrected to 5.2.0)Roberto Ierusalimschy2013-02-071-4/+4
* Bug: load/loadfile returns wrong result when given an environmentRoberto Ierusalimschy2012-12-031-3/+60
* 'pcall' may not restore previous error function whenRoberto Ierusalimschy2012-10-011-2/+97
* more regularity for field 'fix'Roberto Ierusalimschy2012-09-111-12/+19
* Some patterns can overflow the C stack, due to recursion.Roberto Ierusalimschy2012-07-131-2/+12
* bugs: Internal Lua values may escape through the debug API +v5.2.1Roberto Ierusalimschy2012-06-111-2/+39
* bug: wrong handling of 'nCcalls' in coroutinesRoberto Ierusalimschy2012-05-111-6/+35
* Finalizers may call functions from a dynamic library afterRoberto Ierusalimschy2012-04-121-2/+102
* BUG: memory hoarding when creating Lua hooks for coroutinesRoberto Ierusalimschy2012-01-201-2/+125
* BUG: parser may collect a prototype while building it.Roberto Ierusalimschy2011-10-211-2/+23
* bug: __newindex metamethod may not work if metatable is its ownRoberto Ierusalimschy2011-08-171-2/+29
* bug: problem with optimizations of short-circuit logicRoberto Ierusalimschy2011-01-311-2/+45
* patches for last two bugs (string.format and io.read)Roberto Ierusalimschy2010-05-141-5/+42
* bug with io.read(op, "*n")Roberto Ierusalimschy2010-04-191-4/+14
* 'string.format' may get buffer as an argument when there areRoberto Ierusalimschy2010-04-191-2/+14
* GC may get stuck during a parser and avoids proper resizing of theRoberto Ierusalimschy2009-11-231-2/+27
* "But" -> "Bug" (misspelling)Roberto Ierusalimschy2009-08-051-5/+5
* 'debug.getfenv' does not check whether it has an argumentRoberto Ierusalimschy2009-08-041-2/+21
* smart use of varargs may create functions that return tooRoberto Ierusalimschy2009-07-021-2/+22
* BUG: 'luaV_settable' may invalidate a reference to a table and tryRoberto Ierusalimschy2009-07-011-5/+46
* patch for wrong code generation for some particular boolean expressionsRoberto Ierusalimschy2009-06-151-2/+49
* malicious zero-length string in binary code may segfault Lua +Roberto Ierusalimschy2009-04-271-2/+30
* 'module' may change the environment of a C function +Roberto Ierusalimschy2008-08-061-2/+51
* 'string.byte' gets confused with some out-of-range negative indices +Roberto Ierusalimschy2008-07-111-2/+59
* patch for "blow stack" bugRoberto Ierusalimschy2008-05-081-2/+30
* patches for some bugsRoberto Ierusalimschy2008-04-041-7/+94
* several bugs related to precompiled codeRoberto Ierusalimschy2008-04-011-0/+53