summaryrefslogtreecommitdiff
path: root/bugs
Commit message (Expand)AuthorAgeFilesLines
* 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_Alphav4.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
* getlocal cannot return the local itself, since lua_isstring andRoberto Ierusalimschy1999-02-031-0/+6
* bug: "format" does not check size of format item (such as "%00000...00000d").Roberto Ierusalimschy1999-01-041-0/+3
* "tonumber" goes crazy with negative numbers in other bases (not 10),Roberto Ierusalimschy1998-12-181-0/+6
* bug: gsub/strfind do not check whether captures are properly finished.Roberto Ierusalimschy1998-11-101-0/+4
* function "luaL_argerror" prints wrong argument number (from a user's pointRoberto Ierusalimschy1998-09-071-1/+8
* arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int.Roberto Ierusalimschy1998-05-181-0/+4
* BUG: gsub('a', '(b?)%1*' ...) loops (because the capture is empty).Roberto Ierusalimschy1998-03-091-0/+4
* tables can become full of "emptys" slots, and keep growing without limits.Roberto Ierusalimschy1998-01-281-1/+5
* BUG: "lua_getstring" may create a new string, so should check GCRoberto Ierusalimschy1998-01-271-0/+5
* bug: format size limits with little problemsRoberto Ierusalimschy1998-01-271-0/+6
* wrong line number (+1) in error report when file starts with "#..."Roberto Ierusalimschy1998-01-191-0/+5
* MAX_WORD should not be bigger than MAX_INTRoberto Ierusalimschy1998-01-191-0/+11
* bug logRoberto Ierusalimschy1997-12-021-3/+4
* bug: lua_getlocal breaks when called with a CFunction.Roberto Ierusalimschy1997-07-291-1/+1
* BUG: LUA_COMPAT2_5 written wrong...Roberto Ierusalimschy1997-07-291-0/+1
* bug log. Most of the log is done automatically by RCS, and not inRoberto Ierusalimschy1997-07-291-0/+2