]> www.ginac.de Git - cln.git/blobdiff - ChangeLog
* configure.ac: Re-enable shared lib on non-MinGW platforms, sigh.
[cln.git] / ChangeLog
index d191b4eefccb0ac1f88601fd24aaedd063b04275..125397bfc0c7bad7d840fd45dd6152c147a006fa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,53 @@
+2006-08-06  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * configure.ac: Re-enable shared lib on non-MinGW platforms, sigh.
+
+2006-08-06  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * Apply patch for autoconf-2.60:
+       2006-04-25  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+               * Makefile.in (datarootdir): New variable.
+               * src/Makefile.in (datarootdir): New variable.
+               * doc/Makefile.in (datarootdir): New variable.
+
+2006-08-04  Sheplyakov Alexei  <varg@theor.jinr.ru>
+
+       * configure.ac: Disable shared lib on MinGW.
+
+2006-08-03  Sheplyakov Alexei  <varg@theor.jinr.ru>
+
+       * m4/param.m4: Add support for MinGW.
+       * src/base/random/cl_random_from.cc: Fix for last patch.
+
+2006-07-23  Sheplyakov Alexei  <varg@theor.jinr.ru>
+
+       * src/base/random/cl_random_from.cc: Add support for MinGW.
+
+2006-06-14  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * src/float/output/cl_F_dprint.cc (decode_float_decimal): Fix rare
+       assertion for quite large numbers (cl_LF binary exponent >~ 4.8E8).
+
+2006-05-20  Bruno Haible  <bruno@clisp.org>
+
+       * src/base/random/cl_random_from.cc: Treat FreeBSD, NetBSD like other
+       Unix platforms.
+
+2006-05-07  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * include/cln/modules.h (CL_JUMP_TO): Fix for Intel Mac.
+
+2006-04-22  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * Apply patch for x86_64 from mainline:
+       2005-12-02  Bruno Haible  <bruno@clisp.org>
+               * src/base/cl_low.h (mulu64) [x86_64]: Change asm restriction,
+               since mulq doesn't accept immediate arguments.
+
 2005-12-17  Richard B. Kreckel  <kreckel@ginac.de>
 
        * Branched cln_1-1. This is the maintenance branch. It is for
-       low-impact patches. The main will eventually become CLN 1.2.0.
+       low-impact patches. The main branch will eventually become CLN 1.2.0.
 
 2005-12-15  Dmitry V. Kustov  <kustov@telex221.ru>