]> www.ginac.de Git - cln.git/history - src/float
Fix integer input with leading zeros in power-of-two base.
[cln.git] / src / float /
2012-03-18 Richard KreckelAvoid input stream fail state when reading number at...
2012-03-02 Richard KreckelFix bug in converting cl_LF to float, double.
2011-04-12 Richard KreckelFix scale_float for large factors on x86.
2009-09-11 Richard KreckelFix double_approx(const cl_RA& x) on 64-Bit platforms.
2008-12-21 Richard B. KreckelFix compilation with GCC 4.4.
2008-08-27 Alexei SheplyakovUse paths relative the `src' directory in the #include...
2008-08-27 Alexei SheplyakovGet rid CL_REQUIRE/CL_PROVIDE(cl_F_epsneg), it is not...
2008-08-27 Alexei SheplyakovGet rid CL_REQUIRE/CL_PROVIDE(cl_F_epspos), it is not...
2008-08-27 Alexei SheplyakovGet rid CL_REQUIRE/CL_PROVIDE(cl_F_leastneg), it is...
2008-08-27 Alexei SheplyakovGet rid CL_REQUIRE/CL_PROVIDE(cl_F_leastpos), it is...
2008-08-27 Alexei SheplyakovGet rid CL_REQUIRE/CL_PROVIDE(cl_F_mostneg), it is...
2008-08-27 Alexei SheplyakovGet rid CL_REQUIRE/CL_PROVIDE(cl_F_mostpos), it is...
2008-08-27 Alexei SheplyakovGet rid of CL_REQUIRE/CL_PROVIDE(cl_F_catalanconst_var).
2008-08-27 Alexei SheplyakovGet rid of CL_REQUIRE/CL_PROVIDE(cl_F_eulerconst_var).
2008-08-27 Alexei SheplyakovGet rid of CL_REQUIRE/CL_PROVIDE(cl_F_exp1_var).
2008-08-27 Alexei SheplyakovGet rid of CL_REQUIRE/CL_PROVIDE(cl_F_ln10_var).
2008-08-27 Alexei SheplyakovGet rid of CL_REQUIRE/CL_PROVIDE(cl_F_ln2_var).
2008-08-27 Alexei SheplyakovGet rid of CL_REQUIRE/CL_PROVIDE(cl_F_pi_var).
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_LF_globals) with porta...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_FF_globals) with porta...
2008-08-27 Alexei SheplyakovGet rid of CL_REQUIRE/CL_PROVIDE(cl_ieee).
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_DF_globals) with porta...
2008-04-07 Richard KreckelRe-esatblish 1.2.0 ABI, broken 2008-02-22 [Alexei Shepl...
2008-04-04 Richard KreckelRe-establish ABI, broken 2008-01-20.
2008-04-01 Bruno HaibleFix hack from 2008-01-20 that broke on ARM.
2008-02-22 Richard KreckelMake index variables uintC.
2008-01-22 Bruno HaibleAvoid gcc warning about "unused variable".
2008-01-22 Bruno HaibleAvoid gcc warnings about "statement without effect".
2008-01-22 Bruno HaibleAvoid gcc warnings about type-punning and "... break...
2008-01-18 Richard KreckelFix linking problems on some platforms caused by inline...
2008-01-11 Richard Kreckel * Fix missing templatization of truncated series.
2008-01-11 Richard Kreckel Make some functions more memory efficient:
2008-01-10 Richard Kreckel * Fix typos in dead code introduced in CLN 1.1.0.
2007-12-18 Richard Kreckel * src/float/transcendental/cl_F_lnx.cc: Make...
2007-12-03 Richard Kreckel * src/float/lfloat/cl_LF.h (cl_heap_lfloat...
2007-10-12 Richard Kreckel Fix compilation on CYGWIN:
2007-09-15 Richard Kreckel * */*: Convert encoding from ISO 8859-1 to...
2007-09-13 Richard Kreckel Truncated binary splitting for even more memory effici...
2007-09-07 Richard KreckelMore memory efficient Euler-Mascheroni constant:
2007-08-01 Richard Kreckel * */*: Remove cl_boolean, cl_true, and cl_false...
2007-07-28 Richard Kreckel Remove exception hooks in favor of real C+...
2007-05-31 Richard Kreckel * include/cln/integer.h (cl_I_to_E, cl_I_to_UE...
2007-04-29 Bruno HaibleAdd reference to Lupas' paper.
2007-04-08 Richard Kreckel More memory efficient constants:
2006-12-11 Richard Kreckel Extend the exponent range from 32 bits to 64...
2006-04-24 Richard Kreckel2006-04-25 Bruno Haible <bruno@clisp.org>
2006-03-22 Richard Kreckel* Cumulative patch including Bruno's work on large...
2005-08-29 Bruno HaibleMake the long-float overflow check work on 64-bit platf...
2004-10-25 Richard Kreckel * src/integer/input/cl_I_read_stream.cc (read_integer...
2004-06-23 Richard Kreckel* Remove unused labels.
2004-06-23 Richard Kreckel* Change all C include headers to ISO style within...
2004-03-09 Bruno HaibleFix a bug occurring with extremely high exponents.
2004-03-08 Bruno HaibleFix an extreme case in long-float multiplication.
2002-05-06 Bruno HaibleForce link-time references despite optimizations done...
2001-11-03 Richard Kreckel * revert broken indentation.
2001-11-03 Richard Kreckel * src/float/transcendental/cl_F_sinx.cc (sinx_n...
2001-08-06 Bruno HaibleAdd a literature reference for the formula.
2001-07-22 Richard Kreckel * src/float/base/cl_ieee.cc: try to do magic...
2001-05-25 Richard Kreckel * autoconf/floatparam.c (double_wordorder_bigen...
2000-12-14 Richard Kreckel * */*: cl_istream -> std::istream, cl_ostream... cln_1-1-0
2000-11-24 Richard Kreckel * */*: Removed problematic stdin, stdout and...
2000-11-01 Richard Kreckel * include/cln/object.h (cl_combine): define...
2000-09-05 Richard Kreckel * include/cln/number.h (As): Fix it in namespac...
2000-08-28 Richard Kreckel * All Files have been modified for inclusion...
2000-07-13 Bruno HaibleAccept floats with 1.2L0_100 syntax when reading from...
2000-06-21 Bruno HaibleDistinguish between cl_word_size and the ABI's pointer...
2000-05-27 Richard Kreckel- src/float/lfloat/algebraic/cl_LF_sqrt.cc, src/base...
2000-05-04 Richard Kreckel* Removed internal gmp/ directory and other traces...
2000-01-28 Richard KreckelInitial revision