53 Commits (5ec5ca2758860e7249676e21153ae176fe4b01be)

Author SHA1 Message Date
Alexei Sheplyakov 5ec5ca2758 Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_ln2_var). 17 years ago
Alexei Sheplyakov 7069712895 Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_pi_var). 17 years ago
Alexei Sheplyakov 7f619754e2 Replace CL_REQUIRE/CL_PROVIDE(cl_LF_globals) with portable code. 17 years ago
Alexei Sheplyakov 74ff6e9338 Replace CL_REQUIRE/CL_PROVIDE(cl_FF_globals) with portable code. 17 years ago
Alexei Sheplyakov 88f748dfb4 Get rid of CL_REQUIRE/CL_PROVIDE(cl_ieee). 17 years ago
Alexei Sheplyakov 018b445aa3 Replace CL_REQUIRE/CL_PROVIDE(cl_DF_globals) with portable code. 17 years ago
Richard Kreckel c706f4b04e Re-esatblish 1.2.0 ABI, broken 2008-02-22 [Alexei Sheplyakov]. 17 years ago
Richard Kreckel 1d962ba9ca Re-establish ABI, broken 2008-01-20. 17 years ago
Bruno Haible f3f282f3c6 Fix hack from 2008-01-20 that broke on ARM. 17 years ago
Richard Kreckel 3a8c34e9a6 Make index variables uintC. 17 years ago
Bruno Haible 758fdfc575 Avoid gcc warning about "unused variable". 18 years ago
Bruno Haible 11c6b0b290 Avoid gcc warnings about "statement without effect". 18 years ago
Bruno Haible 137d5f385f Avoid gcc warnings about type-punning and "... break strict-aliasing rules". 18 years ago
Richard Kreckel ce250e91fb Fix linking problems on some platforms caused by inline/non-inline versions 18 years ago
Richard Kreckel 8f3cb84552 * Fix missing templatization of truncated series. 18 years ago
Richard Kreckel 76ff0ad8c1 Make some functions more memory efficient: 18 years ago
Richard Kreckel f56b40a316 * Fix typos in dead code introduced in CLN 1.1.0. 18 years ago
Richard Kreckel 3c77def744 * src/float/transcendental/cl_F_lnx.cc: Make actuallen of type uintC. 18 years ago
Richard Kreckel e9d3c7fabf * src/float/lfloat/cl_LF.h (cl_heap_lfloat): Change len type to uintC. 18 years ago
Richard Kreckel a5a43ddb1b Fix compilation on CYGWIN: 18 years ago
Richard Kreckel 665c18cd37 * */*: Convert encoding from ISO 8859-1 to UTF-8. 18 years ago
Richard Kreckel 962f4b052d Truncated binary splitting for even more memory efficiency: 18 years ago
Richard Kreckel 4109ef07d7 More memory efficient Euler-Mascheroni constant: 18 years ago
Richard Kreckel 5370ad8054 * */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in 18 years ago
Richard Kreckel c486b78a1a Remove exception hooks in favor of real C++ exceptions: 18 years ago
Richard Kreckel 749cf017b2 * include/cln/integer.h (cl_I_to_E, cl_I_to_UE): New functions. 18 years ago
Bruno Haible 308a067c42 Add reference to Lupas' paper. 18 years ago
Richard Kreckel 38f5f03b3f More memory efficient constants: 18 years ago
Richard Kreckel e528307482 Extend the exponent range from 32 bits to 64 bits on selected platforms. 19 years ago
Richard Kreckel c84c6db5d5 2006-04-25 Bruno Haible <bruno@clisp.org> 19 years ago
Richard Kreckel 6fdd87f5e7 * Cumulative patch including Bruno's work on large fixnums on 64 bit machines. 19 years ago
Bruno Haible c4e47eb4f1 Make the long-float overflow check work on 64-bit platforms. 20 years ago
Richard Kreckel 7792c43d12 * src/integer/input/cl_I_read_stream.cc (read_integer): Fix a bug 21 years ago
Richard Kreckel 541905ab43 * Remove unused labels. 21 years ago
Richard Kreckel a8369235e2 * Change all C include headers to ISO style within C++ code. 21 years ago
Bruno Haible ffca5a5837 Fix a bug occurring with extremely high exponents. 21 years ago
Bruno Haible b68181a566 Fix an extreme case in long-float multiplication. 21 years ago
Bruno Haible 9d39b1f00e Force link-time references despite optimizations done by g++. 23 years ago
Richard Kreckel 660c19b019 * revert broken indentation. 24 years ago
Richard Kreckel b485d76c78 * src/float/transcendental/cl_F_sinx.cc (sinx_naive): For small 24 years ago
Bruno Haible 85764f37ef Add a literature reference for the formula. 24 years ago
Richard Kreckel fbb507f3fd * src/float/base/cl_ieee.cc: try to do magic to the FPU only if 24 years ago
Richard Kreckel bc79110a42 * autoconf/floatparam.c (double_wordorder_bigendian_p): new symbol. 24 years ago
Richard Kreckel f3b29e52ea * */*: cl_istream -> std::istream, cl_ostream -> std::ostream. 25 years ago
Richard Kreckel f57f23a99a * */*: Removed problematic stdin, stdout and stderr definitions. 25 years ago
Richard Kreckel 2f48af8059 * include/cln/object.h (cl_combine): define additional signatures, if 25 years ago
Richard Kreckel f24a1dab87 * include/cln/number.h (As): Fix it in namespace by suffixing `_As' 25 years ago
Richard Kreckel 850abfde7f * All Files have been modified for inclusion of namespace cln; 25 years ago
Bruno Haible 53cf241b08 Accept floats with 1.2L0_100 syntax when reading from streams, not only when 25 years ago
Bruno Haible 9c6ab33803 Distinguish between cl_word_size and the ABI's pointer size. 25 years ago