From 3949694f6351f0cf7a4b68d11667ca1c893de5e0 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 1 Nov 2006 05:01:43 +0000 Subject: * ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minor optimization. * ext/digest/digest.c (rb_digest_instance_equal): Allow comparing a digest instance with another of a different class. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@11254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 42ed74bab..291f8c99b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Wed Nov 1 02:41:38 2006 Akinori MUSHA + + * ext/digest/lib/digest/hmac.rb (Digest::HMAC::update): Minor + optimization. + + * ext/digest/digest.c (rb_digest_instance_equal): Allow comparing + a digest instance with another of a different class. + Wed Nov 1 01:05:13 2006 NAKAMURA Usaku * eval.c (rb_call0): fixed bug of zsuper with both of opt and rest. -- cgit