]> git.vpit.fr Git - perl/modules/Scalar-Vec-Util.git/blob - Changes
Make svu_validate_uv() return the usable size_t value
[perl/modules/Scalar-Vec-Util.git] / Changes
1 Revision history for Scalar-Vec-Util
2
3 0.06    2009-05-17 19:20 UTC
4         + Add : The vshift() and vrot() functions.
5         + Chg : All functions now have prototypes.
6         + Chg : undef is no longer an invalid argument to the functions, but
7                 offsets and lengths are now checked to be positive.
8         + Fix : Erroneous edge cases when copying bits in place.
9         + Upd : META.yml spec to 1.4.
10
11 0.05    2008-06-03 11:40 UTC
12         + Fix : make cover choked on t/02-pp.t.
13
14 0.04    2008-06-02 20:40 UTC
15         + Doc : More benchmarks.
16         + Fix : t/02-pp.t failed when the tested version was already installed.
17
18 0.03    2008-06-01 12:30 UTC
19         + Chg : samples/bench.pl now compares with Bit::Vector when available.
20         + Doc : Show the benchmark.
21
22 0.02    2008-05-13 16:40 UTC
23         + Chg : Don't smoke this on 5.005 please.
24         + Fix : File::Spec is a build dependency.
25         + Fix : No 64 bits for Win32 (yet).
26
27 0.01    2008-05-08 17:15 UTC
28         First version, released on an unsuspecting world.
29