diff options
Diffstat (limited to 'bugs')
-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 | |||