summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-06 00:33:56 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-11-06 00:33:56 +0000
commitf11a667681c6e8099700f4977c09185be1f9b9bb (patch)
tree1fdde3ecd954c2f1510b7f20e89421df5b6c644a /ChangeLog
parent9f0b1c9378779e50cb68db7141dc1ec34bbc1709 (diff)
downloadruby-f11a667681c6e8099700f4977c09185be1f9b9bb.tar.gz
ruby-f11a667681c6e8099700f4977c09185be1f9b9bb.tar.xz
ruby-f11a667681c6e8099700f4977c09185be1f9b9bb.zip
* encoding.c (rb_filesystem_encindex): add fallback to
ASCII-8BIT on Windows. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@25666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a31c76dc7..86b9078e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Nov 6 09:29:32 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * encoding.c (rb_filesystem_encindex): add fallback to
+ ASCII-8BIT on Windows.
+
Fri Nov 6 07:29:07 2009 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* test/ruby/test_case.rb: merged r25658 from ruby_1_8.