aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-12-30 16:40:57 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-12-30 16:40:57 -0200
commitb3aaa048b05e62d14431f1f45d17856df47a88ae (patch)
tree8217dbf91dcec7bab1df8f9c9cbcb566982ebbf1 /bugs
parentaee07c65991621497c005f47e1b7284851ae9fb9 (diff)
downloadlua-b3aaa048b05e62d14431f1f45d17856df47a88ae.tar.gz
lua-b3aaa048b05e62d14431f1f45d17856df47a88ae.tar.bz2
lua-b3aaa048b05e62d14431f1f45d17856df47a88ae.zip
bug: cannot reopen stdin (for binary mode)
Diffstat (limited to 'bugs')
-rw-r--r--bugs4
1 files changed, 4 insertions, 0 deletions
diff --git a/bugs b/bugs
index 82d532f8..ef594901 100644
--- a/bugs
+++ b/bugs
@@ -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
137Thu Dec 30 16:39:33 EDT 1999
138>> cannot reopen stdin (for binary mode)
139(by lhf & roberto; since 3.1)