]> www.ginac.de Git - cln.git/commitdiff
* Adjusted dates and final touches for 1.1.1.
authorRichard Kreckel <kreckel@ginac.de>
Fri, 25 May 2001 17:29:46 +0000 (17:29 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Fri, 25 May 2001 17:29:46 +0000 (17:29 +0000)
COPYING
ChangeLog
INSTALL
NEWS
doc/cln.tex
src/base/cl_free.cc

diff --git a/COPYING b/COPYING
index 12065f35cb96440fa294b2c0d202a2254b76d322..d406b2738a5dfb2e9dba704c242a0ee739fd7b88 100644 (file)
--- a/COPYING
+++ b/COPYING
@@ -292,7 +292,7 @@ convey the exclusion of warranty; and each file should have at least
 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
@@ -313,7 +313,7 @@ Also add information on how to contact you by electronic and paper mail.
 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.
index 9b9ec5e394baa6400010b95b5ef825a7c8599245..0bbd299a47327a14eaebee3db8cfff897c440c3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+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.
diff --git a/INSTALL b/INSTALL
index 8385bc0b86fb24dda9ee2a12014accf565ba6efa..46a9cb1226d5e57aa1b6995fb3082c12ee41342f 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -19,8 +19,8 @@ Known to work with:
   - 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.
 
diff --git a/NEWS b/NEWS
index c01b99bbbddd2b6b9e2d1029b83f3a49bff69871..68ed33a4a737e38b1e931f6e90626597195efd7b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,12 @@
-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
index 764b182096e5bfc8af7c580482d100fe605a5894..0e1e6d92f9ebcbfc0a9cc7ef46456d899260d512 100644 (file)
@@ -34,7 +34,8 @@ 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.
+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
@@ -68,7 +69,9 @@ by the author.
 @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
@@ -239,9 +242,7 @@ This section describes how to install the CLN package on your system.
 @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,
index 30444da7d3f50a105c09e5f079b9f0dad656dc90..e7532cbbfda968e2f7fa5cb6f2eb66fe2d6b3886 100644 (file)
@@ -33,7 +33,8 @@ 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-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"