summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-28 19:42:59 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-10-28 19:42:59 +0000
commit2bb26c118d9e52a52940f73c9cb1fc26e07003d6 (patch)
tree297b33fa6e5f965a063222cdae0de48222ddd588 /ChangeLog
parentee15e6ee3b08b3348cc813a4f82abebc58fcbc31 (diff)
* ruby.c (process_options): call rb_filesystem_encoding().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 31cc4804b5..33ca79a267 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Oct 29 04:41:44 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * ruby.c (process_options): call rb_filesystem_encoding().
+
Thu Oct 29 04:40:36 2009 NARUSE, Yui <naruse@ruby-lang.org>
* io.c (Init_IO): rb_default_rs should be US-ASCII.