X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;f=README;h=0f8592baefba7503bb25e0e87bc9129a6a512d4f;hb=c061316aeebe28770b318c489e779a2d215264c0;hp=2f23d0ff4673f11fb066be7a87dc01a95992227e;hpb=3158ea05f63d1ffdbd13921ccbeebbce7fda7212;p=cln.git diff --git a/README b/README index 2f23d0f..0f8592b 100644 --- a/README +++ b/README @@ -1,7 +1,8 @@ Class Library for Numbers -Copyright (c) Bruno Haible 1988-2005 -Copyright (c) Richard Kreckel 2000-2005 +Copyright (c) Bruno Haible 1988-2019 +Copyright (c) Richard Kreckel 2000-2019 +Copyright (c) Alexei Sheplyakov 2008-2010 GPL @@ -21,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: