summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-28 09:07:02 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-28 09:07:02 +0000
commitdcb08ff925406f9f093360cc69f23173a8881f8e (patch)
tree717e24f272ff338461bfe0e684a50ec5106e5f71 /ChangeLog
parentdb8995ef06187050dcc84b8b4565a4c205689c26 (diff)
downloadruby-dcb08ff925406f9f093360cc69f23173a8881f8e.tar.gz
ruby-dcb08ff925406f9f093360cc69f23173a8881f8e.tar.xz
ruby-dcb08ff925406f9f093360cc69f23173a8881f8e.zip
* string.c (rb_str_comparable): need not to check asciicompat here.
* encoding.c (rb_enc_check): ditto. * string.c (rb_enc_str_coderange): tuned a bit; no broken check. * encoding.c (rb_enc_check): new encoding comparison criteria. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13547 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 2bb766735..07c76e8ab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,6 +65,16 @@ Fri Sep 28 12:49:05 2007 Koichi Sasada <ko1@atdot.net>
* benchmark/driver.rb: fix file selection algorithm.
+Fri Sep 28 02:05:42 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * string.c (rb_str_comparable): need not to check asciicompat here.
+
+ * encoding.c (rb_enc_check): ditto.
+
+ * string.c (rb_enc_str_coderange): tuned a bit; no broken check.
+
+ * encoding.c (rb_enc_check): new encoding comparison criteria.
+
Thu Sep 27 17:36:28 2007 NAKAMURA Usaku <usa@ruby-lang.org>
* win32/REAMDE.win32: follow recent changes.