Revision history for Perl extension Math::FastGF2.
0.03 Fri Aug 14 22:50:00 2009
- New release. Attempt to automatically determine the correct
C data types for 16 and 32-bit values. This should simplify
the task of setting up the software on different
platforms. If the determination of types doesn't succeed the
Makefile.PL script exits with a useful error message and
error code 0 before writing a Makefile, so this should at
least handle the problem gracefully and not raise a FAIL
test result.
0.02 Fri Aug 14 18:00:00 2009
- New release. Add Matrix code.
- All installable perl scripts now go in bin/ where they
belong.
- Make building of XS code depend on perlsubs.c
- Automated tests by CPAN testers are failing because of
different sizes for "unsigned long". A future release will
try to determine the correct word size at compile time.
Until then, if the system tests fail with code 11 (segfault)
on systems with 64-bit native ints, please manually change
the type of gf2_u32 to something appropriate and also update
the Perl XS functions (and prototypes) to use the same
value. Thank you.
0.01 Mon Jul 13 20:19:47 2009
- original version; created by h2xs 1.23 with options
-A -n Math::FastGF2