Subject: CVS commit: pkgsrc
To: None <source-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: source-changes
Date: 08/29/2000 02:39:05
Module Name:	pkgsrc
Committed By:	jlam
Date:		Mon Aug 28 23:39:04 UTC 2000

Modified Files:
	pkgsrc/devel/p5-Bit-Vector: Makefile
	pkgsrc/devel/p5-Bit-Vector/files: md5

Log Message:
Update p5-Bit-Vector to 5.8.  Changes from version 5.7:

 +  Changed "na" to "PL_na" in Vector.xs in order to make the module
    ready for Perl 5.6.0.
 +  Removed the error messages which appeared at global destruction
    time with Perl 5.6.0.
 +  Changed the corresponding test script (t/02____destroy.t) accordingly.
 +  Optimized the "strEQ" away from the typemap section in Vector.xs.
 +  Fixed the misspelled word "whether" in the documentation.
 +  Added method "Power()".
 +  Added overloaded operator "**" (for exponentiation).
 +  Changed method "Copy()"; the two vectors do not need to have the same
    size anymore. The method will copy as much as will fit or fill up
    with 0's or 1's (depending on the sign of the source) if necessary.
 +  Changed the corresponding test script (t/09_parameters.t) accordingly.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 pkgsrc/devel/p5-Bit-Vector/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/devel/p5-Bit-Vector/files/md5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.