aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-21 18:48:58 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-21 18:48:58 +0000
commitc26663f24b0c26906b62d70ae113fbc45efe29f8 (patch)
tree6edefae6c56ef50b55a4ef0795f29adf35e181a6 /ChangeLog
parentfa284f8127be2cccb3775309fd5747d79f55ca3d (diff)
downloadruby-c26663f24b0c26906b62d70ae113fbc45efe29f8.tar.gz
* numeric.c (num_equal): should not use rb_equal().
* object.c (rb_equal): back out the last change. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7ef4616fe6..736d1c7dcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
Tue Jul 22 02:22:45 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
+ * numeric.c (num_equal): should not use rb_equal().
+
* string.c (rb_str_equal): should return nil for non string
operand to conform comparable convention. [ruby-dev:20759]
- * object.c (rb_equal): preserve nil if "==" returns nil.
-
Tue Jul 22 00:19:19 2003 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/tmpdir.rb: new library to get temporary directory path,