summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-09 06:12:32 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-12-09 06:12:32 +0000
commita38ea9ec2908a7f4d58c47bf1cebecbf1741ab58 (patch)
treefeae928f92078e11b905daa76584a88b699398fa /ChangeLog
parentb2b3cec36b893fe2ad958f627ca8ea9a1cd1c00a (diff)
* numeric.c (num_cmp): define Numeric#<=>, remove Numeric#==.
* eval.c (backtrace): should ignore line 0 frame. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@3119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cca25f39e..bb739c05d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Dec 6 14:13:59 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * numeric.c (num_cmp): define Numeric#<=>, remove Numeric#==.
+
Tue Dec 3 01:48:06 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* eval.c (backtrace): should ignore line 0 frame.