8
0

Accepting request 29845 from devel:languages:perl

Copy from devel:languages:perl/perl-Bit-Vector based on submit request 29845 from user coolo

OBS-URL: https://build.opensuse.org/request/show/29845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Bit-Vector?expand=0&rev=6
This commit is contained in:
OBS User autobuild
2010-01-18 14:25:40 +00:00
committed by Git OBS Bridge
parent b45bd1250e
commit b8a2f7842a
5 changed files with 41 additions and 7 deletions

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Wed Jan 13 16:36:27 CET 2010 - anicka@suse.cz
- update to 7.1
* Added prefix "BV_" to all global identifiers in "BitVector.c",
"BitVector.h" and "Vector.xs"
* 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
* Replaced "Storable::freeze()" by "Storable::nfreeze()"
* Added more test cases for "Storable"
* Added two example files showing how to freeze/thaw
using "Data::Dumper"
* Fixed the bug of "Storable" not reconstructing nested data
structures properly which contain several references to
the same "Bit::Vector" object
* Fixed hard-coded table size "MASKTABSIZE" in "BitVector.c"
* Small cosmetic fixes to the documentation
* Replaced "STORABLE_thaw()" by "STORABLE_attach()"
-------------------------------------------------------------------
Sun Jan 10 15:43:32 CET 2010 - jengelh@medozas.de
- enable parallel build
-------------------------------------------------------------------
Mon Aug 3 16:04:27 CEST 2009 - anicka@suse.cz