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 6a581e6317 * ext/digest/defs.h: Define NO_UINT64_T instead of emitting an
error to fail.

* ext/digest/sha2/extconf.rb: Do not exit on error, and utilize
  NO_UINT64_T to detect if the system has a 64bit integer type.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2001-08-14 17:04:00 +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: fix so that they build from any 2001-07-14 03:29:50 +00:00
rmd160 * ext/digest/*/extconf.rb: fix so that they build from any 2001-07-14 03:29:50 +00:00
sha1 * ext/digest/*/extconf.rb: fix so that they build from any 2001-07-14 03:29:50 +00:00
sha2 * ext/digest/defs.h: Define NO_UINT64_T instead of emitting an 2001-08-14 17:04:00 +00:00
.cvsignore Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +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 Import the "digest" module and the submodules, from the Rough Ruby 2001-07-13 20:06:14 +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
MANIFEST Rename *.jp to *.ja, since jp is a region code and ja is a language 2001-07-19 05:44:26 +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