X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=ChangeLog;h=4d2881de0dd463679be6d429f635783407ae43e1;hb=e0b64ba4f92bb0323e5b241b465d17389ceff2d9;hp=47c2e1d0bc25c295a09070380dabf90f9419f9eb;hpb=661c44494608099b9f97e2724427feda30614be7;p=cln.git diff --git a/ChangeLog b/ChangeLog index 47c2e1d..4d2881d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,64 @@ +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 . + Reported by Thomas Klausner . 2000-05-27 Richard Kreckel