bug: when `read' fails it must return nil (and not no value)

This commit is contained in:
Roberto Ierusalimschy
2000-12-22 15:32:28 -02:00
parent f8a0fd268e
commit 6af005ec20
2 changed files with 16 additions and 10 deletions

5
bugs
View File

@@ -245,3 +245,8 @@ Wed Nov 29 09:51:44 EDT 2000
>> parser does not accept a `;' after a `return'
(by lhf; since 4.0b)
** liolib.c
Fri Dec 22 15:30:42 EDT 2000
>> when `read' fails it must return nil (and not no value)
(by cassino; since at least 3.1)