X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=ChangeLog;h=55a54b8a535af73d730ee30a83dd83ba8de506e7;hb=4857afac17a5bce25d75d39dae9e8abfa5d917ff;hp=03980c3cc50b81116a4d50458695984fb67537c2;hpb=71b5519690be92b292b27f56c4239e4b12723a7e;p=cln.git diff --git a/ChangeLog b/ChangeLog index 03980c3..55a54b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,400 @@ +2008-05-25 Bruno Haible + + * autoconf/floatparam.c: Remove support for K&R C compilers. + (main): Check the error status of fclose(stdout). + * autoconf/intparam.c: Remove support for K&R C compilers. + Fix non-ASCII characters in comments, broken on 2006-12-19. + (main): Check the error status of fclose(stdout). + +2008-04-21 Richard B. Kreckel + + * src/base/cl_low.h: Fix sparc64 build with -DNO_ASM. + * include/cln/floatformat.h: Avoid compiler warning. + +2008-04-18 Bruno Haible + + * src/integer/cl_I.h (FN_MSD1_mask, FN_MSD2_mask, FN_MSD3_mask): + Define without tag bits. Fixes a bug in FN_to_NDS on platforms where + FN_maxlength > 1. + Reported by Richard Kreckel. + +2008-04-07 Alexei Sheplyakov + + * configure.ac: create subdirectory to hold auto-generated headers. + +2008-04-07 Alexei Sheplyakov + + Re-establish 1.2.0 ABI, broken 2008-02-22: + * src/float/input/cl_F_readparsed.cc: Add obsolete signature with index + args uintL. + * src/integer/input/cl_I_readparsed.cc: Likewise. + * src/rational/input/cl_RA_readparsed.cc: Likewise. + +2008-04-05 Richard B. Kreckel + + * Version 1.2.2 released. + +2008-04-04 Richard B. Kreckel + + Re-establish ABI, broken 2008-01-20: + * src/float/ffloat/conv/cl_FF_from_float.cc: Add obsolete signature of + cl_float_to_FF_pointer. + * src/float/dfloat/conv/cl_DF_from_double.cc: Add obsolete signature of + cl_double_to_DF_pointer. + +2008-03-31 Bruno Haible + + Fix hack from 2008-01-20 that broke on ARM. + * src/float/ffloat/conv/cl_FF_from_float.cc (FAST_FLOAT): Remove. + (cl_float_to_FF_pointer): Use anonymous union for conversion. + * src/float/dfloat/conv/cl_DF_from_double.cc (FAST_DOUBLE): Remove. + (cl_double_to_DF_pointer): Use anonymous union for conversion. + +2008-03-24 Richard B. Kreckel + + * Version 1.2.1 released. + +2008-03-23 Bruno Haible + + * autogen.sh: New file. + * Makefile.devel (build-prerequisites): New target. + (all): Depend on it. + (EXCLUDE): Also exclude autogen.sh. + +2008-03-23 Bruno Haible + + Make "make -jN" work again, broken on 2008-02-23. + * src/Makefile.in (ALLOBJECTS_LO): Fix dependency. + +2008-03-15 Richard B. Kreckel + + * m4/gmp.m4 (CL_LIBGMP): New macro brings support for --with-gmp=DIR... + * configure.ac: ...used here. + * doc/cln.texi: Document that new feature. + Suggested by Paul Zimmermann . + +2008-02-23 Bruno Haible + + Support for gcc-4.3 snapshots. + * autoconf/floatparam.c (check): Change argument types to + 'volatile type*'. This defeats optimizations of gcc 4.3.0 snapshots. + +2008-02-23 Bruno Haible + + Change "make alls" and "make allo" to recurse into subdirectories. + * src/Makefile.in (alls-local): Renamed from alls. + (allo-local): Renamed from allo. + (SUBDIRS_TARGET_ALL): Renamed from SUBDIRS_TARGET. + (alls, allo): New rules. + (SUBDIRS_TARGET_ALLS, SUBDIRS_TARGET_ALLO): New variables. + +2008-02-22 Richard B. Kreckel + + * include/cln/integer_io.h (read_integer): Make index args uintC. + * src/integer/input/cl_I_readparsed.cc: Likewise. + * include/cln/rational_io.h (read_rational): Likewise. + * src/rational/input/cl_RA_readparsed.cc: Likewise + * include/cln/float_io.h (read_float): Likewise. + * src/float/input/cl_F_readparsed.cc: Likewise. + * src/vector/output/cl_GV_number_aprint.cc: Vector lengths are uintC. + * src/vector/output/cl_SV_aprint.cc: Likewise. + * src/vector/output/cl_SV_number_aprint.cc: Likewise. + +2008-02-15 Richard B. Kreckel + + * m4/cc.m4 (CL_HAVE_ATTRIBUTE_FLATTEN): More robust definition allows... + * src/base/cl_maybe_inline.h (CL_FLATTEN): ...simplification here. + +2008-02-10 Richard B. Kreckel + + * autoconf/ltmain.sh: Update to libtool-1.5.26. + * autoconf/config.guess: Likewise. + * autoconf/config.sub: Likewise. + * m4/libtool.m4: Likewise. + +2008-02-09 Alexei Sheplyakov + Richard B. Kreckel + + Avoid compiler warning about ignored 'flatten' attribute directive: + * m4/cc.m4 (CL_ATTRIBUTE_FLATTEN): New macro... + * configure.ac: ...used here... + * include/cln/config.h.in: ...defining CL_HAVE_ATTRIBUTE_FLATTEN,... + * src/base/cl_maybe_inline.h: ...used to prevent a warning here. + +2008-02-07 Richard B. Kreckel + + * include/cln/integer.h: Enable modifying operators by default. + * include/cln/rational.h: Likewise. + * include/cln/sfloat.h: Likewise. + * include/cln/ffloat.h: Likewise. + * include/cln/dfloat.h: Likewise. + * include/cln/lfloat.h: Likewise. + * include/cln/float.h: Likewise. + * include/cln/real.h: Likewise. + * include/cln/complex.h: Likewise. + * doc/cln.texi: Document that. + +2008-02-06 Richard B. Kreckel + + Fix crash in output of huge numbers: + * src/integer/conv/cl_I_to_digits.cc: Make erglen uintC. + * src/integer/output/cl_I_print_string.cc: Make B_baselen uintC. + +2008-02-04 Richard B. Kreckel + + Fix cl_F output of more than 2^32 decimal digits: + * src/base/string/cl_sstring.cc (cl_sstring): make len uintC. + * src/base/string/cl_sstring.h: Likewise. + +2008-01-23 Bruno Haible + + Allow 64-bit builds on MacOS X 10.5. + * m4/general.m4 (CL_CANONICAL_HOST_CPU): Test for x86_64 CPU if + "uname -m" returns "i386". + Reported by Ron Garret . + +2008-01-20 Bruno Haible + + Avoid some gcc warnings. + * autoconf/floatparam.c (flipped_double): Use a union instead of a + type-punning cast. + * include/cln/number.h (union ffloatjanus, union dfloatjanus): Remove + declarations. + (cl_float_to_FF_pointer, cl_double_to_DF_pointer): Change argument + type. + (CL_DEFINE_FLOAT_CONSTRUCTOR, CL_DEFINE_DOUBLE_CONSTRUCTOR): Update. + * src/float/ffloat/cl_FF.h (cl_float_to_FF_pointer): Change argument + type. + (cl_float_to_FF): Remove function. + * src/float/ffloat/conv/cl_FF_from_float.cc (FAST_FLOAT): Define. + (cl_float_to_FF_pointer): Change argument type. + * src/float/dfloat/cl_DF.h (cl_double_to_DF_pointer): Change argument + type. + (cl_double_to_DF): Remove function. + * src/float/dfloat/conv/cl_DF_from_double.cc (FAST_DOUBLE): Define. + (cl_double_to_DF_pointer): Change argument type. + * src/float/lfloat/cl_LF_impl.h (LF_decode): Mark the mantlen_zuweisung + assignment as possibly unused. + * src/base/cl_low.h (mulu32): Mark the hi_zuweisung assignment as + possibly unused. + * src/float/transcendental/cl_LF_zeta_int.cc (compute_zeta_cvz2): + Remove unused local variable. + +2008-01-19 Richard B. Kreckel + + * Version 1.2.0 released. + +2008-01-19 Richard B. Kreckel + + * doc/Makefile.in: texi2html -split_chapter doesn't generate + cln_toc.html any more. + * doc/cln.texi: Add table of contents in TeX output. + +2008-01-18 Alexei Sheplyakov + + Fix linking problems on some platforms caused by inline/non-inline + versions of same functions (obsoletes MAYBE_INLINE): + * src/base/cl_maybe_inline.h: New file. + * src/base/cl_inline2.h: New file. + * src/base/cl_inline.h: New file. + * src/base/string/cl_st_make0.h: New file. + * src/base/cl_macros.h: Pull in cl_maybe_inline.h. + * src/base/string/cl_st_concat1.cc: Use new CL_INLINE macros and the + new *_inline functions. + * src/base/string/cl_st_concat2.cc: Likewise. + * src/base/string/cl_st_concat3.cc: Likewise. + * src/complex/algebraic/cl_C_abs.cc: Likewise. + * src/complex/algebraic/cl_C_abs_aux.cc: Likewise. + * src/complex/algebraic/cl_C_signum.cc: Likewise. + * src/complex/algebraic/cl_DF_hypot.cc: Likewise. + * src/complex/algebraic/cl_FF_hypot.cc: Likewise. + * src/complex/algebraic/cl_LF_hypot.cc: Likewise. + * src/complex/algebraic/cl_SF_hypot.cc: Likewise. + * src/complex/transcendental/cl_C_acosh.cc: Likewise. + * src/complex/transcendental/cl_C_asinh_aux.cc: Likewise. + * src/complex/transcendental/cl_C_atanh_aux.cc: Likewise. + * src/float/dfloat/division/cl_DF_fceil.cc: Likewise. + * src/float/dfloat/elem/cl_DF_div.cc: Likewise. + * src/float/dfloat/elem/cl_DF_ffloor.cc: Likewise. + * src/float/dfloat/elem/cl_DF_minusp.cc: Likewise. + * src/float/dfloat/elem/cl_DF_mul.cc: Likewise. + * src/float/dfloat/elem/cl_DF_plusp.cc: Likewise. + * src/float/dfloat/elem/cl_DF_zerop.cc: Likewise. + * src/float/dfloat/misc/cl_DF_abs.cc: Likewise. + * src/float/dfloat/misc/cl_DF_digits.cc: Likewise. + * src/float/dfloat/misc/cl_DF_eqhashcode.cc: Likewise. + * src/float/dfloat/misc/cl_DF_exponent.cc: Likewise. + * src/float/dfloat/misc/cl_DF_idecode.cc: Likewise. + * src/float/dfloat/misc/cl_DF_precision.cc: Likewise. + * src/float/dfloat/misc/cl_DF_sign.cc: Likewise. + * src/float/dfloat/misc/cl_DF_signum.cc: Likewise. + * src/float/elem/cl_F_minusp.cc: Likewise. + * src/float/elem/cl_F_plusp.cc: Likewise. + * src/float/elem/cl_F_zerop.cc: Likewise. + * src/float/ffloat/division/cl_FF_fceil.cc: Likewise. + * src/float/ffloat/elem/cl_FF_div.cc: Likewise. + * src/float/ffloat/elem/cl_FF_ffloor.cc: Likewise. + * src/float/ffloat/elem/cl_FF_minusp.cc: Likewise. + * src/float/ffloat/elem/cl_FF_mul.cc: Likewise. + * src/float/ffloat/elem/cl_FF_plusp.cc: Likewise. + * src/float/ffloat/elem/cl_FF_zerop.cc: Likewise. + * src/float/ffloat/misc/cl_FF_abs.cc: Likewise. + * src/float/ffloat/misc/cl_FF_digits.cc: Likewise. + * src/float/ffloat/misc/cl_FF_eqhashcode.cc: Likewise. + * src/float/ffloat/misc/cl_FF_exponent.cc: Likewise. + * src/float/ffloat/misc/cl_FF_idecode.cc: Likewise. + * src/float/ffloat/misc/cl_FF_precision.cc: Likewise. + * src/float/ffloat/misc/cl_FF_sign.cc: Likewise. + * src/float/ffloat/misc/cl_FF_signum.cc: Likewise. + * src/float/lfloat/division/cl_LF_fceil.cc: Likewise. + * src/float/lfloat/elem/cl_LF_compare.cc: Likewise. + * src/float/lfloat/elem/cl_LF_ffloor.cc: Likewise. + * src/float/lfloat/elem/cl_LF_minusp.cc: Likewise. + * src/float/lfloat/elem/cl_LF_plusp.cc: Likewise. + * src/float/lfloat/elem/cl_LF_to_I.cc: Likewise. + * src/float/lfloat/elem/cl_LF_zerop.cc: Likewise. + * src/float/lfloat/misc/cl_LF_abs.cc: Likewise. + * src/float/lfloat/misc/cl_LF_digits.cc: Likewise. + * src/float/lfloat/misc/cl_LF_eqhashcode.cc: Likewise. + * src/float/lfloat/misc/cl_LF_exponent.cc: Likewise. + * src/float/lfloat/misc/cl_LF_idecode.cc: Likewise. + * src/float/lfloat/misc/cl_LF_precision.cc: Likewise. + * src/float/lfloat/misc/cl_LF_shortenrel.cc: Likewise. + * src/float/lfloat/misc/cl_LF_shortenwith.cc: Likewise. + * src/float/lfloat/misc/cl_LF_sign.cc: Likewise. + * src/float/lfloat/misc/cl_LF_signum.cc: Likewise. + * src/float/misc/cl_F_abs.cc: Likewise. + * src/float/misc/cl_F_digits.cc: Likewise. + * src/float/misc/cl_F_eqhashcode.cc: Likewise. + * src/float/misc/cl_F_exponent.cc: Likewise. + * src/float/misc/cl_F_idecode.cc: Likewise. + * src/float/misc/cl_F_precision.cc: Likewise. + * src/float/misc/cl_F_sign.cc: Likewise. + * src/float/misc/cl_F_signum.cc: Likewise. + * src/float/sfloat/division/cl_SF_fceil.cc: Likewise. + * src/float/sfloat/division/cl_SF_ffloor.cc: Likewise. + * src/float/sfloat/elem/cl_SF_compare.cc: Likewise. + * src/float/sfloat/elem/cl_SF_minus.cc: Likewise. + * src/float/sfloat/elem/cl_SF_minusp.cc: Likewise. + * src/float/sfloat/elem/cl_SF_plusp.cc: Likewise. + * src/float/sfloat/elem/cl_SF_uminus.cc: Likewise. + * src/float/sfloat/elem/cl_SF_zerop.cc: Likewise. + * src/float/sfloat/misc/cl_SF_abs.cc: Likewise. + * src/float/sfloat/misc/cl_SF_digits.cc: Likewise. + * src/float/sfloat/misc/cl_SF_eqhashcode.cc: Likewise. + * src/float/sfloat/misc/cl_SF_exponent.cc: Likewise. + * src/float/sfloat/misc/cl_SF_idecode.cc: Likewise. + * src/float/sfloat/misc/cl_SF_precision.cc: Likewise. + * src/float/sfloat/misc/cl_SF_sign.cc: Likewise. + * src/float/sfloat/misc/cl_SF_signum.cc: Likewise. + * src/float/transcendental/cl_F_atanhx.cc: Likewise. + * src/float/transcendental/cl_F_atanx.cc: Likewise. + * src/float/transcendental/cl_F_exp.cc: Likewise. + * src/float/transcendental/cl_F_expx.cc: Likewise. + * src/float/transcendental/cl_F_lnx.cc: Likewise. + * src/float/transcendental/cl_F_sinhx.cc: Likewise. + * src/float/transcendental/cl_F_sinx.cc: Likewise. + * src/float/transcendental/cl_F_tan.cc: Likewise. + * src/float/transcendental/cl_F_tanh.cc: Likewise. + * src/integer/conv/cl_I_from_DS.cc: Likewise. + * src/integer/conv/cl_I_from_NDS.cc: Likewise. + * src/integer/conv/cl_I_from_NUDS.cc: Likewise. + * src/integer/conv/cl_I_from_UDS.cc: Likewise. + * src/integer/misc/cl_I_eqhashcode.cc: Likewise. + * src/integer/misc/cl_I_signum.cc: Likewise. + * src/integer/ring/cl_I_ring.cc: Likewise. + * src/rational/elem/cl_RA_minusp.cc: Likewise. + * src/rational/misc/cl_RA_eqhashcode.cc: Likewise. + * src/rational/misc/cl_RA_signum.cc: Likewise. + * src/rational/ring/cl_RA_ring.cc: Likewise. + * src/real/algebraic/cl_RA_sqrt.cc: Likewise. + * src/real/algebraic/cl_R_sqrt.cc: Likewise. + * src/real/conv/cl_F_from_R_def.cc: Likewise. + * src/real/elem/cl_R_minusp.cc: Likewise. + * src/real/elem/cl_R_zerop.cc: Likewise. + * src/real/misc/cl_R_eqhashcode.cc: Likewise. + * src/real/misc/cl_R_signum.cc: Likewise. + * src/real/transcendental/cl_R_tan.cc: Likewise. + * src/real/transcendental/cl_R_tanh.cc: Likewise. + * src/base/string/cl_st_make0.cc: Remove obsolete MAYBE_INLINE. + * src/rational/misc/Makeflags: Help compiler include cl_I_eqhashcode.cc. + +2008-01-15 Bruno Haible + + * doc/cln.texi: Renamed from doc/cln.tex. Add @node lines and @menu + lists. + * doc/addnodes.el: Remove file. + * doc/Makefile.in (${PACKAGE}.texi): Remove rule. + (EMACS): Remove variable. + (maintainer-clean): Don't remove ${PACKAGE}.texi. + Reported by Alexei Sheplyakov . + +2008-01-11 Richard B. Kreckel + + * include/cln/float.h (cos_sin_t, cosh_sinh_t): Add default ctor. + +2008-01-11 Richard B. Kreckel + + Make some functions more memory efficient: + * src/float/transcendental/cl_LF_tran.h (eval_rational_series): The + evaluation of streamed rational series may profit from shift-counting Q, + too. Introduce a template parameter to determine whether shift-counting + is to be used or not. + * src/float/transcendental/cl_LF_ratseries_pqb.cc: Introduce template + parameter. + * src/float/transcendental/cl_LF_ratseries_pqa.cc: Likewise. + * src/float/transcendental/cl_LF_ratseries_pqab.cc: Likewise. + * src/float/transcendental/cl_LF_ratseries_qa.cc: Likewise. + * src/float/transcendental/cl_LF_ratseries_qab.cc: Likewise. + * src/float/transcendental/cl_LF_ratseries_q.cc: Likewise, added + overload for streamed expansion. + * src/float/transcendental/cl_LF_ratseries_qb.cc: Likewise. + * src/float/transcendental/cl_LF_ratseries_pq.cc: Introduce template + parameter, added overload for streamed expansion using shift-counts. + * src/float/transcendental/cl_LF_zeta3.cc: Adapt to above changes. + * src/float/transcendental/cl_LF_pi.cc: Likewise. + * src/float/transcendental/cl_LF_eulerconst.cc: Likewise. + * src/float/transcendental/cl_LF_catalanconst.cc: Likewise. + * src/float/transcendental/cl_LF_cossin_aux.cc: Likewise. + * src/float/transcendental/cl_LF_coshsinh_aux.cc: Likewise. + * src/float/transcendental/cl_LF_atanh_recip.cc: Use streamed series. + * src/float/transcendental/cl_LF_atan_recip.cc: Likewise. + * src/float/transcendental/cl_LF_exp1.cc: Likewise. + * src/float/transcendental/cl_LF_exp_aux.cc: Likewise. + * src/float/transcendental/cl_LF_ratseries.cc: Removed. + +2008-01-06 Ralf Wildenhues + Richard B. Kreckel + + Cater to the fact that g++ 4.3 will use a different naming for + the global constructor suffix in shared and static objects. + * m4/c++-constructors.m4 (CL_GLOBAL_CONSTRUCTORS): Add test for + the global constructor suffix, define CL_GLOBAL_CONSTRUCTOR_SUFFIX_PIC + and CL_GLOBAL_CONSTRUCTOR_SUFFIX_NOPIC appropriately. + * include/cln/config.h.in: Provide templates to be filled in by + configure. + * include/cln/modules.h (CL_PROVIDE, CL_REQUIRE): Use + CL_GLOBAL_CONSTRUCTOR_SUFFIX_PIC, CL_GLOBAL_CONSTRUCTOR_SUFFIX_NOPIC. + +2007-12-19 Richard B. Kreckel + + * m4/general.m4 (CL_CANONICAL_HOST_CPU): Force host_cpu=rs6000 for + powerpc64 if userland is 32 bit. + +2007-12-18 Richard B. Kreckel + + * autoconf/ltmain.sh: Update to libtool-1.5.24. + * autoconf/config.guess: Likewise. + * autoconf/config.sub: Likewise. + * m4/libtool.m4: Likewise. + +2007-12-18 Richard B. Kreckel + + * src/float/transcendental/cl_F_lnx.cc: Make actuallen of type uintC. + * src/float/transcendental/cl_F_expx.cc: Likewise. + * src/float/transcendental/cl_F_sinhx.cc: Likewise. + * src/float/transcendental/cl_F_sinx.cc: Likewise. + 2007-12-17 Richard B. Kreckel Silly workaround for silly bug in gmp.h: