From 48a968e6b5c8ada1b8429f813f82e1ed0c544e53 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 29 Aug 2000 16:00:57 -0300 Subject: [PATCH] gc tag method for nil could call line hook --- bugs | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 >> (e.g. «local a; function f() x = {a=1} end») (by Edgar Toernig; since 3.1) +** lparser.c +Tue Aug 29 15:56:05 EST 2000 +>> error message for `for' uses `while' +(since 4.0a; already corrected) + +** lgc.c +Tue Aug 29 15:57:41 EST 2000 +>> gc tag method for nil could call line hook +(by ry; since ?) +