--- ChangeLog 2000/01/28 12:27:57 1.2 +++ ChangeLog 2000/05/24 17:00:25 1.6 @@ -1,3 +1,49 @@ +2000-05-24 Richard Kreckel + + * 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: Adjusted + break-even points. + +2000-05-23 Bruno Haible + + * 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 + + * 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 + + * 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 + + * 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 + + * 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 * gmp/*: Replaced the complete mpn sources with the ones from @@ -5,7 +51,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