summaryrefslogtreecommitdiff
path: root/t/lib/md5-file.t
Commit message (Collapse)AuthorAgeFilesLines
* new md5sum for modified MD5.xs filePeter Prymmer2001-05-311-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com> p4raw-id: //depot/perl@10340
* More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksumJarkko Hietaniemi2001-05-301-1/+1
| | | | | is now wrong. p4raw-id: //depot/perl@10326
* update md5sum for MD5.xs on IBM-1047Peter Prymmer2001-05-091-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com> p4raw-id: //depot/perl@10060
* Digest::MD5 on UTF8 stringsGisle Aas2001-04-121-1/+1
| | | | | Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com> p4raw-id: //depot/perl@9689
* Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIXNick Ing-Simmons2001-04-071-2/+6
| | | | | | style. So don't use binmode() on the handles so that Win32 etc. see same sequence and produce same digests. p4raw-id: //depot/perlio@9602
* more tests (was Re: Perl5.7.* Unicode/EBCDIC status.)Peter Prymmer2001-03-301-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com> p4raw-id: //depot/perl@9461
* Roll back the version numbers of Digest::MD5 and MIME::Base64Jarkko Hietaniemi2001-03-251-3/+3
| | | | | to equal the CPAN versions since no code changes have been made. p4raw-id: //depot/perl@9342
* Put back the MD5-Base64 tests now that we have MIME::Base64.Jarkko Hietaniemi2001-03-251-1/+27
| | | p4raw-id: //depot/perl@9335
* Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.Jarkko Hietaniemi2001-03-231-2/+3
| | | p4raw-id: //depot/perl@9315
* EBCDIC patches for Digest::MD5 tests from Peter Prymmer.Jarkko Hietaniemi2001-03-231-2/+10
| | | p4raw-id: //depot/perl@9309
* Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.Jarkko Hietaniemi2001-03-231-0/+111
- 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