]> www.ginac.de Git - cln.git/blobdiff - ChangeLog
* Version 1.1.13 released.
[cln.git] / ChangeLog
index f63db6e55ab6f0b3735df01ab259a85bac7ac1bd..9bd94e880514f012cd20ab25f779497f3106f8f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,107 @@
+2006-08-08  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * Version 1.1.13 released.
+
+2006-08-07  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * Apply patch for autoconf-2.60:
+       2006-04-19  Bruno Haible  <bruno@clisp.org>
+               * m4/general.m4 (CL_CC_WORKS): Include <stdlib.h>, for exit() 
+               declaration.
+               * m4/longdouble.m4 (CL_LONGDOUBLE): Likewise.
+               * m4/longlong.m4 (CL_LONGLONG): Likewise.
+               * m4/times.m4 (CL_TIMES_CLOCK): Likewise.
+               Reported by Ralf Wildenhues <Ralf.Wildenhues@gmx.de>.
+
+2006-08-06  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * Version 1.1.12 released.
+
+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 branch will eventually become CLN 1.2.0.
+
+2005-12-15  Dmitry V. Kustov  <kustov@telex221.ru>
+
+       * src/base/random/cl_random_from.cc: Add support for OpenBSD.
+
+2005-11-23  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * Version 1.1.11 released.
+
+2005-11-20  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * src/integer/conv/cl_I_cached_power.h: New file.
+       * src/integer/conv/cl_I_cached_power.cc: New file.
+       Contains power_table and cached_power_table previously...
+       * src/integer/conv/cl_I_to_digits.cc: ...here.
+       * src/integer/conv/cl_I_from_digits.cc: Use cached powers.
+
+2005-11-02  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * src/integer/conv/cl_I_from_digits.cc: Made input of all numbers in
+       non-power-of-two base much faster.
+       * tests/test_I_io.cc: New file...
+       * tests/Makefile.in, tests/test_I.cc: ...used here.
+
+2005-10-22  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * Version 1.1.10 released.
+
+2005-10-22  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * src/Makefile.in: Accept CPPFLAGS from environment.
+       * examples/Makefile.in: Likewise.
+       * benchmarks/Makefile.in: Likewise.
+       * tests/Makefile.in: Likewise.
+
 2005-08-30  Richard B. Kreckel  <kreckel@ginac.de>
 
        * include/cln/modules.h (CL_OUTPUT_LABEL): Work around redundant
 
 2005-08-27  Bruno Haible  <bruno@clisp.org>
 
-       * modules.h (CL_OUTPUT_LABEL): Work around redundant duplication
-       of basic blocks by g++ 4.0.
+       * include/cln/modules.h (CL_OUTPUT_LABEL): Work around redundant
+       duplication of basic blocks by g++ 4.0.
        See <http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23345>.
 
 2005-08-27  Bruno Haible  <bruno@clisp.org>