From 84133e4b0d8eafc0b7905bdb44827413b10820fc Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 11 Oct 2006 12:43:58 +0000 Subject: * ext/digest/digest.c (rb_digest_base_alloc, rb_digest_base_equal): Simplify the equality check and just compare resulted digests since state-level equality should not be significant. * ext/digest/digest.h: Ditto. * ext/digest/*/*.[ch]: Ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 431cb4df7..12dd4f857 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Wed Oct 11 21:36:47 2006 Akinori MUSHA + + * ext/digest/digest.c (rb_digest_base_alloc, + rb_digest_base_equal): Simplify the equality check and just + compare resulted digests since state-level equality should + not be so significant. + + * ext/digest/digest.h: Ditto. + + * ext/digest/*/*.[ch]: Ditto. + Wed Oct 11 17:11:03 2006 Yukihiro Matsumoto * eval.c (rb_obj_define_method): add half boiled RDoc document. -- cgit