]> www.ginac.de Git - cln.git/blobdiff - ChangeLog
benchmarks: time{catalan,euler,exp1,zeta3}.cc actually compile and work now.
[cln.git] / ChangeLog
index 4c9e06bfaa27899d96066a29962f13c327ff4221..55a54b8a535af73d730ee30a83dd83ba8de506e7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,22 @@
+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 with negative fixnums
-       on platforms where FN_maxlength > 1.
+       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>