* ext/Setup.dj, ext/Setup.emx, ext/Setup.nt, ext/Setup.x68:

compile sha1 in as well as md5.

* ext/Setup: put sha1 in a comment.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
knu 2001-05-16 22:25:02 +00:00
parent a57dc21ef0
commit 23423d7d03
6 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,10 @@
Thu May 17 07:21:44 2001 Akinori MUSHA <knu@iDaemons.org>
* ext/Setup.dj, ext/Setup.emx, ext/Setup.nt, ext/Setup.x68:
compile sha1 in as well as md5.
* ext/Setup: put sha1 in a comment.
Thu May 17 07:16:38 2001 Akinori MUSHA <knu@iDaemons.org> Thu May 17 07:16:38 2001 Akinori MUSHA <knu@iDaemons.org>
* ext/sha1/sha1.txt.jp: add the Japanese version derived from * ext/sha1/sha1.txt.jp: add the Japanese version derived from

View File

@ -9,6 +9,7 @@
#md5 #md5
#pty #pty
#sdbm #sdbm
#sha1
#socket #socket
#tk #tk
#tcltklib #tcltklib

View File

@ -11,5 +11,6 @@ marshal
md5 md5
readline readline
sdbm sdbm
sha1
#socket #socket
#tkutil #tkutil

View File

@ -11,6 +11,7 @@ nkf
#pty #pty
#readline #readline
#sdbm #sdbm
sha1
socket socket
#tcltklib #tcltklib
#tk #tk

View File

@ -14,6 +14,7 @@ nkf
#pty #pty
#readline #readline
sdbm sdbm
sha1
socket socket
#tcltklib #tcltklib
#tk #tk

View File

@ -8,5 +8,6 @@ fcntl
kconv kconv
marshal marshal
md5 md5
sha1
#socket #socket
#tkutil #tkutil