X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=Changes;h=3bf0dfca03ccb65d6a83545db624cea7c5dc56fe;hb=9fb8fa8f2787544984b8feee41a6e8760849a263;hp=86b2bc483f68d0c445c6bacbd49421a457c5f596;hpb=831b8bd03ca3ae94e3ba9e1e1b7d9be913dc9d13;p=perl%2Fmodules%2FScalar-Vec-Util.git diff --git a/Changes b/Changes index 86b2bc4..3bf0dfc 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,16 @@ Revision history for Scalar-Vec-Util +0.06 2009-05-17 19:20 UTC + + Add : The vshift() and vrot() functions. + + Chg : All functions now have prototypes. + + Chg : undef is no longer an invalid argument to the functions, but + offsets and lengths are now checked to be positive. + + Fix : Erroneous edge cases when copying bits in place. + + Upd : META.yml spec to 1.4. + +0.05 2008-06-03 11:40 UTC + + Fix : make cover choked on t/02-pp.t. + 0.04 2008-06-02 20:40 UTC + Doc : More benchmarks. + Fix : t/02-pp.t failed when the tested version was already installed.