]> www.ginac.de Git - cln.git/blobdiff - README
* Update to fixes in doc subdir.
[cln.git] / README
diff --git a/README b/README
index bdc51b471a3a8b2642a44b5214253ac40f1d2440..980e093b208dd56e0abdbbc753213302589a5e5c 100644 (file)
--- a/README
+++ b/README
@@ -1,7 +1,7 @@
 Class Library for Numbers
 
-Copyright (c)    Bruno Haible 1988-2002
-Copyright (c) Richard Kreckel 2000-2003
+Copyright (c)    Bruno Haible 1988-2008
+Copyright (c) Richard Kreckel 2000-2008
 
 GPL
 
@@ -21,18 +21,18 @@ Features:
     - Automatic, non-interruptive garbage collection.
 - Speed efficiency:
     - Assembly language kernel for some CPUs,
-    - Karatsuba and Schönhage-Strassen multiplication.
+    - Karatsuba and Schönhage-Strassen multiplication.
 - Interoperability:
     - Garbage collection with no burden on
       the main application,
-    - hooks for memory allocation and exceptions.
+    - hooks for memory allocation.
 
 Requires: C++ compiler g++.
 The following C++ features are used:
 classes, member functions, overloading of functions and operators,
 constructors and destructors, inline, const, multiple inheritance,
-templates and namespaces.
+templates, namespaces, and exceptions.
 The following C++ features are not used:
-new, delete, virtual inheritance, exceptions.
+new, delete, virtual inheritance.
 
 Homepage: <http://www.ginac.de/CLN>