summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-18 02:41:25 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-18 02:41:25 +0000
commitcaafabef16490aa081b26fc3bb8470026e99033e (patch)
treebdf22d2884dbdd3de0d9a9c9288440e53230028d /ChangeLog
parent669bd95a10066542e6c0f1621f09fc79d0a5e187 (diff)
downloadruby-caafabef16490aa081b26fc3bb8470026e99033e.tar.gz
ruby-caafabef16490aa081b26fc3bb8470026e99033e.tar.xz
ruby-caafabef16490aa081b26fc3bb8470026e99033e.zip
* io.c (rb_scan_open_args): move path encoding conversion
for filesystem encoding of Mac OS X. * file.c (file_path_convert): added for convert encoding of file path. * file.c (rb_get_path_check): add file_path_convert. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c18ad980..623ba10a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Wed Nov 18 11:37:05 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * io.c (rb_scan_open_args): move path encoding conversion
+ for filesystem encoding of Mac OS X.
+
+ * file.c (file_path_convert): added for convert encoding
+ of file path.
+
+ * file.c (rb_get_path_check): add file_path_convert.
+
Wed Nov 18 10:17:09 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
* string.c (str_utf8_nth): no count_utf8_lead_bytes_with_word