diff options
author | wiz <wiz@pkgsrc.org> | 2001-10-29 01:07:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-10-29 01:07:03 +0000 |
commit | 346e0fc0bf30b73aaa418e17d3d0f44a769d0e0c (patch) | |
tree | d2a5707bb391836520b9846f3f3fd23e6f096514 /devel | |
parent | c7908e3f3308921dc909b638c3a314744cbe06a2 (diff) | |
download | pkgsrc-346e0fc0bf30b73aaa418e17d3d0f44a769d0e0c.tar.gz |
Update to 6.1.
Changes since 5.8:
+ Added the module "Carp::Clan" to the distribution.
+ Splitted the Vector.pm module; separated XS and overloaded Perl
part for improved performance (reduces loading time for XS part).
+ Corrected the handling of numerical overflow in arithmetic methods
("add()", "subtract()", "Multiply()", "from_Dec()", "new_Dec()").
+ Methods "add()" and "subtract()" now return the carry as well as
the overflow flag if called in list context (only the carry in
scalar context, as before).
+ Added two new methods "inc()" and "dec()", which return the overflow
flag (whereas "increment()" and "decrement()" return the carry flag).
The new methods also allow to copy-and-increment/decrement in addition
to in-place operation.
+ Methods "from_Dec()" and "new_Dec()" now allow you to enter large
positive numbers which will have the MSB set (this was forbidden
previously because these numbers are considered to be negative in
two's complement binary representation).
and some bugfixes and compatibility changes.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Bit-Vector/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Bit-Vector/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/p5-Bit-Vector/Makefile b/devel/p5-Bit-Vector/Makefile index 0ed779985ef..687038aa6be 100644 --- a/devel/p5-Bit-Vector/Makefile +++ b/devel/p5-Bit-Vector/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2001/10/18 15:20:12 veego Exp $ +# $NetBSD: Makefile,v 1.6 2001/10/29 01:07:03 wiz Exp $ # -DISTNAME= Bit-Vector-5.8 +DISTNAME= Bit-Vector-6.1 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5biv CATEGORIES= devel perl5 diff --git a/devel/p5-Bit-Vector/distinfo b/devel/p5-Bit-Vector/distinfo index 8d04eed1cd2..6ade03104db 100644 --- a/devel/p5-Bit-Vector/distinfo +++ b/devel/p5-Bit-Vector/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 00:44:34 wiz Exp $ +$NetBSD: distinfo,v 1.3 2001/10/29 01:07:03 wiz Exp $ -SHA1 (Bit-Vector-5.8.tar.gz) = 80b2006b5e0dc6e88e78835ecc1a2052b90b841e -Size (Bit-Vector-5.8.tar.gz) = 112380 bytes +SHA1 (Bit-Vector-6.1.tar.gz) = d9bd0108a668d77bfd0d1a11db8779a8c822da61 +Size (Bit-Vector-6.1.tar.gz) = 121508 bytes |