ruby/test/digest
knu c02fa39463 Make Digest() thread-safe.
* ext/digest/lib/digest.rb (Digest()): This function should now be
  thread-safe.  If you have a problem with regard to on-demand
  loading under a multi-threaded environment, preload "digest/*"
  modules on boot or use this method instead of directly
  referencing Digest::*. [Bug #9494]
  cf. https://github.com/aws/aws-sdk-ruby/issues/525

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2014-10-31 13:21:51 +00:00
..
digest Make Digest() thread-safe. 2014-10-31 13:21:51 +00:00
test_digest.rb Make Digest() thread-safe. 2014-10-31 13:21:51 +00:00
test_digest_extend.rb * test/with_different_ofs.rb: move into test library directory. 2014-06-26 09:27:22 +00:00