X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=ChangeLog;h=4d2881de0dd463679be6d429f635783407ae43e1;hb=e0b64ba4f92bb0323e5b241b465d17389ceff2d9;hp=997e7974cb060788f4b188dff2610990c5538dd1;hpb=cfa75ff153c39659ba6f70ec658e27db03cb1f6d;p=cln.git diff --git a/ChangeLog b/ChangeLog index 997e797..4d2881d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,116 @@ +2000-08-26 Bruno Haible + + * autoconf/acgeneral.m4 (AC_OUTPUT): Use braces in exec_prefix default + value, not parens. + +2000-08-18 Bruno Haible + + * include/cl_univpoly_modint.h: Fix typo. + +2000-07-13 Bruno Haible + + * src/float/input/cl_F_read_stream.cc (number_char_p): Accept '_', + used as precision marker for floats. + Reported by Keith Briggs (in 1998) and Thomas Roessler. + * src/integer/input/cl_I_read_stream.cc (number_char_p): Likewise. + * src/rational/input/cl_RA_read_stream.cc (number_char_p): Likewise. + * src/real/input/cl_R_read_stream.cc (number_char_p): Likewise. + * src/complex/input/cl_N_read_stream.cc (number_char_p): Likewise. + +2000-06-22 Bruno Haible + + * include/cl_object.h: Rename cl_word_size to cl_pointer_size. + * include/cl_types.h (HAVE_FAST_LONGLONG): Also define on Irix6 + with N32 ABI. + (cl_word_size): New macro. + * src/float/sfloat/cl_SF.h: Use cl_pointer_size instead of + cl_word_size. + +2000-06-05 Richard Kreckel + + * doc/*, INSTALL: Mention that both shared and static library are + are now build by default. + +2000-05-31 Bruno Haible + + * tests/exam_I_floor.cc (integer_floor_tests): Add one more entry. + From a sample that fails with gcc-2.95.2 on Sparc. + * tests/exam_I_gcd.cc (integer_gcd_tests): Likewise. + +2000-05-30 Richard Kreckel + + * 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 + + * autoconf/aclocal.m4 (CL_CANONICAL_HOST): Added missing changequote + environment around the patch of 2000-05-23. + +2000-05-29 Bruno Haible + + * autoconf/aclocal.m4 (CL_PROG_INSTALL): Fix typo. + Reported by Thomas Klausner . + +2000-05-27 Richard Kreckel + + * src/float/lfloat/algebraic/cl_LF_sqrt.cc, + src/base/digitseq/cl_DS_sqrt.cc: Readjusted break-even points. + +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: Readjusted + 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 +118,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