]> www.ginac.de Git - cln.git/blobdiff - ChangeLog
Distinguish between cl_word_size and the ABI's pointer size.
[cln.git] / ChangeLog
index 2e714b58bb7200301fba58476f0679c83c1432c4..3f72f40d2f8c1294f7a0165b265ed52da66806a7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2000-06-22  Bruno Haible  <haible@clisp.cons.org>
+
+        * 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  <kreckel@ginac.de>
+
+        * doc/*, INSTALL: Mention that both shared and static library are
+          are now build by default.
+
+2000-05-31  Bruno Haible  <haible@clisp.cons.org>
+
+        * 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  <kreckel@ginac.de>
 
         * configure.in, autoconf/aclocal.m4 (CL_GMP_H_VERSION, CL_GMP_CHECK):