summaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-09-22 15:14:06 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-09-22 15:14:06 -0300
commitf9dd50cefc6c1c2c57f24d9985c1cc073d9d7300 (patch)
tree9654fc1c21c914f3f9c66b609303434d04504b05 /bugs
parentdbde9f881768666363b3a4297645f3d490e5d1b6 (diff)
downloadlua-f9dd50cefc6c1c2c57f24d9985c1cc073d9d7300.tar.gz
lua-f9dd50cefc6c1c2c57f24d9985c1cc073d9d7300.tar.bz2
lua-f9dd50cefc6c1c2c57f24d9985c1cc073d9d7300.zip
`read("*w")' should return nil at EOF
Diffstat (limited to 'bugs')
-rw-r--r--bugs10
1 files changed, 10 insertions, 0 deletions
diff --git a/bugs b/bugs
index 09ce3051..780b164a 100644
--- a/bugs
+++ b/bugs
@@ -198,3 +198,13 @@ Tue Aug 29 15:57:41 EST 2000
198>> gc tag method for nil could call line hook 198>> gc tag method for nil could call line hook
199(by ry; since ?) 199(by ry; since ?)
200 200
201
202
203=================================================================
204--- Version 4.0 Beta
205
206** liolib.c
207Fri Sep 22 15:12:37 EST 2000
208>> `read("*w")' should return nil at EOF
209(by roberto; since 4.0b)
210