From f68760070127530a2f06205d3f71a594582fe7f7 Mon Sep 17 00:00:00 2001 From: usa Date: Sat, 30 Aug 2008 11:06:52 +0000 Subject: * win32/win32.c (rb_w32_open, rb_w32_read, rb_w32_write): fallback to MSVCRT if text mode is specified. this case will not be used from ruby itself. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index baa94341e..5b7104b05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Aug 30 20:05:41 2008 NAKAMURA Usaku + + * win32/win32.c (rb_w32_open, rb_w32_read, rb_w32_write): fallback to + MSVCRT if text mode is specified. this case will not be used from + ruby itself. + Sat Aug 30 19:49:38 2008 NAKAMURA Usaku * win32/win32.c (rb_w32_read): EOF is not error. -- cgit