diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-08-29 16:00:57 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-08-29 16:00:57 -0300 |
commit | 48a968e6b5c8ada1b8429f813f82e1ed0c544e53 (patch) | |
tree | 2b3541e88b3b63f2c65ccb54fce7f0b327849df6 | |
parent | 58adbde2161e3c9d252a4802fd6a1e641e5e26b1 (diff) | |
download | lua-48a968e6b5c8ada1b8429f813f82e1ed0c544e53.tar.gz lua-48a968e6b5c8ada1b8429f813f82e1ed0c544e53.tar.bz2 lua-48a968e6b5c8ada1b8429f813f82e1ed0c544e53.zip |
gc tag method for nil could call line hook
-rw-r--r-- | bugs | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -188,3 +188,13 @@ Wed May 24 14:50:16 EST 2000 | |||
188 | >> (e.g. «local a; function f() x = {a=1} end») | 188 | >> (e.g. «local a; function f() x = {a=1} end») |
189 | (by Edgar Toernig; since 3.1) | 189 | (by Edgar Toernig; since 3.1) |
190 | 190 | ||
191 | ** lparser.c | ||
192 | Tue Aug 29 15:56:05 EST 2000 | ||
193 | >> error message for `for' uses `while' | ||
194 | (since 4.0a; already corrected) | ||
195 | |||
196 | ** lgc.c | ||
197 | Tue Aug 29 15:57:41 EST 2000 | ||
198 | >> gc tag method for nil could call line hook | ||
199 | (by ry; since ?) | ||
200 | |||