From f2f2cd5bc69847be2c7edcc5c61d5bbb380955fd Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 6 Oct 2008 03:22:56 +0000 Subject: * string.c (rb_str_comparable): string comparison should be transitive. [ruby-dev:36484] * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_eq): test updated. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3d2b5a6c05..f5610bf477 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Mon Oct 6 12:18:23 2008 Yukihiro Matsumoto + + * string.c (rb_str_comparable): string comparison should be + transitive. [ruby-dev:36484] + + * test/ruby/test_m17n_comb.rb (TestM17NComb#test_str_eq): test + updated. + Mon Oct 6 09:00:58 2008 Yukihiro Matsumoto * test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): test -- cgit v1.2.3