ruby-cvs:18396
From: (knu) <knu ruby-lang.org>
Date: Fri, 13 Oct 2006 02:43:18 +0900
Subject: [ruby-cvs:18396] ruby, ruby/ext/digest: * ext/digest/digest.c (rb_digest_base_equal): Should call digest()
knu Fri, 13 Oct 2006 02:43:18 +0900
Modified files:
ruby:
ChangeLog
ruby/ext/digest:
digest.c
Log:
* ext/digest/digest.c (rb_digest_base_equal): Should call digest()
of a subclass instead of the one defined in the base class.
Revision Changes Path
1.5504 +6 -1 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.5503&r2=1.5504
1.31 +3 -3 ruby/ext/digest/digest.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ext/digest/digest.c?cvsroot=src&r1=1.30&r2=1.31