diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-12-22 15:32:28 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-12-22 15:32:28 -0200 |
commit | 6af005ec20323defd2a5ead01e2d389462884d04 (patch) | |
tree | 68b896e570eb8986e66ed13f3fc547fce00c0e25 /bugs | |
parent | f8a0fd268e1d23ec180f3af463b21019ce12c29c (diff) | |
download | lua-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-- | bugs | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
249 | Fri 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 | |||