From 53b4c90110c78fa8b9560b81ededa01f48bed72d Mon Sep 17 00:00:00 2001 From: knu Date: Thu, 12 Oct 2006 17:43:17 +0000 Subject: * 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@11148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6a0b147f27..31ebf25529 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ +Fri Oct 13 02:42:00 2006 Akinori MUSHA + + * 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 -[] * 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 -- cgit v1.2.3