diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-28 09:07:02 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-28 09:07:02 +0000 |
| commit | dcb08ff925406f9f093360cc69f23173a8881f8e (patch) | |
| tree | 717e24f272ff338461bfe0e684a50ec5106e5f71 /ChangeLog | |
| parent | db8995ef06187050dcc84b8b4565a4c205689c26 (diff) | |
| download | ruby-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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. |
