the "copyright" line and a pointer to where the full notice is found.
<one line to give the program's name and a brief idea of what it does.>
- Copyright (C) 19yy <name of author>
+ Copyright (C) <year> <name of author>
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
If the program is interactive, make it output a short notice like this
when it starts in an interactive mode:
- Gnomovision version 69, Copyright (C) 19yy name of author
+ Gnomovision version 69, Copyright (C) year name of author
Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.
+2001-05-25 Richard Kreckel <kreckel@ginac.de>
+
+ * autoconf/floatparam.c (double_wordorder_bigendian_p): new symbol.
+ * src/float/dfloat/cl_DF.h: Check for double_wordorder_bigendian_p.
+ * Removed LiDIA interface since that is now outdated (namespace cln)
+ and maintained elsewhere.
+ * Adjusted dates and final touches for 1.1.1.
+
2001-05-19 Richard Kreckel <kreckel@ginac.de>
* INSTALL: Update toolchain info: no egcs, some more platforms.
- Linux/powerpc, gcc-2.95.x
- Solaris 2.4 (sparc), gcc-2.95
- OSF/1 V4.0 (alpha), gcc-2.95
- - Irix 6.5, gcc-2.95
- - BeOS, gcc-2.95
+ - Irix 6.5, gcc-2.95.x
+ - BeOS, gcc-2.95.x
The "make" step takes about 1 hour, on a P-II / 400 MHz / 64 MB.
-2001-xx-xx, version 1.1.1
+2001-05-26, version 1.1.1
=========================
Implementation changes
----------------------
-* Minor cleanup for GCC 3.0.
+* Minor cleanups for GCC 3.0 and libstdc++-v3.
+
+* Fixes several little bugs and portability issues.
2000-12-14, version 1.1.0
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.
+Copyright (C) Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001.
+Copyright (C) Richard Kreckel 2000, 2001.
Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
@author by Bruno Haible
@page
@vskip 0pt plus 1filll
-Copyright @copyright{} Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000.
+Copyright @copyright{} Bruno Haible 1995, 1996, 1997, 1998, 1999, 2000, 2001.
+@sp 0
+Copyright @copyright{} Richard Kreckel 2000, 2001.
@sp 2
Published by Bruno Haible, @code{<haible@@clisp.cons.org>} and
@subsection C++ compiler
To build CLN, you need a C++ compiler.
-Actually, you need GNU @code{g++ 2.90} or newer, the EGCS compilers will
-do.
-I recommend GNU @code{g++ 2.95} or newer.
+Actually, you need GNU @code{g++ 2.95} or newer.
The following C++ features are used:
classes, member functions, overloading of functions and operators,
static const char * copyright_notice[] = {
" \n"
- "Copyright (c) Bruno Haible 1988-2001 \n"
+ "Copyright (c) Bruno Haible 1988-2001 \n"
+ "Copyright (c) Richard Kreckel 2000-2001 \n"
" \n"
"This program is free software; you can redistribute it and/or modify\n"
"it under the terms of the GNU General Public License as published by\n"