From 6af005ec20323defd2a5ead01e2d389462884d04 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 22 Dec 2000 15:32:28 -0200 Subject: bug: when `read' fails it must return nil (and not no value) --- bugs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'bugs') 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 >> 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) + -- cgit v1.2.3-55-g6feb