From d43f11a4bf55e9ab4d5e304f18a87ceeeebf5c49 Mon Sep 17 00:00:00 2001 From: naruse Date: Wed, 28 Oct 2009 19:42:59 +0000 Subject: * ruby.c (process_options): call rb_filesystem_encoding(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 31cc4804b..33ca79a26 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Oct 29 04:41:44 2009 NARUSE, Yui + + * ruby.c (process_options): call rb_filesystem_encoding(). + Thu Oct 29 04:40:36 2009 NARUSE, Yui * io.c (Init_IO): rb_default_rs should be US-ASCII. -- cgit