The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Perl module Data::Float::DoubleDouble

1.04
    - Add some metadata to Makefile.PL.
    - Small rewrite of float_B to avoid new warning scheduled for 5.22

1.03
    - Add some more tests.
    - Add validate_hex, validate_unpack, validate_bin
    - Add float_class, float_is_finite, float_is_zero, float_is_nzfinite, float_is_normal,
      float_is_subnormal, nextafter, nextup, nextdown for compatibility with Data::Float.
    - Add DD_* vars to reflect the float.h values for the various LDBL_* macros (and for
      FLT_RADIX).
    - Define PERL_NO_GET_CONTEXT

1.02
    - Update version number to the correct value (1.02) ... as opposed to what
      happened wrt 1.01.

1.01
    - INCOMPATIBLE WITH EARLIER VERSIONS !!
    - Refactor, including coverage of those double-doubles whose values require more
      than 106 bits for accurate representation.

0.03
    - Alter float_H to, in list context, return (single) sign and (single) exponent, in
      addition to the hex string and binary string it was already returning in list context.

    - Add some more test files.

0.01
    - First release.