From b6ad741c966ffee19634f5abbb223ffee8e7f5bf Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 11 Oct 2006 06:05:32 +0000 Subject: * ext/digest/digest.c (rb_digest_base_reset): Do not make recursive calls, but call initialize() when reset() is not defined in a subclass. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 93a17fb6e..577239227 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Oct 11 15:03:55 2006 Akinori MUSHA + + * ext/digest/digest.c (rb_digest_base_reset): Do not make + recursive calls, but call initialize() when reset() is not + defined in a subclass. + Wed Oct 11 14:58:44 2006 Yukihiro Matsumoto * array.c (rb_ary_each): prohibit array modification during each -- cgit