From ce49de8b83cf2d5cc936691843dfaecf5a8db127 Mon Sep 17 00:00:00 2001 From: eban Date: Sat, 15 Feb 2003 18:16:52 +0000 Subject: * io.c (prep_stdio, Init_io): always set binmode on Cygwin. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d80b63aec..acbcf0b7e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Feb 16 03:14:33 2003 WATANABE Hirofumi + + * io.c (prep_stdio, Init_io): always set binmode on Cygwin. + Sat Feb 15 01:01:45 2003 Nobuyoshi Nakada * file.c (file_expand_path): fix surplus path separators while -- cgit