1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/ext/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
..
bubblebabble * ext/digest/bubblebabble/bubblebabble.c: Teach RDoc digest/bubblebabble 2013-11-21 07:53:39 +00:00
lib Make Digest() thread-safe. 2014-10-31 13:21:51 +00:00
md5 digest/*/extconf.rb: do not link openssl when using bundled 2014-10-05 02:03:55 +00:00
rmd160 digest/*/extconf.rb: do not link openssl when using bundled 2014-10-05 02:03:55 +00:00
sha1 digest/*/extconf.rb: do not link openssl when using bundled 2014-10-05 02:03:55 +00:00
sha2 digest/*/extconf.rb: do not link openssl when using bundled 2014-10-05 02:03:55 +00:00
defs.h
depend
digest.c digest: no check for hidden objects 2014-09-29 12:17:47 +00:00
digest.h digest.c: raise exception on init failure 2014-07-15 14:58:53 +00:00
extconf.rb
test.sh