2003-07-18 00:57:07 by grant beattie | Files touched by this commit (1065) |
Log message:
s/netbsd.org/NetBSD.org/
|
2003-07-12 11:41:52 by Tomasz Luchowski | Files touched by this commit (2) |
Log message:
Update p5-Digest-MD5 to version 2.2.24
Changes:
2003-03-09 Gisle Aas <gisle@ActiveState.com>
Release 2.24
Don't let the $^W test get confused by lexical warnings.
Sync up with bleadperl; safer patchlevel include.
2003-01-18 Gisle Aas <gisle@ActiveState.com>
Release 2.23
Override INSTALLDIRS for 5.8 as suggested by
Guido Ostkamp <Guido.Ostkamp@t-online.de>.
Fixes PR#21783 by Koji Kondo <koji@iijmio-mail.jp>
|
2003-06-02 03:21:53 by Jan Schaumann | Files touched by this commit (1131) |
Log message:
Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
|
2003-01-09 16:52:05 by Charles M. Hannum | Files touched by this commit (2) |
Log message:
Update from 2.20 to 2.22.
Release 2.22.
Added clone method.
Contributed by Holger Smolinski <holger@kunterbunt.bb.bawue.de>
Release 2.21
Minor tweaks sync up with bleadperl:
- VMS optimizer tweaks to the Makefile.PL
- MacOS support
- Added alignment test
Added example to the MD5 POD that shows how to calculate the
digest of Unicode strings.
|
2002-10-20 17:05:10 by Stoned Elipot | Files touched by this commit (1) |
Log message:
Use perl5/module.mk.
|
2002-09-21 09:44:30 by Johnny C. Lam | Files touched by this commit (1) |
Log message:
buildlink1 -> buildlink2
|
2002-05-16 23:28:23 by Martin J. Laubach | Files touched by this commit (2) | |
Log message:
Update p5-Digest-MD5 to 2.20
More synchronization with tweaks Jarkko have done to the
bleadperl test suite. This time various EBCDIC hacks.
Outside PERL_CORE the md5-aaa.t test loaded the wrong version of
the module (and would fail if no previous Digest::MD5 was installed).
One more test suite update from Jarkko to sync it
even better with bleadperl.
Changes #12954 and #16173 from bleadperl. Documentation typo fix
and some signed/unsigned mismatches that Microsoft's C compiler
complained about.
The EBCDIC-aware md5-aaa.t from bleadperl.
|
2002-04-27 21:07:36 by Shell Hung | Files touched by this commit (3) |
Log message:
Updated p5-Digest-MD5 to 2.17
- Fixed COMMENT
- Updated DESCR
Changes :
- The SvPVbyte in perl-5.6.1 is buggy. Use the one from 5.7.3
instead.
- Give warning if the function interface is used as instance
methods: $md5->md5_hex().
|