summaryrefslogtreecommitdiff
path: root/bugs (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* bug: when `read' fails it must return nil (and not no value)Roberto Ierusalimschy2000-12-221-0/+5
* BUG: parser does not accept a `;' after a `return'Roberto Ierusalimschy2000-11-291-0/+10
* in function `read_file', realloc() doesn't free the buffer if it can'tRoberto Ierusalimschy2000-10-261-0/+6
* bug: parser overwrites semantic information when looking aheadRoberto Ierusalimschy2000-09-271-0/+6
* lua_tag should return LUA_NOTAG for non-valid indicesRoberto Ierusalimschy2000-09-271-1/+7
* GC may crash when checking C closuresRoberto Ierusalimschy2000-09-251-0/+4
* bug: lua_gettable does not get key from stack topRoberto Ierusalimschy2000-09-251-0/+5
* `read("*w")' should return nil at EOFRoberto Ierusalimschy2000-09-221-0/+10
* gc tag method for nil could call line hookRoberto Ierusalimschy2000-08-291-0/+10
* bug: record-constructor starting with an upvalue name gets an errorRoberto Ierusalimschy2000-05-241-0/+8
* first element in a list constructor is not adjusted to one value.Roberto Ierusalimschy2000-05-121-0/+5
* BUG: `strfind' gets wrong subject length when there is an offsetRoberto Ierusalimschy2000-05-021-0/+5
* entry for new version (4.0a)v4.0-alphaRoberto Ierusalimschy2000-04-251-0/+17
* BUG: tostring() without arguments gives seg. fault.Roberto Ierusalimschy2000-04-031-0/+10
* lua_settable should check stack space (it could call a T.M.)Roberto Ierusalimschy2000-03-021-0/+6
* bug: cannot reopen stdin (for binary mode)Roberto Ierusalimschy1999-12-301-0/+4
* return gives wrong line in debug information.Roberto Ierusalimschy1999-12-291-0/+6
* BUG: `strfind' does not handle \0 in plain search.Roberto Ierusalimschy1999-11-111-0/+5
* tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil.Roberto Ierusalimschy1999-09-081-0/+4
* in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checknameRoberto Ierusalimschy1999-09-021-0/+8
* random(0) and random(x,0) are wrong (0 is read as no argument!).Roberto Ierusalimschy1999-08-181-0/+8
* cannot assign to unlimited variables, because it causes overflow inRoberto Ierusalimschy1999-06-161-2/+8
* foreach, foreachi, foreachvar points to function in stack when stackRoberto Ierusalimschy1999-05-241-0/+6
* '$' at end of pattern was matching regular '$', too.Roberto Ierusalimschy1999-04-301-2/+17
* file stream cannot call fread after EOF.Roberto Ierusalimschy1999-03-041-0/+5
* format "%s" may break limit of "sprintf" on some machines.Roberto Ierusalimschy1999-02-041-0/+3