]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/blob - Changes
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/Scalar-Vec-Util.git] / Changes
1 Revision history for Scalar-Vec-Util
2
3 0.08    2013-09-02 13:05 UTC
4         This is a maintenance release. The code contains no functional change.
5         Satisfied users of version 0.07 can skip this update.
6         + Doc : Miscellaneous POD tweaks.
7         + Tst : Author tests are no longer bundled with this distribution.
8                 They are only made available to authors in the git repository.
9         + Upd : Package metadata overhaul.
10
11 0.07    2012-09-24 23:50 UTC
12         + Chg : Arguments to vcopy() and veq() are now upgraded to strings if
13                 necessary.
14         + Doc : C++ compilers are officially NOT supported.
15         + Fix : vcopy() and veq() will now work properly if the source and/or
16                 the target areas are out of the bounds of the given scalars.
17         + Tst : Test::Leaner is used to run lengthy tests.
18         + Tst : Author tests overhaul.
19
20 0.06    2009-05-17 19:20 UTC
21         + Add : The vshift() and vrot() functions.
22         + Chg : All functions now have prototypes.
23         + Chg : undef is no longer an invalid argument to the functions, but
24                 offsets and lengths are now checked to be positive.
25         + Fix : Erroneous edge cases when copying bits in place.
26         + Upd : META.yml spec to 1.4.
27
28 0.05    2008-06-03 11:40 UTC
29         + Fix : make cover choked on t/02-pp.t.
30
31 0.04    2008-06-02 20:40 UTC
32         + Doc : More benchmarks.
33         + Fix : t/02-pp.t failed when the tested version was already installed.
34
35 0.03    2008-06-01 12:30 UTC
36         + Chg : samples/bench.pl now compares with Bit::Vector when available.
37         + Doc : Show the benchmark.
38
39 0.02    2008-05-13 16:40 UTC
40         + Chg : Don't smoke this on 5.005 please.
41         + Fix : File::Spec is a build dependency.
42         + Fix : No 64 bits for Win32 (yet).
43
44 0.01    2008-05-08 17:15 UTC
45         First version, released on an unsuspecting world.
46