X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=e3dccf7ff24899fdde5e588f93508719950f5881;hb=7728f6aefd431cd4b0d9d884af29eb40ac41cf9a;hp=6e2fd6d290b7070febda0d4993d7c7d824e0862e;hpb=beb66cf351617bb599db7da5535fe10f4e776f5c;p=cln.git diff --git a/ChangeLog b/ChangeLog index 6e2fd6d..e3dccf7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,9 +1,34 @@ -2000-07-24 Richard Kreckel +2001-11-05 Richard Kreckel + + * autoconf/ltmain.sh: Upgrade to libtool-1.4.2. + * autoconf/config.{guess,sub}: Update to GNU version 2001-09-07. + * Version 1.1.3 released. + +2001-11-04 Bruno Haible + + Interoperability with gcc-3.0 -fuse-cxa-atexit. + * autoconf/aclocal.m4 (CL_GLOBAL_CONSTRUCTORS): Add test whether + global destructors actually exist. + * include/cln/modules.h (CL_PROVIDE, CL_PROVIDE_END, CL_PROVIDE_END): + Don't hack the global destructors if there is no global destructors + function. + +2001-11-03 Richard Kreckel + + * src/float/transcendental/cl_F_sinx.cc (sinx_naive): For small + values of x, return square(x) instead of x. + * src/float/transcendental/cl_F_sinhx.cc (sinhx_naive): Likewise. + +2001-07-25 Richard Kreckel + + * Version 1.1.2 released. + +2001-07-24 Richard Kreckel * src/base/hash/cl_hash.h: declare _cl_hashtable_iterator a friend of cl_heap_hashtable. -2000-07-22 Richard Kreckel +2001-07-22 Richard Kreckel * src/float/base/cl_ieee.cc: try to do magic to the FPU only if _FPU_IEEE is really defined. @@ -16,18 +41,20 @@ extern "C" elsewhere out of the namespace. * src/base/low/cl_low_div.cc: Likewise. -2000-06-08 Bruno Haible +2001-06-08 Bruno Haible * autoconf/config.{guess,sub}: Update to GNU version 2001-05-11. * autoconf/aclocal.m4: Upgrade to libtool-1.4. * autoconf/ltmain.sh: Likewise. * autoconf/ltconfig: Remove file. + * autoconf/install-sh: New file. + * configure.in: Add AC_CONFIG_AUX_DIR call. -2000-06-05 Richard Kreckel +2001-06-05 Richard Kreckel * tests/tests.cc: resolve namespace ambiguity about strcmp(). -2000-05-31 Richard Kreckel +2001-05-31 Richard Kreckel * Version 1.1.1 released.