ruby--ruby/ext/digest
matz de3bff164c * eval.c (rb_mod_define_method): should save safe_level in the
proc object.  [ruby-dev:28146]

* test/drb/drbtest.rb (DRbService::self.ext_service): increase
  timeout limit.  a patch from Kazuhiro NISHIYAMA
  <zn at mbf.nifty.com>. [ruby-dev:28132]

* eval.c (ev_const_get): fixed a bug in constant reference during
  instance_eval.  [yarv-dev:707]

* eval.c (ev_const_defined): ditto.

* lib/yaml.rb (YAML::add_domain_type): typo fixed.  a patch from
  Joel VanderWerf <vjoel at path.berkeley.edu>.
  [ruby-talk:165285] [ruby-core:6995]

* ext/digest/sha2/sha2.c (ULL): support AIX C.  a patch from
  Kailden <kailden at gmail.com>.  [ruby-core:06984]

* ext/syck/rubyext.c (rb_syck_compile): avoid potential memory
  leak.

* ext/syck/rubyext.c (syck_set_ivars): avoid potential memory
  leak by explicit symbol allocation.

* lib/delegate.rb (Delegator::method_missing): should delegate
  block as well.

* lib/cgi.rb (CGI::QueryExtension::MorphingBody): fix criteria to
  use Tempfile.  A fix from Zev Blut <rubyzbibd at ubit.com>.
  [ruby-core:06076]

* string.c: remove global functions work on $_.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-12-29 12:05:16 +00:00
..
lib Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
md5 * ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h, 2005-08-30 10:43:36 +00:00
rmd160 * ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h, 2005-08-30 10:43:36 +00:00
sha1 * ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h, 2005-08-30 10:43:36 +00:00
sha2 * eval.c (rb_mod_define_method): should save safe_level in the 2005-12-29 12:05:16 +00:00
.cvsignore * configure.in: modify program_prefix only if specified 2002-09-08 09:08:15 +00:00
defs.h * ext/digest/defs.h, win32/win3.c, win32/win32.h, file.c: remove 2004-01-19 12:28:14 +00:00
depend * ext/digest: add depend file. 2002-03-18 09:24:39 +00:00
digest.c remove unused variables. 2005-12-12 05:15:33 +00:00
digest.h * ext/digest/digest.c (rb_digest_base_s_digest): add volatile to 2005-12-12 00:36:54 +00:00
digest.txt Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
digest.txt.ja Rename *.jp to *.ja, since jp is a region code and ja is a language 2001-07-19 05:44:26 +00:00
extconf.rb Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
test.sh Add a knob WITH_BUNDLED_ENGINES to test.sh. 2002-09-26 17:55:16 +00:00