diff options
| author | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-14 12:45:59 +0000 |
|---|---|---|
| committer | knu <knu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-02-14 12:45:59 +0000 |
| commit | 45ef2dac1eedeca3b3e0c769580fec08bd30ddd1 (patch) | |
| tree | 90aec32119b2d5c5f25917c6b68157eb758caebe /ChangeLog | |
| parent | 5783ed6afbb25d183efcd9d28340b86012bd0296 (diff) | |
| download | ruby-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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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) |
