Revision history for Perl module Math::FakeDD

0.05
 - Extra test (for correct handling of trailing zeros) added to dd_repro_test()
 - Add dd_exp2, dd_exp10, dd_log2 and dd_log10 functions.
 - Add dd_pi, dd_euler and dd_catalan functions.
 - In Makefile.PL, overwrite INSTALLSITELIB to $Config::Config{installsitearch} to
   ensure that Math::FakeDD is installed into site/lib/<archname>.

0.04
 - More corrections to dd_repro().
 - Add new test file t/sparse.t.
 - Add dd_numify() - mainly for '0+' overloading.
 - Add dd_repro_test().
 - Add new test file t/dd_repro_basics.t.

0.03
 - Allow for mpfr versions older than 4.0.0, as they set minimum allowed precision
   to 2 bits. (Beginning with 4.0.0, this minimum has been set to 1.)
 - Correct the 'repository' settings in Makefile.PL

0.02
 - Add (and export) dd_inf, dd_nan, dd_is_inf, dd_is_nan, sprintx, printx, unpackx, dd_hex.
 - Export dd2mpfr, mpfr2dd, mpfr2098.
 - Fix dd_repro().


0.01
 - First release