63 Commits (9dfb3f1d5403dcb8eb72a089170037ded0b7d658)

Author SHA1 Message Date
Alexei Sheplyakov 9dfb3f1d54 Get rid CL_REQUIRE/CL_PROVIDE(cl_F_epsneg), it is not really necessary. 17 years ago
Alexei Sheplyakov ca058077dc Get rid CL_REQUIRE/CL_PROVIDE(cl_F_epspos), it is not really necessary. 17 years ago
Alexei Sheplyakov 84167573d9 Get rid CL_REQUIRE/CL_PROVIDE(cl_F_leastneg), it is not really necessary. 17 years ago
Alexei Sheplyakov d1f1de0458 Get rid CL_REQUIRE/CL_PROVIDE(cl_F_leastpos), it is not really necessary. 17 years ago
Alexei Sheplyakov 9b24da5a38 Get rid CL_REQUIRE/CL_PROVIDE(cl_F_mostneg), it is not really necessary. 17 years ago
Alexei Sheplyakov 03a227b734 Get rid CL_REQUIRE/CL_PROVIDE(cl_F_mostpos), it is not really necessary. 17 years ago
Alexei Sheplyakov caa1a38330 Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_catalanconst_var). 17 years ago
Alexei Sheplyakov 03dedf345c Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_eulerconst_var). 17 years ago
Alexei Sheplyakov 7eda668b0c Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_exp1_var). 17 years ago
Alexei Sheplyakov eedac861e0 Get rid of CL_REQUIRE/CL_PROVIDE(cl_F_ln10_var). 17 years ago
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]. 18 years ago
Richard Kreckel 1d962ba9ca Re-establish ABI, broken 2008-01-20. 18 years ago
Bruno Haible f3f282f3c6 Fix hack from 2008-01-20 that broke on ARM. 18 years ago
Richard Kreckel 3a8c34e9a6 Make index variables uintC. 18 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. 19 years ago
Richard Kreckel 38f5f03b3f More memory efficient constants: 19 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> 20 years ago
Richard Kreckel 6fdd87f5e7 * Cumulative patch including Bruno's work on large fixnums on 64 bit machines. 20 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. 22 years ago
Bruno Haible b68181a566 Fix an extreme case in long-float multiplication. 22 years ago
Bruno Haible 9d39b1f00e Force link-time references despite optimizations done by g++. 24 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