X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FScalar-Vec-Util.git;a=blobdiff_plain;f=Changes;h=367fd1ce75205199bf245fbb755c0c736f53ff90;hp=3bf0dfca03ccb65d6a83545db624cea7c5dc56fe;hb=refs%2Ftags%2Fv0.07;hpb=7fd1958a0919e94beee7223dda577fc9abd3547a diff --git a/Changes b/Changes index 3bf0dfc..367fd1c 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,14 @@ Revision history for Scalar-Vec-Util +0.07 2012-09-24 23:50 UTC + + Chg : Arguments to vcopy() and veq() are now upgraded to strings if + necessary. + + Doc : C++ compilers are officially NOT supported. + + Fix : vcopy() and veq() will now work properly if the source and/or + the target areas are out of the bounds of the given scalars. + + Tst : Test::Leaner is used to run lengthy tests. + + Tst : Author tests overhaul. + 0.06 2009-05-17 19:20 UTC + Add : The vshift() and vrot() functions. + Chg : All functions now have prototypes.