Browse Source

* Last bits for release 1.1.5.

master
Richard Kreckel 23 years ago
parent
commit
df7f7906ab
  1. 4
      ChangeLog
  2. 4
      Makefile.devel
  3. 9
      NEWS
  4. 3
      README
  5. 2
      cln-config.1.in
  6. 4
      configure.ac
  7. 6
      doc/cln.tex
  8. 2
      src/base/cl_free.cc
  9. 1
      tests/timeLFRAmul.cc
  10. 1
      tests/timeLFatan-compare.cc
  11. 1
      tests/timeLFatan.cc
  12. 1
      tests/timeLFatanh.cc
  13. 1
      tests/timeLFcos.cc
  14. 1
      tests/timeLFcosh.cc
  15. 1
      tests/timeLFsin.cc
  16. 1
      tests/timeLFsinh.cc
  17. 1
      tests/timeLFsqrt.cc
  18. 1
      tests/timeMImisc5.cc
  19. 1
      tests/timeMIpow2div.cc
  20. 1
      tests/timeMIpow2recip.cc
  21. 1
      tests/timeRALFdiv.cc
  22. 1
      tests/timeRAtoLF.cc
  23. 1
      tests/timeUPMImul.cc
  24. 1
      tests/timecatalan.cc
  25. 1
      tests/timediv.cc
  26. 1
      tests/timediv2adic-compare.cc
  27. 1
      tests/timediv2adic.cc
  28. 1
      tests/timeeuler.cc
  29. 1
      tests/timeexp1.cc
  30. 1
      tests/timefact.cc
  31. 1
      tests/timegcd.cc
  32. 1
      tests/timemul.cc
  33. 1
      tests/timeprint.cc
  34. 1
      tests/timerecip2adic-compare.cc
  35. 1
      tests/timerecip2adic.cc
  36. 1
      tests/timesqrt.cc
  37. 1
      tests/timesqrtmodp.cc
  38. 1
      tests/timesquare.cc
  39. 1
      tests/timezeta3.cc

4
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.

4
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

9
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
=========================

3
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

2
cln-config.1.in

@ -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

4
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)

6
doc/cln.tex

@ -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

2
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"

1
tests/timeLFRAmul.cc

@ -9,6 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeLFatan-compare.cc

@ -8,6 +8,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeLFatan.cc

@ -9,6 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeLFatanh.cc

@ -10,6 +10,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeLFcos.cc

@ -9,6 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeLFcosh.cc

@ -9,6 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeLFsin.cc

@ -9,6 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeLFsinh.cc

@ -9,6 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeLFsqrt.cc

@ -9,6 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeMImisc5.cc

@ -5,6 +5,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeMIpow2div.cc

@ -5,6 +5,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeMIpow2recip.cc

@ -5,6 +5,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeRALFdiv.cc

@ -9,6 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeRAtoLF.cc

@ -8,6 +8,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeUPMImul.cc

@ -6,6 +6,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timecatalan.cc

@ -7,6 +7,7 @@
#include <string.h>
#include <cln/timing.h>
#include "cl_LF.h"
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timediv.cc

@ -5,6 +5,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timediv2adic-compare.cc

@ -9,6 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timediv2adic.cc

@ -9,6 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeeuler.cc

@ -7,6 +7,7 @@
#include <string.h>
#include <cln/timing.h>
#include "cl_LF.h"
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeexp1.cc

@ -6,6 +6,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timefact.cc

@ -6,6 +6,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timegcd.cc

@ -5,6 +5,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timemul.cc

@ -5,6 +5,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timeprint.cc

@ -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[])
{

1
tests/timerecip2adic-compare.cc

@ -9,6 +9,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timerecip2adic.cc

@ -8,6 +8,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timesqrt.cc

@ -5,6 +5,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timesqrtmodp.cc

@ -7,6 +7,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timesquare.cc

@ -5,6 +5,7 @@
#include <stdlib.h>
#include <string.h>
#include <cln/timing.h>
using namespace cln;
int main (int argc, char * argv[])
{

1
tests/timezeta3.cc

@ -6,6 +6,7 @@
#include <string.h>
#include <cln/timing.h>
#include "cl_LF.h"
using namespace cln;
int main (int argc, char * argv[])
{

Loading…
Cancel
Save