]> www.ginac.de Git - cln.git/blobdiff - ChangeLog
Re-esatblish 1.2.0 ABI, broken 2008-02-22 [Alexei Sheplyakov].
[cln.git] / ChangeLog
index ee1c0319372833a842008a2d741bb56d840c636e..25d45a4917a33cfb7947a484a3c96588e2e736e0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,103 @@
-2007-02-07  Richard B. Kreckel  <kreckel@ginac.de>
+2008-04-07  Alexei Sheplyakov  <varg@theor.jinr.ru>
+
+       Re-esatblish 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/complex.h: Likewise.
        * doc/cln.texi: Document that.
 
-2007-02-06  Richard B. Kreckel  <kreckel@ginac.de>
+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.
 
-2007-02-04  Richard B. Kreckel  <kreckel@ginac.de>
+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.
 
-2007-01-23  Bruno Haible  <bruno@clisp.org>
+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>.
 
-2007-01-20  Bruno Haible  <bruno@clisp.org>
+2008-01-20  Bruno Haible  <bruno@clisp.org>
 
        Avoid some gcc warnings.
        * autoconf/floatparam.c (flipped_double): Use a union instead of a
        * src/float/transcendental/cl_LF_zeta_int.cc (compute_zeta_cvz2):
        Remove unused local variable.
 
-2007-01-19  Richard B. Kreckel  <kreckel@ginac.de>
+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):