From 1af76993ed4e359895112e10d0b0b99b1b0e6ef9 Mon Sep 17 00:00:00 2001 From: usa Date: Fri, 28 Dec 2007 17:20:24 +0000 Subject: * io.c (io_unread): adhoc workaround for non-binary mode of some DOSish platforms. this is not perfect and safety, but works with most cases. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7d648fc3a..0917e017f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Dec 29 02:18:45 2007 NAKAMURA Usaku + + * io.c (io_unread): adhoc workaround for non-binary mode of some DOSish + platforms. this is not perfect and safety, but works with most cases. + Fri Dec 28 23:53:18 2007 Tanaka Akira * ext/strscan/strscan.c (str_new): new function for allocate an string -- cgit