]> www.ginac.de Git - cln.git/blobdiff - README
Fix floating-point input from decimal string.
[cln.git] / README
diff --git a/README b/README
index f8b520bf3b356be1f887cf8724989a4b1b6e673f..d445d55e1d5387bb452e76d92adf62fb0d79cffa 100644 (file)
--- a/README
+++ b/README
@@ -1,6 +1,8 @@
 Class Library for Numbers
 
-Copyright (c) Bruno Haible 1988-2001
+Copyright (c)      Bruno Haible 1988-2008
+Copyright (c)   Richard Kreckel 2000-2012
+Copyright (c) Alexei Sheplyakov 2008-2010
 
 GPL
 
@@ -20,18 +22,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://clisp.cons.org/~haible/packages-cln.html
+Homepage: <http://www.ginac.de/CLN>