From 31e7747b6bcd6e13a60848f51dcd71d154778d67 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 21 Feb 2008 05:47:12 +0000 Subject: * io.c (argf_set_encoding): uses current_file after check for next input. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3a3f858a3..ee043d61c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Feb 21 14:47:09 2008 Nobuyoshi Nakada + + * io.c (argf_set_encoding): uses current_file after check for next + input. + Thu Feb 21 11:10:49 2008 NARUSE, Yui * string.c: replace rb_enc_copy by rb_enc_cr_str_copy or -- cgit