summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-14 12:45:59 +0000
committerknu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-14 12:45:59 +0000
commit45ef2dac1eedeca3b3e0c769580fec08bd30ddd1 (patch)
tree90aec32119b2d5c5f25917c6b68157eb758caebe /ChangeLog
parent5783ed6afbb25d183efcd9d28340b86012bd0296 (diff)
downloadruby-45ef2dac1eedeca3b3e0c769580fec08bd30ddd1.tar.gz
ruby-45ef2dac1eedeca3b3e0c769580fec08bd30ddd1.tar.xz
ruby-45ef2dac1eedeca3b3e0c769580fec08bd30ddd1.zip
* 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
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
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 <knu@iDaemons.org>
+
+ * 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 <ko1@atdot.net>
* thread_pthread.ci (native_thread_create): adjust 4KB (page size)