]> www.ginac.de Git - cln.git/blobdiff - ChangeLog
benchmarks: time{catalan,euler,exp1,zeta3}.cc actually compile and work now.
[cln.git] / ChangeLog
index e4ddc5fc7cbc7a785d937268e0b065ec4b2c44c4..55a54b8a535af73d730ee30a83dd83ba8de506e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
-2007-01-19  Richard B. Kreckel  <kreckel@ginac.de>
+2008-05-25  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <kreckel@ginac.de>
+
+       * src/base/cl_low.h: Fix sparc64 build with -DNO_ASM.
+       * include/cln/floatformat.h: Avoid compiler warning.
+
+2008-04-18  Bruno Haible  <bruno@clisp.org>
+
+       * 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  <varg@theor.jinr.ru>
+
+       * configure.ac: create subdirectory to hold auto-generated headers.
+
+2008-04-07  Alexei Sheplyakov  <varg@theor.jinr.ru>
+
+       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  <kreckel@ginac.de>
+
+       * Version 1.2.2 released.
+
+2008-04-04  Richard B. Kreckel  <kreckel@ginac.de>
+
+       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  <bruno@clisp.org>
+
+       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  <kreckel@ginac.de>
+
+       * Version 1.2.1 released.
+
+2008-03-23  Bruno Haible  <bruno@clisp.org>
+
+       * autogen.sh: New file.
+       * Makefile.devel (build-prerequisites): New target.
+       (all): Depend on it.
+       (EXCLUDE): Also exclude autogen.sh.
+
+2008-03-23  Bruno Haible  <bruno@clisp.org>
+
+       Make "make -jN" work again, broken on 2008-02-23.
+       * src/Makefile.in (ALLOBJECTS_LO): Fix dependency.
+
+2008-03-15  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * 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 <paul.zimmermann@loria.fr>.
+
+2008-02-23  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
+
+       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  <kreckel@ginac.de>
+
+       * 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  <kreckel@ginac.de>
+
+       * 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  <kreckel@ginac.de>
+
+       * 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  <varg@theor.jinr.ru>
+            Richard B. Kreckel  <kreckel@ginac.de>
+
+       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  <kreckel@ginac.de>
+
+       * 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  <kreckel@ginac.de>
+
+       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  <kreckel@ginac.de>
+
+       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  <bruno@clisp.org>
+
+       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 <ron@flownet.com>.
+
+2008-01-20  Bruno Haible  <bruno@clisp.org>
+
+       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  <kreckel@ginac.de>
 
        * Version 1.2.0 released.
 
-2007-01-19  Richard B. Kreckel  <kreckel@ginac.de>
+2008-01-19  Richard B. Kreckel  <kreckel@ginac.de>
 
        * doc/Makefile.in: texi2html -split_chapter doesn't generate
        cln_toc.html any more.
        * doc/cln.texi: Add table of contents in TeX output.
 
-2007-01-18  Alexei Sheplyakov  <varg@theor.jinr.ru>
+2008-01-18  Alexei Sheplyakov  <varg@theor.jinr.ru>
 
        Fix linking problems on some platforms caused by inline/non-inline
        versions of same functions (obsoletes MAYBE_INLINE):