summaryrefslogtreecommitdiff
path: root/bugs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checknameRoberto Ierusalimschy1999-09-021-0/+8
| | | | could realloc f->consts.
* 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
| | | | the number of returns of a function.
* foreach, foreachi, foreachvar points to function in stack when stackRoberto Ierusalimschy1999-05-241-0/+6
| | | | can be reallocated.
* '$' 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
| | | | lua_isnumber can modify it.
* 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
| | | | because "strtol" returns long, not unsigned long.
* 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
| | | | of view) when functions have upvalues.
* 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
the file itself :-)