X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;ds=sidebyside;f=README;h=8697801133686c2f8410e8166dba7fdbbc410f52;hb=b5cd2461caacc488ee231f21bef4cda77dae6562;hp=dced0d5a1f0e1e95c41b24f39122537b8ce901da;hpb=b19d4896e5e880f6d60b3297d9d404c63be0ea0c;p=cln.git diff --git a/README b/README index dced0d5..8697801 100644 --- a/README +++ b/README @@ -1,7 +1,7 @@ Class Library for Numbers -Copyright (c) Bruno Haible 1988-2004 -Copyright (c) Richard Kreckel 2000-2004 +Copyright (c) Bruno Haible 1988-2007 +Copyright (c) Richard Kreckel 2000-2007 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: