aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'bugs')
-rw-r--r--bugs6
1 files changed, 6 insertions, 0 deletions
diff --git a/bugs b/bugs
index e10e7f60..7c970c14 100644
--- a/bugs
+++ b/bugs
@@ -223,3 +223,9 @@ Wed Sep 27 09:50:19 EST 2000
223>> lua_tag should return LUA_NOTAG for non-valid indices 223>> lua_tag should return LUA_NOTAG for non-valid indices
224(by Paul Hankin; since 4.0b) 224(by Paul Hankin; since 4.0b)
225 225
226** llex.h / llex.c / lparser.c
227Wed Sep 27 13:39:45 EST 2000
228>> parser overwrites semantic information when looking ahead
229>> (e.g. «a = {print'foo'}»)
230(by Edgar Toernig; since 4.0b, deriving from previous bug)
231