diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-09-25 11:48:42 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-09-25 11:48:42 -0300 |
commit | c2aa7bd72d620731b5a54b532523dbd9f8e1bfc3 (patch) | |
tree | b95f235c517d499fc50b1a6c9061928f496e37de /bugs | |
parent | f9dd50cefc6c1c2c57f24d9985c1cc073d9d7300 (diff) | |
download | lua-c2aa7bd72d620731b5a54b532523dbd9f8e1bfc3.tar.gz lua-c2aa7bd72d620731b5a54b532523dbd9f8e1bfc3.tar.bz2 lua-c2aa7bd72d620731b5a54b532523dbd9f8e1bfc3.zip |
bug: lua_gettable does not get key from stack top
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -208,3 +208,8 @@ Fri Sep 22 15:12:37 EST 2000 | |||
208 | >> `read("*w")' should return nil at EOF | 208 | >> `read("*w")' should return nil at EOF |
209 | (by roberto; since 4.0b) | 209 | (by roberto; since 4.0b) |
210 | 210 | ||
211 | ** lvm.c | ||
212 | Mon Sep 25 11:47:48 EST 2000 | ||
213 | >> lua_gettable does not get key from stack top | ||
214 | (by Philip Yi; since 4.0b) | ||
215 | |||