pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Bit-Vector



Module Name:    pkgsrc
Committed By:   seb
Date:           Wed Aug 26 16:03:32 UTC 2009

Modified Files:
        pkgsrc/devel/p5-Bit-Vector: Makefile distinfo

Log Message:
Update p5-Bit-Vector from version 6.9 to version 7.0.

Upstream changes:
What's new in version 7.0:
--------------------------
+  Fixed a bug in "GCD2()" in "BitVector.c" with null-size vectors
+  Added more test cases for "GCD()" in "t/17_________gcd.t"
+  Almost completely rewrote "BitVector_Boot()" in "BitVector.c"
   in order to fix the problem that it calculated an unsigned
   long to have 33 bits under MacOS X (Darwin), leading to
   failing tests in "t/28___chunklist.t"
+  BEWARE that the type "ErrCode", which is part of the inter-
   face of the C library "BitVector.c", has been changed!
+  Added more tests and a debugging aid to "t/28___chunklist.t"
+  Removed the two example files showing how to freeze/thaw
   "Bit::Vector" objects using "Data::Dumper", because after
   closer inspection this proved to be a can of worms


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/devel/p5-Bit-Vector/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/p5-Bit-Vector/distinfo

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



Home | Main Index | Thread Index | Old Index