bug: lua_gettable does not get key from stack top

This commit is contained in:
Roberto Ierusalimschy
2000-09-25 11:48:42 -03:00
parent f9dd50cefc
commit c2aa7bd72d
3 changed files with 14 additions and 3 deletions

5
bugs
View File

@@ -208,3 +208,8 @@ Fri Sep 22 15:12:37 EST 2000
>> `read("*w")' should return nil at EOF
(by roberto; since 4.0b)
** lvm.c
Mon Sep 25 11:47:48 EST 2000
>> lua_gettable does not get key from stack top
(by Philip Yi; since 4.0b)