 
            Module: ppl/ppl Branch: ppl-0_12-branch Commit: a3bd8dd6849b1ccb6a2a3a7e7eac51fb49381810 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=a3bd8dd6849b1...
Author: Abramo Bagnara abramo.bagnara@gmail.com Date: Thu May 3 17:26:43 2012 +0200
Avoid use C++ library for exact conversion from floating point numbers to string: the library is free to ignore requested precision.
---
README | 3 - m4/Makefile.am | 3 - m4/ac_cxx_double_binary_format.m4 | 4 +- m4/ac_cxx_double_exact_output.m4 | 141 ------------------ m4/ac_cxx_float_binary_format.m4 | 4 +- m4/ac_cxx_float_exact_output.m4 | 137 ----------------- m4/ac_cxx_long_double_binary_format.m4 | 4 +- m4/ac_cxx_long_double_exact_output.m4 | 254 -------------------------------- src/checked.cc | 33 ++++ src/checked.defs.hh | 2 + src/checked_float.inlines.hh | 54 ++++++- src/checked_mpq.inlines.hh | 20 +--- 12 files changed, 86 insertions(+), 573 deletions(-)
Diff: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commitdiff;h=a3bd8dd68...