Fixed some more bugs.  Tried to fix a few more.
Still have persistent problems for dumper.t and
flexraw.t on *BSD systems.  Help debugging would
be appreciated...

Enjoy,
PDL Development Team

Release notes for PDL 2.4.7_004 --------------------------

General Notes:

  * This is a developers release!

    - It is a snapshot of the current git development tree
      and everything may not work correctly or have complete
      documentation.

    - These Release Notes may not be fully complete.  Please
      see Changes (from the git log) for full details.

    - All tests may not pass, especially ones corresponding
      to issues in Known_problems.

    - Manual build/install is recommended although the
      cpan shell may be used by specifying the distribution
      path rather than just the module name, e.g.:

        cpan> get  CHM/PDL-2.4.7_004.tar.gz
        cpan> make CHM/PDL-2.4.7_004.tar.gz
        cpan> test CHM/PDL-2.4.7_004.tar.gz
        cpan> look CHM/PDL-2.4.7_004.tar.gz

Highlights:

  * Modify the XS_PDL_address routine in Core.xs to convert
    the pdl pointer to an IV rather than an int.  Adjusted
    PDL::address in Core.pm to format the resulting value
    correctly.

  * Fix missing stdlib.h include for Lib/Image2D/resample.h

  * Fix bug in readenvi header list value processing and
    add support for non-zero imbedded file header size.

  * Refactored t/complex.t to use Test::More

  * Fix bug in FlexRaw.pm support for headers with
    Type passed as string.  There was a case where
    'double' was being pased to the PDL::howbig which
    generated an error on some platforms.  It is not
    clear why this did not fail on all platforms.

_______________________________________________
Perldl mailing list
[email protected]
http://mailman.jach.hawaii.edu/mailman/listinfo/perldl

Reply via email to