diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-12-29 16:07:10 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-12-29 16:07:10 -0200 |
commit | 4d1b815b60b884b60e7e3cdb62f5f8ccf4b2a6d3 (patch) | |
tree | edfbfd1237c139b6a008fe70057bbd09c5f2ccd9 /bugs | |
parent | 4ebc183e569b41a854aba64ffc2d648ab34a6668 (diff) | |
download | lua-4d1b815b60b884b60e7e3cdb62f5f8ccf4b2a6d3.tar.gz lua-4d1b815b60b884b60e7e3cdb62f5f8ccf4b2a6d3.tar.bz2 lua-4d1b815b60b884b60e7e3cdb62f5f8ccf4b2a6d3.zip |
return gives wrong line in debug information.
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -127,3 +127,9 @@ Wed Sep 8 17:41:54 EST 1999 | |||
127 | Thu Nov 11 14:36:30 EDT 1999 | 127 | Thu Nov 11 14:36:30 EDT 1999 |
128 | >> `strfind' does not handle \0 in plain search. | 128 | >> `strfind' does not handle \0 in plain search. |
129 | (by Jon Kleiser; since 3.1) | 129 | (by Jon Kleiser; since 3.1) |
130 | |||
131 | ** lparser.c | ||
132 | Wed Dec 29 16:05:43 EDT 1999 | ||
133 | >> return gives wrong line in debug information | ||
134 | (by lhf; since 3.2 [at least]) | ||
135 | |||