From de71a6b654a77a171c441c4382a03eb7ea384dbe Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 28 Oct 2009 19:42:53 +0000 Subject: * io.c (Init_IO): rb_default_rs should be US-ASCII. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9e510835b..31cc4804b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Oct 29 04:40:36 2009 NARUSE, Yui + + * io.c (Init_IO): rb_default_rs should be US-ASCII. + Thu Oct 29 01:22:01 2009 Yutaka Kanemoto * ext/socket/extconf.rb : Compilation failure on AIX. -- cgit