summaryrefslogtreecommitdiff
path: root/bugs (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* stand-alone interpreter shows incorrect error message when theRoberto Ierusalimschy2007-12-271-0/+21
* BUG: lua_setfenv may crash if called over an invalid objectRoberto Ierusalimschy2007-11-281-0/+21
* BUG: table.remove removes last element of a table when givenRoberto Ierusalimschy2007-11-261-0/+25
* BUG: 'gsub' may go wild when wrongly called without its thirdRoberto Ierusalimschy2007-10-291-0/+31
* An error in a module loaded through the '-l' optionRoberto Ierusalimschy2007-09-051-0/+18
* detailRoberto Ierusalimschy2007-08-011-1/+1
* BUG: too many variables in an assignment may cause a C stack overflowRoberto Ierusalimschy2007-07-311-0/+28
* strong collision for very small numbers used as table keysRoberto Ierusalimschy2007-06-191-0/+17
* patch may be a little simplerRoberto Ierusalimschy2007-05-291-4/+10
* bug: wrong error message in some concatenationsRoberto Ierusalimschy2007-05-291-1/+22
* bug: recursive coroutines may overflow C stackRoberto Ierusalimschy2007-05-251-0/+14
* assignment of nil to parameter may be optimized awayRoberto Ierusalimschy2007-05-161-5/+145
* patch for last bugRoberto Ierusalimschy2007-03-091-1/+39
* two new bugs + one new patchRoberto Ierusalimschy2007-02-091-3/+108
* bug: os.date throws error when result is the empty stringRoberto Ierusalimschy2006-09-191-0/+9
* bug: string.format("%") reads past the stringRoberto Ierusalimschy2006-09-181-0/+54
* wrong message error in some cases involving closuresRoberto Ierusalimschy2006-08-071-0/+43
* bugs now are against 5.1.1Roberto Ierusalimschy2006-07-131-0/+7
* bug: wrong limit for list constructorsRoberto Ierusalimschy2006-07-121-0/+32
* BUG: debug hooks may get wrong when mixed with coroutinesRoberto Ierusalimschy2006-06-051-0/+39
* subtle problem with the garbage collectorRoberto Ierusalimschy2006-05-241-1/+29
* lua_dostring/lua_dofile should return any values returned by the chunkRoberto Ierusalimschy2006-04-121-0/+23
* BUG: option '%q' for string.format does not handle '\r' correctlyRoberto Ierusalimschy2006-04-121-1/+47
* BUG: luaL_checkudata may show wrong error messageRoberto Ierusalimschy2006-03-211-0/+38
* BUG: should copy the union, not (some of) its fieldsRoberto Ierusalimschy2006-03-211-0/+42
* bug in Lua 4.0.2: weak tables that survive one collection are never collectedRoberto Ierusalimschy2006-03-201-2/+35
* bug: rawset/rawget do not ignore extra argumentsRoberto Ierusalimschy2005-03-111-0/+21
* values holded in open upvalues of suspended threads may beRoberto Ierusalimschy2005-01-191-0/+39
* better patch for buffer overflow errorRoberto Ierusalimschy2004-11-031-8/+22
* bug: lua_getupvalue and setupvalue do not check for index too small.Roberto Ierusalimschy2004-08-171-0/+21
* BUG: string concatenation may cause arithmetic overflow, leadingRoberto Ierusalimschy2004-06-081-0/+36
* bug in `dofile'Roberto Ierusalimschy2004-03-151-4/+34
* debugger can only see `local function' after it has a meaningful valueRoberto Ierusalimschy2003-10-091-3/+11
* new bug + correction in path for coroutine bugRoberto Ierusalimschy2003-10-071-2/+29
* bug: syntax `local function' does not increment stack sizeRoberto Ierusalimschy2003-09-291-1/+55
* IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generateRoberto Ierusalimschy2003-08-291-2/+26
* several bugs for Lua 5.0 + new format for bug entriesRoberto Ierusalimschy2003-07-291-1/+157
* bug: zio mixes a 255 as first char in a buffer with EOZRoberto Ierusalimschy2003-03-201-0/+5
* bug: GC metamethod calls could mess C/Lua stack syncronizationRoberto Ierusalimschy2003-02-281-0/+5
* ULONG_MAX>>10 may not fit into an int (old bug)Roberto Ierusalimschy2003-02-211-0/+5
* bug: luaD_protectedparser must protect its garbage collection tooRoberto Ierusalimschy2003-01-231-0/+6
* bug: `resume' was checking the wrong value for stack overflowRoberto Ierusalimschy2002-12-201-0/+10
* bug: scope of generic for variables is not soundRoberto Ierusalimschy2002-12-061-0/+5
* GC metamethod stored in a weak metatable being collected together withRoberto Ierusalimschy2002-08-301-0/+12
* two new bugs in 4.0 :-( (both were already corrected in 5.0 :-)Roberto Ierusalimschy2002-06-251-0/+9
* BUG: seg. fault when rawget/rawset get extra argumentsRoberto Ierusalimschy2001-12-211-0/+7
* bug: error message for `%a' gave wrong line numberRoberto Ierusalimschy2001-07-101-0/+6
* ESC (which starts precompiled code) in C is \33, not \27Roberto Ierusalimschy2001-02-061-0/+5
* loop of 'dostring' may never reclaim memoryRoberto Ierusalimschy2001-02-021-0/+4
* bug in lua_pushuserdata(L, NULL)Roberto Ierusalimschy2001-02-011-0/+5