From 25206d3cc3a1838cc5ffe4299d73c2e2d4eff922 Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 18 Sep 2008 13:17:41 +0000 Subject: * string.c (rb_str_comparable): make ascii8bit string to be compatible with any other encoding. * string.c (rb_str_cmp): use rb_str_comparable() instead of rb_enc_compatible() since <=> is a comparison anyway. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 129e53815..da07f5688 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Sep 18 21:57:32 2008 Yukihiro Matsumoto + + * string.c (rb_str_comparable): make ascii8bit string to be + compatible with any other encoding. + + * string.c (rb_str_cmp): use rb_str_comparable() instead of + rb_enc_compatible() since <=> is a comparison anyway. + Thu Sep 18 21:37:14 2008 Tanaka Akira * grapheme cluster implementation reverted. [ruby-dev:36375] -- cgit