| Commit message (Expand) | Author | Age | Files | Lines |
* | in function `read_file', realloc() doesn't free the buffer if it can't | Roberto Ierusalimschy | 2000-10-26 | 1 | -0/+6 |
* | bug: parser overwrites semantic information when looking ahead | Roberto Ierusalimschy | 2000-09-27 | 1 | -0/+6 |
* | lua_tag should return LUA_NOTAG for non-valid indices | Roberto Ierusalimschy | 2000-09-27 | 1 | -1/+7 |
* | GC may crash when checking C closures | Roberto Ierusalimschy | 2000-09-25 | 1 | -0/+4 |
* | bug: lua_gettable does not get key from stack top | Roberto Ierusalimschy | 2000-09-25 | 1 | -0/+5 |
* | `read("*w")' should return nil at EOF | Roberto Ierusalimschy | 2000-09-22 | 1 | -0/+10 |
* | gc tag method for nil could call line hook | Roberto Ierusalimschy | 2000-08-29 | 1 | -0/+10 |
* | bug: record-constructor starting with an upvalue name gets an error | Roberto Ierusalimschy | 2000-05-24 | 1 | -0/+8 |
* | first element in a list constructor is not adjusted to one value. | Roberto Ierusalimschy | 2000-05-12 | 1 | -0/+5 |
* | BUG: `strfind' gets wrong subject length when there is an offset | Roberto Ierusalimschy | 2000-05-02 | 1 | -0/+5 |
* | entry for new version (4.0a)v4.0-alpha | Roberto Ierusalimschy | 2000-04-25 | 1 | -0/+17 |
* | BUG: tostring() without arguments gives seg. fault. | Roberto Ierusalimschy | 2000-04-03 | 1 | -0/+10 |
* | lua_settable should check stack space (it could call a T.M.) | Roberto Ierusalimschy | 2000-03-02 | 1 | -0/+6 |
* | bug: cannot reopen stdin (for binary mode) | Roberto Ierusalimschy | 1999-12-30 | 1 | -0/+4 |
* | return gives wrong line in debug information. | Roberto Ierusalimschy | 1999-12-29 | 1 | -0/+6 |
* | BUG: `strfind' does not handle \0 in plain search. | Roberto Ierusalimschy | 1999-11-11 | 1 | -0/+5 |
* | tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil. | Roberto Ierusalimschy | 1999-09-08 | 1 | -0/+4 |
* | in the (old) expression << ls->fs->f->consts[checkname(ls)] >>, checkname | Roberto Ierusalimschy | 1999-09-02 | 1 | -0/+8 |
* | random(0) and random(x,0) are wrong (0 is read as no argument!). | Roberto Ierusalimschy | 1999-08-18 | 1 | -0/+8 |
* | cannot assign to unlimited variables, because it causes overflow in | Roberto Ierusalimschy | 1999-06-16 | 1 | -2/+8 |
* | foreach, foreachi, foreachvar points to function in stack when stack | Roberto Ierusalimschy | 1999-05-24 | 1 | -0/+6 |
* | '$' at end of pattern was matching regular '$', too. | Roberto Ierusalimschy | 1999-04-30 | 1 | -2/+17 |
* | file stream cannot call fread after EOF. | Roberto Ierusalimschy | 1999-03-04 | 1 | -0/+5 |
* | format "%s" may break limit of "sprintf" on some machines. | Roberto Ierusalimschy | 1999-02-04 | 1 | -0/+3 |
* | getlocal cannot return the local itself, since lua_isstring and | Roberto Ierusalimschy | 1999-02-03 | 1 | -0/+6 |
* | bug: "format" does not check size of format item (such as "%00000...00000d"). | Roberto Ierusalimschy | 1999-01-04 | 1 | -0/+3 |
* | "tonumber" goes crazy with negative numbers in other bases (not 10), | Roberto Ierusalimschy | 1998-12-18 | 1 | -0/+6 |
* | bug: gsub/strfind do not check whether captures are properly finished. | Roberto Ierusalimschy | 1998-11-10 | 1 | -0/+4 |
* | function "luaL_argerror" prints wrong argument number (from a user's point | Roberto Ierusalimschy | 1998-09-07 | 1 | -1/+8 |
* | arguments for "format" 'x', 'X', 'o' and 'u' must be unsigned int. | Roberto Ierusalimschy | 1998-05-18 | 1 | -0/+4 |
* | BUG: gsub('a', '(b?)%1*' ...) loops (because the capture is empty). | Roberto Ierusalimschy | 1998-03-09 | 1 | -0/+4 |
* | tables can become full of "emptys" slots, and keep growing without limits. | Roberto Ierusalimschy | 1998-01-28 | 1 | -1/+5 |
* | BUG: "lua_getstring" may create a new string, so should check GC | Roberto Ierusalimschy | 1998-01-27 | 1 | -0/+5 |
* | bug: format size limits with little problems | Roberto Ierusalimschy | 1998-01-27 | 1 | -0/+6 |
* | wrong line number (+1) in error report when file starts with "#..." | Roberto Ierusalimschy | 1998-01-19 | 1 | -0/+5 |
* | MAX_WORD should not be bigger than MAX_INT | Roberto Ierusalimschy | 1998-01-19 | 1 | -0/+11 |
* | bug log | Roberto Ierusalimschy | 1997-12-02 | 1 | -3/+4 |
* | bug: lua_getlocal breaks when called with a CFunction. | Roberto Ierusalimschy | 1997-07-29 | 1 | -1/+1 |
* | BUG: LUA_COMPAT2_5 written wrong... | Roberto Ierusalimschy | 1997-07-29 | 1 | -0/+1 |
* | bug log. Most of the log is done automatically by RCS, and not in | Roberto Ierusalimschy | 1997-07-29 | 1 | -0/+2 |