]> www.ginac.de Git - cln.git/blobdiff - ChangeLog
Interoperability with gcc-3.0 -fuse-cxa-atexit.
[cln.git] / ChangeLog
index 189d7b7b84f17b0f8aa9b478787063fc9f20e1ff..59d83f5caa0b18e23553c68639ab324742a9deb1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,100 @@
+2001-11-04  Bruno Haible  <haible@clisp.cons.org>
+
+       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  <kreckel@ginac.de>
+
+        * 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  <kreckel@ginac.de>
+
+        * Version 1.1.2 released.
+
+2001-07-24  Richard Kreckel  <kreckel@ginac.de>
+
+        * src/base/hash/cl_hash.h: declare _cl_hashtable_iterator<htentry> a
+          friend of cl_heap_hashtable<htentry>.
+
+2001-07-22  Richard Kreckel  <kreckel@ginac.de>
+
+        * src/float/base/cl_ieee.cc: try to do magic to the FPU only if
+          _FPU_IEEE is really defined.
+        * include/cln/modules.h: change assembler labels from `label' to
+          `label:' on hppa, needed by Linux (see comment).
+        * autoconf/acinclude.m4: new file (for storing CLN-specific macros).
+        * Makefile.devel: adjusted.
+        * autoconf/aclocal.m4: regenerate.
+        * src/base/low/cl_low_mul.cc: moved POD variables that are declared
+          extern "C" elsewhere out of the namespace.
+        * src/base/low/cl_low_div.cc: Likewise.
+
+2001-06-08  Bruno Haible  <haible@clisp.cons.org>
+
+        * 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.
+
+2001-06-05  Richard Kreckel  <kreckel@ginac.de>
+
+        * tests/tests.cc: resolve namespace ambiguity about strcmp().
+
+2001-05-31  Richard Kreckel  <kreckel@ginac.de>
+
+        * Version 1.1.1 released.
+
+2001-05-28  Richard Kreckel  <kreckel@ginac.de>
+
+        * cln/cln.tex: documented problems with shared library on Sparc
+          using gcc older than 2.95.3.
+        * configure.in: Fixed typos in versioning docu.
+
+2001-05-25  Bruno Haible  <haible@clisp.cons.org>
+
+        * src/base/digitseq/cl_asm_arm_.cc: Use #0x instead of #& to designate
+          hexadecimal constants.
+
+2001-05-25  Richard Kreckel  <kreckel@ginac.de>
+
+        * autoconf/floatparam.c (double_wordorder_bigendian_p): new symbol.
+        * src/float/dfloat/cl_DF.h: Check for double_wordorder_bigendian_p.
+        * Removed LiDIA interface since that is now outdated (namespace cln)
+          and maintained elsewhere.
+        * Adjusted dates and final touches for 1.1.1.
+
+2001-05-19  Richard Kreckel  <kreckel@ginac.de>
+
+        * INSTALL: Update toolchain info: no egcs, some more platforms.
+        * doc/cln.tex: Likewise.
+
+2001-05-18  Richard Kreckel  <kreckel@ginac.de>
+
+        * src/base/cl_low.h: prepended variables declared inside macros
+          with underscore.  Fixes equal_hashcode() on various platforms.
+
+2001-04-25  Richard Kreckel  <kreckel@ginac.de>
+
+        * src/base/cl_low.h: Added several checks if NO_ASM is defined, so
+          this definition becomes actually useful.  This is needed for 
+          compilation on Arm until somebody fixes the assembler files for Arm.
+        * src/base/digitseq/cl_asm.h: Likewise.
+        * src/base/digitseq/cl_asm_.cc: Likewise.
+        * */Makefile.in: Added `override' in front of `CPPFLAGS +=' so
+           one can say `make CPPFLAGS=-DFOOBAR'.
+
+2001-03-26  Arvid Norberg <c99ang@cs.umu.se>
+
+        * src/base/random/cl_random_from.cc: ported to beos.
+
 2001-03-05  Richard Kreckel  <kreckel@ginac.de>
 
         * include/cln/modules.h (CL_JUMP_TO): Fix IA64 brokenness.