From b50893ade16e508c7683a98ac77f4d34723e9ea1 Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 29 Dec 2008 02:01:02 +0000 Subject: * file.c (rb_get_path): move encoding conversion of file path from rb_scan_open_args. * io.c (rb_scan_open_args): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ba3908fd8..1eb49c5d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Dec 29 10:58:54 2008 NARUSE, Yui + + * file.c (rb_get_path): move encoding conversion of file path + from rb_scan_open_args. + + * io.c (rb_scan_open_args): ditto. + Mon Dec 29 07:15:16 2008 Yukihiro Matsumoto * cont.c: small RDoc fix mentioned from -- cgit