summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-06 03:22:56 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-06 03:22:56 +0000
commit6a3bb427e6db6c17bd192414006c725d1f2aa11d (patch)
treed7c07a001d698abc0288bdc8d413ffe1c2a3d2d2 /ChangeLog
parent3759c6a0e77a1a89e8325c2633ca250bb5597aef (diff)
downloadruby-6a3bb427e6db6c17bd192414006c725d1f2aa11d.tar.gz
ruby-6a3bb427e6db6c17bd192414006c725d1f2aa11d.tar.xz
ruby-6a3bb427e6db6c17bd192414006c725d1f2aa11d.zip
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@19696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3d2b5a6c0..f5610bf47 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Mon Oct 6 12:18:23 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * 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 <matz@ruby-lang.org>
* test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): test