From dcb08ff925406f9f093360cc69f23173a8881f8e Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 28 Sep 2007 09:07:02 +0000 Subject: * 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 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') 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 * benchmark/driver.rb: fix file selection algorithm. +Fri Sep 28 02:05:42 2007 Yukihiro Matsumoto + + * 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 * win32/REAMDE.win32: follow recent changes. -- cgit