This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 23 Mar 2001 13:20:34 +0000 (13:20 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 23 Mar 2001 13:20:34 +0000 (13:20 +0000)
commit3357b1b1dc05eb65c7266f1983048cb27893b96c
tree9568e90ba7537be2a7cb318819ff5eb50af2fbd2
parent02ccb3c85a7cea3122c550296088fd52ce24537b
Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
- bump the version to 2.14
- drop the base64 tests since they require MIME::Base64
- drop the rfc1321.txt
- drop the hints/dec_osf.pl since it's only needed for
  pre-5.005_03 Perls
Todo:
- the U32 alignment testing is now removed; it needs to
  be reintroduced as as a Config variable (meaning also
  as a Configure test)
- get the new EBCDIC md5sum for MD5.pm
- test in Win32 to see how badly I botched the makefiles

p4raw-id: //depot/perl@9308
17 files changed:
MANIFEST
configure.com
ext/Digest/MD5/Changes [new file with mode: 0644]
ext/Digest/MD5/MD5.pm [new file with mode: 0644]
ext/Digest/MD5/MD5.xs [new file with mode: 0644]
ext/Digest/MD5/Makefile.PL [new file with mode: 0644]
ext/Digest/MD5/hints/irix_6.pl [new file with mode: 0644]
ext/Digest/MD5/typemap [new file with mode: 0644]
hints/uwin.sh
hints/vmesa.sh
lib/Digest.pm [new file with mode: 0644]
t/lib/digest.t [new file with mode: 0644]
t/lib/md5-aaa.t [new file with mode: 0644]
t/lib/md5-badf.t [new file with mode: 0644]
t/lib/md5-file.t [new file with mode: 0644]
win32/Makefile
win32/makefile.mk