summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-12 17:43:17 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-10-12 17:43:17 +0000
commita65440849ea82ada8a1170e52a3330acd12ddeb2 (patch)
treedc7c1492dff4de3cfcdada323688dde22de1405d /ChangeLog
parentdefec5c2f5540e6ffcdfad40dfda3f339e0f7dd1 (diff)
downloadruby-a65440849ea82ada8a1170e52a3330acd12ddeb2.tar.gz
ruby-a65440849ea82ada8a1170e52a3330acd12ddeb2.tar.xz
ruby-a65440849ea82ada8a1170e52a3330acd12ddeb2.zip
* ext/digest/digest.c (rb_digest_base_equal): Should call digest()
of a subclass instead of the one defined in the base class. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6a0b147f2..31ebf2552 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+Fri Oct 13 02:42:00 2006 Akinori MUSHA <knu@iDaemons.org>
+
+ * ext/digest/digest.c (rb_digest_base_equal): Should call digest()
+ of a subclass instead of the one defined in the base class.
+
Fri Oct 13 02:30:12 2006 Nobuyoshi Nakada <nobu@ruby-lang.org>
-[] * lib/test/unit/collector/dir.rb (Collector::Dir#collect): prepend
+ * lib/test/unit/collector/dir.rb (Collector::Dir#collect): prepend
base directory to load path.
* lib/test/unit/collector/dir.rb (Collector::Dir#collect_file): should