aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-08-29 16:00:57 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-08-29 16:00:57 -0300
commit48a968e6b5c8ada1b8429f813f82e1ed0c544e53 (patch)
tree2b3541e88b3b63f2c65ccb54fce7f0b327849df6
parent58adbde2161e3c9d252a4802fd6a1e641e5e26b1 (diff)
downloadlua-48a968e6b5c8ada1b8429f813f82e1ed0c544e53.tar.gz
lua-48a968e6b5c8ada1b8429f813f82e1ed0c544e53.tar.bz2
lua-48a968e6b5c8ada1b8429f813f82e1ed0c544e53.zip
gc tag method for nil could call line hook
-rw-r--r--bugs10
1 files changed, 10 insertions, 0 deletions
diff --git a/bugs b/bugs
index 04149f18..09ce3051 100644
--- a/bugs
+++ b/bugs
@@ -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
192Tue Aug 29 15:56:05 EST 2000
193>> error message for `for' uses `while'
194(since 4.0a; already corrected)
195
196** lgc.c
197Tue Aug 29 15:57:41 EST 2000
198>> gc tag method for nil could call line hook
199(by ry; since ?)
200