diff options
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 | ||
227 | Wed 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 | |||