summaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-12-22 15:32:28 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-12-22 15:32:28 -0200
commit6af005ec20323defd2a5ead01e2d389462884d04 (patch)
tree68b896e570eb8986e66ed13f3fc547fce00c0e25 /bugs
parentf8a0fd268e1d23ec180f3af463b21019ce12c29c (diff)
downloadlua-6af005ec20323defd2a5ead01e2d389462884d04.tar.gz
lua-6af005ec20323defd2a5ead01e2d389462884d04.tar.bz2
lua-6af005ec20323defd2a5ead01e2d389462884d04.zip
bug: when `read' fails it must return nil (and not no value)
Diffstat (limited to 'bugs')
-rw-r--r--bugs5
1 files changed, 5 insertions, 0 deletions
diff --git a/bugs b/bugs
index 1aff4595..a1391524 100644
--- a/bugs
+++ b/bugs
@@ -245,3 +245,8 @@ Wed Nov 29 09:51:44 EDT 2000
245>> parser does not accept a `;' after a `return' 245>> parser does not accept a `;' after a `return'
246(by lhf; since 4.0b) 246(by lhf; since 4.0b)
247 247
248** liolib.c
249Fri Dec 22 15:30:42 EDT 2000
250>> when `read' fails it must return nil (and not no value)
251(by cassino; since at least 3.1)
252