X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=ChangeLog;h=125397bfc0c7bad7d840fd45dd6152c147a006fa;hb=2a184ae6be29c5218f80a94d473302ec93767700;hp=fb04bac09e68d81a9f1792859fa140c53267b348;hpb=84bb8ee64084f251955526275154b4be8e3a2e3b;p=cln.git diff --git a/ChangeLog b/ChangeLog index fb04bac..125397b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,53 @@ +2006-08-06 Richard B. Kreckel + + * configure.ac: Re-enable shared lib on non-MinGW platforms, sigh. + +2006-08-06 Richard B. Kreckel + + * Apply patch for autoconf-2.60: + 2006-04-25 Ralf Wildenhues + * Makefile.in (datarootdir): New variable. + * src/Makefile.in (datarootdir): New variable. + * doc/Makefile.in (datarootdir): New variable. + +2006-08-04 Sheplyakov Alexei + + * configure.ac: Disable shared lib on MinGW. + +2006-08-03 Sheplyakov Alexei + + * m4/param.m4: Add support for MinGW. + * src/base/random/cl_random_from.cc: Fix for last patch. + +2006-07-23 Sheplyakov Alexei + + * src/base/random/cl_random_from.cc: Add support for MinGW. + +2006-06-14 Richard B. Kreckel + + * 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 + + * src/base/random/cl_random_from.cc: Treat FreeBSD, NetBSD like other + Unix platforms. + +2006-05-07 Richard B. Kreckel + + * include/cln/modules.h (CL_JUMP_TO): Fix for Intel Mac. + +2006-04-22 Richard B. Kreckel + + * Apply patch for x86_64 from mainline: + 2005-12-02 Bruno Haible + * src/base/cl_low.h (mulu64) [x86_64]: Change asm restriction, + since mulq doesn't accept immediate arguments. + 2005-12-17 Richard B. Kreckel - * Created branch cln_1-1 for maintenance patches. - This is the main branch, which will eventually become CLN 1.2.0. + * 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