]> www.ginac.de Git - cln.git/commitdiff
* Last bits for release 1.1.5. cln_1-1-5
authorRichard Kreckel <kreckel@ginac.de>
Tue, 28 May 2002 16:58:01 +0000 (16:58 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Tue, 28 May 2002 16:58:01 +0000 (16:58 +0000)
39 files changed:
ChangeLog
Makefile.devel
NEWS
README
cln-config.1.in
configure.ac
doc/cln.tex
src/base/cl_free.cc
tests/timeLFRAmul.cc
tests/timeLFatan-compare.cc
tests/timeLFatan.cc
tests/timeLFatanh.cc
tests/timeLFcos.cc
tests/timeLFcosh.cc
tests/timeLFsin.cc
tests/timeLFsinh.cc
tests/timeLFsqrt.cc
tests/timeMImisc5.cc
tests/timeMIpow2div.cc
tests/timeMIpow2recip.cc
tests/timeRALFdiv.cc
tests/timeRAtoLF.cc
tests/timeUPMImul.cc
tests/timecatalan.cc
tests/timediv.cc
tests/timediv2adic-compare.cc
tests/timediv2adic.cc
tests/timeeuler.cc
tests/timeexp1.cc
tests/timefact.cc
tests/timegcd.cc
tests/timemul.cc
tests/timeprint.cc
tests/timerecip2adic-compare.cc
tests/timerecip2adic.cc
tests/timesqrt.cc
tests/timesqrtmodp.cc
tests/timesquare.cc
tests/timezeta3.cc

index 24220bb2cf5190cb7a4e8575f872c69286927e62..78c06dce18327fbdb69db93bd96df46479ff9dc7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-05-28  Richard Kreckel  <kreckel@ginac.de>
+
+       * Version 1.1.5 released.
+
 2002-05-27  Richard Kreckel  <kreckel@ginac.de>
 
        * include/cln/modules.h (CL_CONCATENATE): New macro.
index a3c3b05b5b480dc9c579fe384d793372ff6835ef..2cbf3690958483579e170070b34b81eb23345cc9 100644 (file)
@@ -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 327320db6132fe50ac112c7242ca08c1c0817aab..96a111a8b26ae7fe332381355c2b2fb4ca6fed40 100644 (file)
--- 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 ceb7adcde8fef5af6e096b9dcc2d9ac7f1f512d0..b4cd2017bf7d1e664fc130ea5e20234d258c4bec 100644 (file)
--- 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
 
index 440e0ef5825f03d5389a19508564b43a70b1d826..0155c15beec3eb478e28e23c8745ec103b8688a9 100644 (file)
@@ -37,7 +37,7 @@ Richard Kreckel <kreckel@ginac.de>
 .br
 Bruno Haible <haible@clisp.cons.org>
 .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
index e1959c751d8ca2bd07c41193a86ed2fd3b472145..91a0dc08fb81d19f6517b299ad4e08e2d7543b1c 100644 (file)
@@ -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)
index e5402ccba837548f7db1485753f0e9c0bc8440e0..26547070a37a99c128c6fff55594240756562c4a 100644 (file)
@@ -34,7 +34,7 @@ This file documents @sc{cln}, a Class Library for Numbers.
 Published by Bruno Haible, @code{<haible@@clisp.cons.org>} and
 Richard Kreckel, @code{<kreckel@@ginac.de>}.
 
-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{<haible@@clisp.cons.org>} and
index df2a4b550176b6920ac88e6bdec7279cce1823d6..2700233e79c49f58a6eefa0bec94efac20b1e467 100644 (file)
@@ -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"
index 0ce64227680d4d8a4194c78e2d6c77b336ad69df..419111055384f24d9ecedea6cf39d2df0e306eb6 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 3abeb19c38ce6aac627a8a7d024f160598df3152..38e4853f024b8f4392ed13a0432c230d6137861e 100644 (file)
@@ -8,6 +8,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 53386dcf9f513330c8a543c8c79fa3baea3becdb..81e231a8d5a3807c305d37107d8dbe4f90790c69 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index e56ce7b5baaec17d8300faed025853ae92612c0e..d502b6ce425bed728085628fbd03baead8c62c28 100644 (file)
@@ -10,6 +10,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 625ef7898a57a7de6eb8e6b3c8f00a5c6fff06c1..7d86421a46a159bee6195dee68636d418cb57e4e 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index d27caa935fd06d1870c701c202ae40cde9a2efd7..1077a8d5492ca08717830c0187c6e50477ad36dd 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index eb99db3785397918cf7bfe1150fd9ce72490bc8e..cd7139aefd877b6f646d7a9c15e421c2dfc5e874 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index f04cac063df77791d3e86f85e9acbed67ed8f336..46ac3ea85d51d538e6f91f7685bf4b9654038194 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index f527635a5714ccd59bfb137a2ae98ab78fa40a8c..cd660ba29a5fc9a9d3b3d3ea356a9e6a974c04a1 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 7a147e1cca236ec94570ebb08725da1a030c49bd..03a373e4dba84a857beb9fa59fad308e3db08bd6 100644 (file)
@@ -5,6 +5,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index f5b7f62ef27f549806e29152cd104e20c94009f6..a57f733e8dadb649388d60ecb955d1a223f78dd3 100644 (file)
@@ -5,6 +5,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 1993cf94347a949d7dc24c948a125466102c2da0..dd9ce7003ab4ba5ba8d6824b19dd2aafc6015194 100644 (file)
@@ -5,6 +5,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 3fc1a8c6c09722eba43d0de7325e844209148356..68d3621557d897c11d0c7b6856e18079f538fbcc 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 71f7deb860c7cd4ba6f17a4bb0853e8cf1cc6555..4d37d2d1f19374529368c9bc14e622a87db4b268 100644 (file)
@@ -8,6 +8,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 2e3636aee29669c67620f72925b6b78452b4c818..be900cd9038072c3484659d94029161df7b1b4b3 100644 (file)
@@ -6,6 +6,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 920694e1a117c9bbe9ecc91fed68f0e5ec532508..da9b80acdea257cb801edabe3a04249c283bba8e 100644 (file)
@@ -7,6 +7,7 @@
 #include <string.h>
 #include <cln/timing.h>
 #include "cl_LF.h"
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index dacf292231d7d9119015512217ec97c96896d431..cbd6de3bab2e843336b9b522bbfa17a685652203 100644 (file)
@@ -5,6 +5,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 0daf7774bdce138891cdfa3cb1fecdfb1426e1d8..84ff3f22808aa5f3acde9f297c0ec0b8e17f4d7f 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index af822ceb8bf7ae594da1e7fd8cf8d7772e30063e..4327c49c15f153d8add227f5a95d6168aa3a3054 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index bc2f5d317d390c83f27b61bb7f426e2facaca39a..cadc8a8ec29546f5005e0b8fce1c421f171aac51 100644 (file)
@@ -7,6 +7,7 @@
 #include <string.h>
 #include <cln/timing.h>
 #include "cl_LF.h"
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 48f39dee42aa5213e615077a12285e10bace5639..171d6c103b9543302f5f7a072844fa7f04e04487 100644 (file)
@@ -6,6 +6,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 4c23d0827ad5d97b5f219bb220d6f5fc44ddb4b8..c7af4e0c38d83b288b2997651fb20ec27ab49c08 100644 (file)
@@ -6,6 +6,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index a5b98b88282d8b497bcf1469c847643aa0053dea..324829b9204942744bae43bec538b5ab5486b6ee 100644 (file)
@@ -5,6 +5,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index af95ed896f82c656601a67ab5ef0554bfae867a2..b12e9ac840d7310e0d6b35e72ebf5915524d7acb 100644 (file)
@@ -5,6 +5,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 830cccd60cf50941884df7c6e1f9698a0acead61..fb7b3178c7dd72bb002a40096e54338eda27563b 100644 (file)
@@ -8,6 +8,7 @@
 #include <cln/timing.h>
 #include <cln/malloc.h>
 #include <cln/abort.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 3db0b73b8d8c063202961e9cde1b7741fd5ebc5c..b6f73643d012315efde109bcaae3151465214cf0 100644 (file)
@@ -9,6 +9,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 075cb06be3f79a8cfea686e24190ad8552752cf0..361b22b200d742286b29029dd58d9cedc6e647e1 100644 (file)
@@ -8,6 +8,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 34f564b8f02336d80f50dd8bb91496fb1117eb96..7596a1731b28edda1abe04b98cee1fa9334127b3 100644 (file)
@@ -5,6 +5,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index dab3d16c18c118d1fb94d5289a1479ea9781cba3..a744ec4c6a1b1aa65362b095bfcec72398db76d3 100644 (file)
@@ -7,6 +7,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index 63d361935d4dfbdfc683b7a650d47c45c1c5878e..000e0c38ce7b52b97c026ef3d4a5c5441bca48b1 100644 (file)
@@ -5,6 +5,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <cln/timing.h>
+using namespace cln;
 
 int main (int argc, char * argv[])
 {
index c58690f5537ff654cda11abf5a0704f2058cbcd3..56baf77d2edeb3c65402b12deaf18e20a83ce718 100644 (file)
@@ -6,6 +6,7 @@
 #include <string.h>
 #include <cln/timing.h>
 #include "cl_LF.h"
+using namespace cln;
 
 int main (int argc, char * argv[])
 {