]> www.ginac.de Git - cln.git/blobdiff - ChangeLog
- configure.in, autoconf/aclocal.m4 (CL_GMP_H_VERSION, CL_GMP_CHECK):
[cln.git] / ChangeLog
index 997e7974cb060788f4b188dff2610990c5538dd1..2e714b58bb7200301fba58476f0679c83c1432c4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,77 @@
+2000-05-30  Richard Kreckel  <kreckel@ginac.de>
+
+        * configure.in, autoconf/aclocal.m4 (CL_GMP_H_VERSION, CL_GMP_CHECK):
+          New macros.
+        * configure.in, include/cl_config.h.in (CL_VERSION, CL_VERSION_MINOR,
+          CL_VERSION_PATCHLEVEL): New definitions.
+        * autoconf/config.guess, autoconf/config.sub, autoconf/ltconfig,
+          autoconf/ltmain.sh: updated from FSF (libtool 1.3.5, etc).
+        * src/Makefile.in, configure.in: release-variables renamed from 
+          CLN_* to CL_*.
+        * configure.in: default to build both shared and static library
+          (i.e. default to the most common behaviour).
+
+2000-05-29  Richard Kreckel  <kreckel@ginac.de>
+
+        * autoconf/aclocal.m4 (CL_CANONICAL_HOST): Added missing changequote
+          environment around the patch of 2000-05-23.
+
+2000-05-29  Bruno Haible  <haible@clisp.cons.org>
+
+        * autoconf/aclocal.m4 (CL_PROG_INSTALL): Fix typo.
+          Reported by Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>.
+
+2000-05-27  Richard Kreckel  <kreckel@ginac.de>
+
+        * src/float/lfloat/algebraic/cl_LF_sqrt.cc,
+          src/base/digitseq/cl_DS_sqrt.cc: Readjusted break-even points.
+
+2000-05-24  Richard Kreckel  <kreckel@ginac.de>
+
+        * autoconf/config.*: Updated to new version from FSF
+          (the new libtool wants this).
+        * src/Makefile.in: added $(LDFLAGS) to link step.
+        * src/base/digitseq/cl_2DS_div.cc, cl_2DS_recip.cc: Readjusted 
+          break-even points.
+
+2000-05-23  Bruno Haible  <haible@clisp.cons.org>
+
+        * autoconf/aclocal.m4 (CL_CANONICAL_HOST): Determine host_cpu,
+          host_vendor, host_os correctly if $host has more than two hyphens.
+
+2000-05-19  Richard Kreckel  <kreckel@ginac.de>
+
+        * src/base/digitseq/cl_DS_mul.cc: Rearranged break-even points to
+          better match present-day CPUs whenever GMP3 is used.
+        * src/base/digitseq/cl_DS_div.cc: dto. 
+        * src/TUNING: Added comment about order of tuning.
+        * configure, configure.in: Safer GMP3-detection.
+        * INSTALL.generic: Clarified behaviour of --with-gmp.
+        * autoconf/config.guess: updated from Clisp-2000-03-06 sources.
+
+2000-05-05  Richard Kreckel  <kreckel@ginac.de>
+
+        * doc/cln.tex: Added index entries.
+        * doc/texinfo.tex: Upgraded to newer version 1999-10-01.07.
+        * doc/*: Changes triggered.
+
+2000-05-04  Richard Kreckel  <kreckel@ginac.de>
+
+        * gmp/: removed completely.  From now on we are going to link
+          externally against libgmp3.0 or above!
+        * configure, configure.in, Makefile.in, */Makeflags: removed support
+          of internal gmp 2.0.2, like $GMP_INCLUDES, which should be done by
+          setting $CPPFLAGS instead.
+        * Makefile.in: Added libtool inter-library dependency for -lgmp and
+          conforming interface versioning (-version-info).
+        * autoconf/ltconfig, autoconf/ltmain.sh: Updated to newer versions
+          from libtool 1.3.4.
+
+2000-02-22  Bruno Haible  <haible@clisp.cons.org>
+
+        * src/base/digitseq/cl_asm_mips_.cc: Starting at argument 5 the
+          parameter passing was changed for the MIPS n32 ABI.
+
 2000-01-24  Richard Kreckel  <kreckel@ginac.de>
 
         * gmp/*: Replaced the complete mpn sources with the ones from
@@ -5,7 +79,8 @@
           aren't and there were problems on some architectures, PowerPC
           in particular.  See the file gmp/README.CLN.  This way the
           hard links in this directory have vanished, they were causing
-          trouble for people working in AFS.
+          trouble for people working in AFS.  This became necessary for
+          Debian, because there it woudn't compile on PPC.
 
 2000-01-13  Richard Kreckel  <kreckel@ginac.de>