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