From b024f8d9c5ad5f39c777823917321f9448d5d40a Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 6 Aug 2006 08:14:05 +0000 Subject: * io.c (io_reopen): STDERR.reopen(open("/dev/tty", "w")) should not clear FMODE_PREP in STDERR. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 559de02a4..6e2be88a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Aug 6 17:12:12 2006 Tanaka Akira + + * io.c (io_reopen): STDERR.reopen(open("/dev/tty", "w")) should not + clear FMODE_PREP in STDERR. + Sat Aug 5 22:53:41 2006 K.Kosako * oniguruma.h: Version 4.2.2 -- cgit