]> www.ginac.de Git - cln.git/blobdiff - ChangeLog
* m4/general.m4 (CL_CANONICAL_HOST_CPU): Force host_cpu=rs6000 for
[cln.git] / ChangeLog
index 27391ecd4de26d6797db358808eb2573f1ff1644..43e664c9d8b6942d0996883c8bef8c0ccd0aed6f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,127 @@
+2007-12-19  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * m4/general.m4 (CL_CANONICAL_HOST_CPU): Force host_cpu=rs6000 for
+        powerpc64 if userland is 32 bit.
+
+2007-12-18  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * autoconf/ltmain.sh: Update to libtool-1.5.24.
+       * autoconf/config.guess: Likewise.
+       * autoconf/config.sub: Likewise.
+       * m4/libtool.m4: Likewise.
+
+2007-12-18  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * src/float/transcendental/cl_F_lnx.cc: Make actuallen of type uintC.
+       * src/float/transcendental/cl_F_expx.cc: Likewise.
+       * src/float/transcendental/cl_F_sinhx.cc: Likewise.
+       * src/float/transcendental/cl_F_sinx.cc: Likewise.
+
+2007-12-17  Richard B. Kreckel  <kreckel@ginac.de>
+
+       Silly workaround for silly bug in gmp.h:
+       * m4/gmp.m4 (CL_GMP_SET_UINTD): Swap #include <gmp.h> and <stdio.h>.
+
+2007-12-17  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * src/polynomial/elem/cl_UP_GF2.h (gf2_mul_table): define for sparc64.
+
+2007-12-04  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * include/cln/types.h ([su]intE): 64-bit exponents for MIPS and RS6000.
+
+2007-12-03  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * src/float/lfloat/cl_LF.h (cl_heap_lfloat): Change len type to uintC.
+
+2007-11-28  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * include/cln/object.h: Don't redefine cl_word_alignment on sparc64.
+       * src/base/digitseq/cl_asm_sparc64_.cc: Declare use of global
+       register %g2 as scratch register within this file.
+       Reported by Paul Irofti <bulibuta@gmail.com> and Sven Verdoolaege
+       <skimo@kotnet.org>.
+
+2007-11-03  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * src/base/digitseq/cl_asm_i386_.cc (compare_loop_up, 
+       compare_loop_down): Fix empty ranges.
+
+2007-10-12  Richard B. Kreckel  <kreckel@ginac.de>
+
+       Fix compilation on CYGWIN:
+       * src/float/transcendental/cl_LF_zeta_int.cc: Avoid leading underscores
+       in variable names.
+       * src/float/transcendental/cl_LF_eulerconst.cc: Likewise.
+       Reported by Chris Bouchard <cbouchrd@uiuc.edu>.
+
+2007-10-10  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * src/base/cl_low.h: Add missing linefeeds in SPARC 64 inline assembler.
+       * src/base/low/cl_low_div.cc (divu_6464_6464_): Fix a copy-paste typo.
+       Reported by Sven Verdoolaege <skimo@kotnet.org>.
+
+2007-10-02  Richard B. Kreckel  <kreckel@ginac.de>
+
+       On popular demand (Debian bug #286266, Ubuntu bug #128851):
+       * examples/pi.cc: Output no more than requested number of digits.
+
+2007-10-01  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * autoconf/config.guess, autoconf/config.sub: updated from automake-1.9.
+
+2007-09-19  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * doc/cln.tex: Put entire document in @dircategory Mathematics.
+       * doc/Makefile.in: texi2html -split_chapter suddenly uses subdirectory.
+       * Makefile.in: Don't install non-existing cln-config* and cln.m4.
+
+2007-09-18  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * include/cln/modules.h (CL_JUMP_TO): Use a pc relative jump on m68k.
+       See <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=388000>.
+
+2007-09-16  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * */*: Convert encoding from ISO 8859-1 to UTF-8.
+
+2007-09-13  Richard B. Kreckel  <kreckel@ginac.de>
+
+       Truncated binary splitting for even more memory efficiency:
+       * src/float/transcendental/cl_LF_tran.h: Added new overloads. See below.
+       * src/float/transcendental/cl_LF_ratseries_stream_pq.cc: Removed and
+       moved everything to...
+       * src/float/transcendental/cl_LF_ratseries_pq.cc: ...here. Added an
+       overload for truncated expansion.
+       * src/float/transcendental/cl_LF_ratseries_stream_pqa.cc: Removed and
+       moved everything to...
+       * src/float/transcendental/cl_LF_ratseries_pqa.cc: ...here. Added an
+       overload for truncated expansion.
+       * src/float/transcendental/cl_LF_ratseries_stream_pqb.cc: Removed and
+       moved everything to...
+       * src/float/transcendental/cl_LF_ratseries_pqb.cc: ...here. Added an
+       overload for truncated expansion.
+       * src/float/transcendental/cl_LF_ratseries_stream_pqab.cc: Removed and
+       moved everything to...
+       * src/float/transcendental/cl_LF_ratseries_pqab.cc: ...here. Added an
+       overload for truncated expansion.
+       * src/float/transcendental/cl_LF_ratsumseries_pqcd_aux.cc: Added
+       overloads for streamed and truncated expansion.
+       * src/float/transcendental/cl_LF_ratsumseries_pqcd.cc: Likewise.
+       * src/float/transcendental/cl_LF_ratsumseries_stream_pqd_aux.cc: Removed
+       and moved everything to...
+       * src/float/transcendental/cl_LF_ratsumseries_pqd_aux.cc: ...here. Added
+       an overload for truncated expansion.
+       * src/float/transcendental/cl_LF_ratsumseries_stream_pqd.cc: Removed
+       and moved everything to...
+       * src/float/transcendental/cl_LF_ratsumseries_pqd.cc: ...here. Added an
+       overload for truncated expansion.
+       * src/float/transcendental/cl_LF_pi.cc: Use truncated series.
+       * src/float/transcendental/cl_LF_catalanconst.cc: Likewise.
+       * src/float/transcendental/cl_LF_eulerconst.cc: Likewise.
+       * src/float/transcendental/cl_LF_zeta_int.cc: Likewise.
+       * src/float/transcendental/cl_LF_zeta3.cc: Likewise.
+
 2007-09-07  Richard B. Kreckel  <kreckel@ginac.de>
 
        More memory efficient Euler-Mascheroni constant: