ruby--ruby/ext/digest
matz 67245eec71 * eval.c (rb_thread_restore_context): save current value of
lastline and lastmatch in the thread struct for later restore.

* eval.c (rb_thread_save_context): restore lastline and lastmatch.

* numeric.c (flo_to_s): should handle negative float value.

* class.c (rb_include_module): should check whole ancestors to
  avoid duplicate module inclusion.

* string.c (trnext): should check backslash before updating "now"
  position.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-09-08 14:17:53 +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/*/extconf.rb: really fix so that they build from any 2001-08-14 20:05:21 +00:00
rmd160 * ext/digest/*/extconf.rb: really fix so that they build from any 2001-08-14 20:05:21 +00:00
sha1 * ext/digest/*/extconf.rb: really fix so that they build from any 2001-08-14 20:05:21 +00:00
sha2 * ext/digest/sha2/extconf.rb: fix support for cross-compiling. 2001-08-20 10:56:03 +00:00
.cvsignore Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
MANIFEST * eval.c (rb_thread_restore_context): save current value of 2001-09-08 14:17:53 +00:00
defs.h * ext/digest/defs.h: Define NO_UINT64_T instead of emitting an 2001-08-14 17:04:00 +00:00
digest.c * ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debug 2001-09-06 05:29:27 +00:00
digest.h Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +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.rb Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00
test.sh Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +00:00