]> www.ginac.de Git - cln.git/blobdiff - ChangeLog
benchmarks: time{catalan,euler,exp1,zeta3}.cc actually compile and work now.
[cln.git] / ChangeLog
index 3e170fa1a38478bbfdedd11c9ec4e5f821087b98..55a54b8a535af73d730ee30a83dd83ba8de506e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,47 @@
+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.