diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-12-30 16:40:57 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-12-30 16:40:57 -0200 |
commit | b3aaa048b05e62d14431f1f45d17856df47a88ae (patch) | |
tree | 8217dbf91dcec7bab1df8f9c9cbcb566982ebbf1 /bugs | |
parent | aee07c65991621497c005f47e1b7284851ae9fb9 (diff) | |
download | lua-b3aaa048b05e62d14431f1f45d17856df47a88ae.tar.gz lua-b3aaa048b05e62d14431f1f45d17856df47a88ae.tar.bz2 lua-b3aaa048b05e62d14431f1f45d17856df47a88ae.zip |
bug: cannot reopen stdin (for binary mode)
Diffstat (limited to 'bugs')
-rw-r--r-- | bugs | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -133,3 +133,7 @@ Wed Dec 29 16:05:43 EDT 1999 | |||
133 | >> return gives wrong line in debug information | 133 | >> return gives wrong line in debug information |
134 | (by lhf; since 3.2 [at least]) | 134 | (by lhf; since 3.2 [at least]) |
135 | 135 | ||
136 | ** ldo.c | ||
137 | Thu Dec 30 16:39:33 EDT 1999 | ||
138 | >> cannot reopen stdin (for binary mode) | ||
139 | (by lhf & roberto; since 3.1) | ||