From df7f7906ab815762ce8167ee0f988833a75807ee Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Tue, 28 May 2002 16:58:01 +0000 Subject: [PATCH] * Last bits for release 1.1.5. --- ChangeLog | 4 ++++ Makefile.devel | 4 ++-- NEWS | 9 +++++++++ README | 3 ++- cln-config.1.in | 2 +- configure.ac | 4 ++-- doc/cln.tex | 6 +++--- src/base/cl_free.cc | 2 +- tests/timeLFRAmul.cc | 1 + tests/timeLFatan-compare.cc | 1 + tests/timeLFatan.cc | 1 + tests/timeLFatanh.cc | 1 + tests/timeLFcos.cc | 1 + tests/timeLFcosh.cc | 1 + tests/timeLFsin.cc | 1 + tests/timeLFsinh.cc | 1 + tests/timeLFsqrt.cc | 1 + tests/timeMImisc5.cc | 1 + tests/timeMIpow2div.cc | 1 + tests/timeMIpow2recip.cc | 1 + tests/timeRALFdiv.cc | 1 + tests/timeRAtoLF.cc | 1 + tests/timeUPMImul.cc | 1 + tests/timecatalan.cc | 1 + tests/timediv.cc | 1 + tests/timediv2adic-compare.cc | 1 + tests/timediv2adic.cc | 1 + tests/timeeuler.cc | 1 + tests/timeexp1.cc | 1 + tests/timefact.cc | 1 + tests/timegcd.cc | 1 + tests/timemul.cc | 1 + tests/timeprint.cc | 1 + tests/timerecip2adic-compare.cc | 1 + tests/timerecip2adic.cc | 1 + tests/timesqrt.cc | 1 + tests/timesqrtmodp.cc | 1 + tests/timesquare.cc | 1 + tests/timezeta3.cc | 1 + 39 files changed, 55 insertions(+), 10 deletions(-) diff --git a/ChangeLog b/ChangeLog index 24220bb..78c06dc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-05-28 Richard Kreckel + + * Version 1.1.5 released. + 2002-05-27 Richard Kreckel * include/cln/modules.h (CL_CONCATENATE): New macro. diff --git a/Makefile.devel b/Makefile.devel index a3c3b05..2cbf369 100644 --- a/Makefile.devel +++ b/Makefile.devel @@ -26,8 +26,8 @@ configures : $(CONFIGURES) configure : configure.ac $(AUTOCONF_FILES) ./autoconf/autoconf -A autoconf -l autoconf -CLISP_ACLOCAL = /home/kreckel/contrib/src/clisp/src/autoconf/aclocal.m4 -ACSELECT = /home/kreckel/contrib/src/clisp/src/autoconf/acselect +CLISP_ACLOCAL = /home/kreckel/contrib/clisp/src/autoconf/aclocal.m4 +ACSELECT = /home/kreckel/contrib/clisp/src/autoconf/acselect LIBTOOLMACROS = /home/kreckel/contrib/libtool/libtool.m4 autoconf/aclocal.m4 : $(CLISP_ACLOCAL) autoconf/acinclude.m4 diff --git a/NEWS b/NEWS index 327320d..96a111a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +2002-05-28, version 1.1.5 +========================= + +Other changes +------------- + +* Fix compilation issues with GCC-3.1. + + 2002-01-04, version 1.1.4 ========================= diff --git a/README b/README index ceb7adc..b4cd201 100644 --- a/README +++ b/README @@ -1,6 +1,7 @@ Class Library for Numbers -Copyright (c) Bruno Haible 1988-2001 +Copyright (c) Bruno Haible 1988-2002 +Copyright (c) Richard Kreckel 2000-2002 GPL diff --git a/cln-config.1.in b/cln-config.1.in index 440e0ef..0155c15 100644 --- a/cln-config.1.in +++ b/cln-config.1.in @@ -37,7 +37,7 @@ Richard Kreckel .br Bruno Haible .SH COPYRIGHT -CLN is Copyright \(co Bruno Haible 1995-2000 +CLN is Copyright \(co Bruno Haible 1988-2002 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/configure.ac b/configure.ac index e1959c7..91a0dc0 100644 --- a/configure.ac +++ b/configure.ac @@ -80,7 +80,7 @@ dnl CL_CURRENT and set CL_REVISION to 0, dnl * if any functions/classes have been added, increment CL_AGE, dnl * if backwards compatibility has been broken, set CL_AGE to 0. CL_CURRENT=2 -CL_REVISION=3 +CL_REVISION=4 CL_AGE=0 dnl make substitutions AC_SUBST(CL_CURRENT) @@ -89,7 +89,7 @@ AC_SUBST(CL_AGE) dnl release version CL_VERSION_MAJOR=1 CL_VERSION_MINOR=1 -CL_VERSION_PATCHLEVEL=4 +CL_VERSION_PATCHLEVEL=5 dnl release version for cln/config.h, so it can be tested by the preprocessor AC_DEFINE_UNQUOTED(CL_VERSION_MAJOR, $CL_VERSION_MAJOR) AC_DEFINE_UNQUOTED(CL_VERSION_MINOR, $CL_VERSION_MINOR) diff --git a/doc/cln.tex b/doc/cln.tex index e5402cc..2654707 100644 --- a/doc/cln.tex +++ b/doc/cln.tex @@ -34,7 +34,7 @@ This file documents @sc{cln}, a Class Library for Numbers. Published by Bruno Haible, @code{} and Richard Kreckel, @code{}. -Copyright (C) Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001. +Copyright (C) Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002. Copyright (C) Richard Kreckel 2000, 2001, 2002. Permission is granted to make and distribute verbatim copies of @@ -69,9 +69,9 @@ by the author. @author by Bruno Haible @page @vskip 0pt plus 1filll -Copyright @copyright{} Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001. +Copyright @copyright{} Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002. @sp 0 -Copyright @copyright{} Richard Kreckel 2000, 2001. +Copyright @copyright{} Richard Kreckel 2000, 2001, 2002. @sp 2 Published by Bruno Haible, @code{} and diff --git a/src/base/cl_free.cc b/src/base/cl_free.cc index df2a4b5..2700233 100644 --- a/src/base/cl_free.cc +++ b/src/base/cl_free.cc @@ -33,7 +33,7 @@ void cl_free_heap_object (cl_heap* pointer) static const char * copyright_notice[] = { " \n" - "Copyright (c) Bruno Haible 1988-2001 \n" + "Copyright (c) Bruno Haible 1988-2002 \n" "Copyright (c) Richard Kreckel 2000-2002 \n" " \n" "This program is free software; you can redistribute it and/or modify\n" diff --git a/tests/timeLFRAmul.cc b/tests/timeLFRAmul.cc index 0ce6422..4191110 100644 --- a/tests/timeLFRAmul.cc +++ b/tests/timeLFRAmul.cc @@ -9,6 +9,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeLFatan-compare.cc b/tests/timeLFatan-compare.cc index 3abeb19..38e4853 100644 --- a/tests/timeLFatan-compare.cc +++ b/tests/timeLFatan-compare.cc @@ -8,6 +8,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeLFatan.cc b/tests/timeLFatan.cc index 53386dc..81e231a 100644 --- a/tests/timeLFatan.cc +++ b/tests/timeLFatan.cc @@ -9,6 +9,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeLFatanh.cc b/tests/timeLFatanh.cc index e56ce7b..d502b6c 100644 --- a/tests/timeLFatanh.cc +++ b/tests/timeLFatanh.cc @@ -10,6 +10,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeLFcos.cc b/tests/timeLFcos.cc index 625ef78..7d86421 100644 --- a/tests/timeLFcos.cc +++ b/tests/timeLFcos.cc @@ -9,6 +9,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeLFcosh.cc b/tests/timeLFcosh.cc index d27caa9..1077a8d 100644 --- a/tests/timeLFcosh.cc +++ b/tests/timeLFcosh.cc @@ -9,6 +9,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeLFsin.cc b/tests/timeLFsin.cc index eb99db3..cd7139a 100644 --- a/tests/timeLFsin.cc +++ b/tests/timeLFsin.cc @@ -9,6 +9,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeLFsinh.cc b/tests/timeLFsinh.cc index f04cac0..46ac3ea 100644 --- a/tests/timeLFsinh.cc +++ b/tests/timeLFsinh.cc @@ -9,6 +9,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeLFsqrt.cc b/tests/timeLFsqrt.cc index f527635..cd660ba 100644 --- a/tests/timeLFsqrt.cc +++ b/tests/timeLFsqrt.cc @@ -9,6 +9,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeMImisc5.cc b/tests/timeMImisc5.cc index 7a147e1..03a373e 100644 --- a/tests/timeMImisc5.cc +++ b/tests/timeMImisc5.cc @@ -5,6 +5,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeMIpow2div.cc b/tests/timeMIpow2div.cc index f5b7f62..a57f733 100644 --- a/tests/timeMIpow2div.cc +++ b/tests/timeMIpow2div.cc @@ -5,6 +5,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeMIpow2recip.cc b/tests/timeMIpow2recip.cc index 1993cf9..dd9ce70 100644 --- a/tests/timeMIpow2recip.cc +++ b/tests/timeMIpow2recip.cc @@ -5,6 +5,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeRALFdiv.cc b/tests/timeRALFdiv.cc index 3fc1a8c..68d3621 100644 --- a/tests/timeRALFdiv.cc +++ b/tests/timeRALFdiv.cc @@ -9,6 +9,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeRAtoLF.cc b/tests/timeRAtoLF.cc index 71f7deb..4d37d2d 100644 --- a/tests/timeRAtoLF.cc +++ b/tests/timeRAtoLF.cc @@ -8,6 +8,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeUPMImul.cc b/tests/timeUPMImul.cc index 2e3636a..be900cd 100644 --- a/tests/timeUPMImul.cc +++ b/tests/timeUPMImul.cc @@ -6,6 +6,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timecatalan.cc b/tests/timecatalan.cc index 920694e..da9b80a 100644 --- a/tests/timecatalan.cc +++ b/tests/timecatalan.cc @@ -7,6 +7,7 @@ #include #include #include "cl_LF.h" +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timediv.cc b/tests/timediv.cc index dacf292..cbd6de3 100644 --- a/tests/timediv.cc +++ b/tests/timediv.cc @@ -5,6 +5,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timediv2adic-compare.cc b/tests/timediv2adic-compare.cc index 0daf777..84ff3f2 100644 --- a/tests/timediv2adic-compare.cc +++ b/tests/timediv2adic-compare.cc @@ -9,6 +9,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timediv2adic.cc b/tests/timediv2adic.cc index af822ce..4327c49 100644 --- a/tests/timediv2adic.cc +++ b/tests/timediv2adic.cc @@ -9,6 +9,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeeuler.cc b/tests/timeeuler.cc index bc2f5d3..cadc8a8 100644 --- a/tests/timeeuler.cc +++ b/tests/timeeuler.cc @@ -7,6 +7,7 @@ #include #include #include "cl_LF.h" +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeexp1.cc b/tests/timeexp1.cc index 48f39de..171d6c1 100644 --- a/tests/timeexp1.cc +++ b/tests/timeexp1.cc @@ -6,6 +6,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timefact.cc b/tests/timefact.cc index 4c23d08..c7af4e0 100644 --- a/tests/timefact.cc +++ b/tests/timefact.cc @@ -6,6 +6,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timegcd.cc b/tests/timegcd.cc index a5b98b8..324829b 100644 --- a/tests/timegcd.cc +++ b/tests/timegcd.cc @@ -5,6 +5,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timemul.cc b/tests/timemul.cc index af95ed8..b12e9ac 100644 --- a/tests/timemul.cc +++ b/tests/timemul.cc @@ -5,6 +5,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timeprint.cc b/tests/timeprint.cc index 830cccd..fb7b317 100644 --- a/tests/timeprint.cc +++ b/tests/timeprint.cc @@ -8,6 +8,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timerecip2adic-compare.cc b/tests/timerecip2adic-compare.cc index 3db0b73..b6f7364 100644 --- a/tests/timerecip2adic-compare.cc +++ b/tests/timerecip2adic-compare.cc @@ -9,6 +9,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timerecip2adic.cc b/tests/timerecip2adic.cc index 075cb06..361b22b 100644 --- a/tests/timerecip2adic.cc +++ b/tests/timerecip2adic.cc @@ -8,6 +8,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timesqrt.cc b/tests/timesqrt.cc index 34f564b..7596a17 100644 --- a/tests/timesqrt.cc +++ b/tests/timesqrt.cc @@ -5,6 +5,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timesqrtmodp.cc b/tests/timesqrtmodp.cc index dab3d16..a744ec4 100644 --- a/tests/timesqrtmodp.cc +++ b/tests/timesqrtmodp.cc @@ -7,6 +7,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timesquare.cc b/tests/timesquare.cc index 63d3619..000e0c3 100644 --- a/tests/timesquare.cc +++ b/tests/timesquare.cc @@ -5,6 +5,7 @@ #include #include #include +using namespace cln; int main (int argc, char * argv[]) { diff --git a/tests/timezeta3.cc b/tests/timezeta3.cc index c58690f..56baf77 100644 --- a/tests/timezeta3.cc +++ b/tests/timezeta3.cc @@ -6,6 +6,7 @@ #include #include #include "cl_LF.h" +using namespace cln; int main (int argc, char * argv[]) {