From 8f2b78857231e1c4d41adf9b687a1df376c5626d Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 23 Dec 2007 18:12:44 +0000 Subject: * io.c (prepare_getline_args): convert RS to external encoding. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 313403c41..13cba3a6d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,8 @@ Mon Dec 24 02:59:32 2007 Yukihiro Matsumoto * io.c (io_read_encoding): retrieve reading encoding. + * io.c (prepare_getline_args): convert RS to external encoding. + Mon Dec 24 02:06:35 2007 Yukihiro Matsumoto * io.c (rb_f_open): documentation update. -- cgit