summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-20 19:21:26 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-20 19:21:26 +0000
commit1fea057c4c5c8abce40df55e71cc20457b0cf2fe (patch)
treed9edf5d04d71604ad3013249ab42fad3b7280d81 /ChangeLog
parent8eeac1072c96192f35456fcf3f88e3b8fb446ce7 (diff)
downloadruby-1fea057c4c5c8abce40df55e71cc20457b0cf2fe.tar.gz
ruby-1fea057c4c5c8abce40df55e71cc20457b0cf2fe.tar.xz
ruby-1fea057c4c5c8abce40df55e71cc20457b0cf2fe.zip
* encoding.c (rb_ascii8bit_encoding): use ENCINDEX_ASCII.
* encoding.c, include/ruby/encoding.h (rb_ascii8bit_encindex): added. * encoding.c (rb_locale_encoding): use rb_usascii_encoding(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abaafbb31..6f2e814e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Wed May 21 04:20:20 2008 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * encoding.c (rb_ascii8bit_encoding): use ENCINDEX_ASCII.
+
+ * encoding.c, include/ruby/encoding.h (rb_ascii8bit_encindex):
+ added.
+
+ * encoding.c (rb_locale_encoding): use rb_usascii_encoding().
+
Wed May 21 01:45:58 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* test/ruby/test_file_exhaustive.rb (setup): workaround for Windows