From 45ef2dac1eedeca3b3e0c769580fec08bd30ddd1 Mon Sep 17 00:00:00 2001 From: knu Date: Wed, 14 Feb 2007 12:45:59 +0000 Subject: * ext/digest/lib/digest.rb (Digest::self.const_missing): Drop autoloads for sha2 classes in favor of handling in const_missing(), to work around a problem exposed on OS X. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11736 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 06e585f1d..56a9db0c3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 14 21:39:36 2007 Akinori MUSHA + + * ext/digest/lib/digest.rb (Digest::self.const_missing): Drop + autoloads for sha2 classes in favor of handling in + const_missing(), to work around a problem exposed on OS X. + Wed Feb 14 21:19:47 2007 Koichi Sasada * thread_pthread.ci (native_thread_create): adjust 4KB (page size) -- cgit