diff options
author | asau <asau@pkgsrc.org> | 2009-09-03 10:48:18 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2009-09-03 10:48:18 +0000 |
commit | 3562aae18c4a302b37843cc372b26b4d49dd7eee (patch) | |
tree | 3920ba5e958665d7646c46ea7706de0fac3e5ea9 /math/cln/PLIST | |
parent | 1862c9b8a58e2c3f7baff63478f98eb3cc5273e5 (diff) | |
download | pkgsrc-3562aae18c4a302b37843cc372b26b4d49dd7eee.tar.gz |
Update to CLN 1.3.0.
Changes since previous package:
2009-06-30, version 1.3.0
* Use the GNU autotools as build system.
* Implemented a more portable module dependency mechanism.
2008-04-05, version 1.2.2
* Re-establish CLN-1.2.0 ABI and fix ARM build, both inadvertently broken in
the previous release.
2008-03-24, version 1.2.1
* Fixed some bugs in the output of numbers larger than 2^32 decimal digits.
* Modifying C/C++ operators like +=, ++, etc. are now enabled by default.
2008-01-19, version 1.2.0
* Save big amounts of memory in computation of some functions and constants by:
- Avoiding pre-computation of series terms and instead computing them in a
streamed way.
- Avoiding computation with excess precision in binary splitting algorithm
by coercion of intermediate integer values to floating-point as early as
possible.
* Added support for huge numbers:
- intC used for all counter loops.
- intE is now a 64-bit type on all 64-bit platforms and even on selected
32-bit platforms.
* CLN now uses C++ exceptions for error handling. The cl_abort() hook is not
supported any more. Please refer to the documentation to learn about existing
exception types.
* Fixed a bug on i386 where comparing Z/2Z ring zeros returnd random results.
* Removed cl_boolean. Use built-in C++ bool instead.
* Dropped the cln-config script. Please use pkg-config instead.
* Updated infrastructure to that of libtool-1.5.24.
* Changed encoding of all files to UTF-8.
* Fix compilation issues with GCC-4.3.
* Fix linking issues on platforms that don't feature weak symbols (like win32).
Diffstat (limited to 'math/cln/PLIST')
-rw-r--r-- | math/cln/PLIST | 30 |
1 files changed, 5 insertions, 25 deletions
diff --git a/math/cln/PLIST b/math/cln/PLIST index 000731fbc1b..3a10e62e8a5 100644 --- a/math/cln/PLIST +++ b/math/cln/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.6 2009/06/14 18:05:42 joerg Exp $ -bin/cln-config +@comment $NetBSD: PLIST,v 1.7 2009/09/03 10:48:18 asau Exp $ +bin/pi include/cln/GV.h include/cln/GV_complex.h include/cln/GV_integer.h @@ -15,7 +15,6 @@ include/cln/SV_rational.h include/cln/SV_real.h include/cln/SV_ringelt.h include/cln/V.h -include/cln/abort.h include/cln/cln.h include/cln/complex.h include/cln/complex_class.h @@ -26,6 +25,7 @@ include/cln/config.h include/cln/dfloat.h include/cln/dfloat_class.h include/cln/dfloat_io.h +include/cln/exception.h include/cln/ffloat.h include/cln/ffloat_class.h include/cln/ffloat_io.h @@ -33,7 +33,7 @@ include/cln/float.h include/cln/float_class.h include/cln/float_io.h include/cln/floatformat.h -include/cln/floatparam.h +include/cln/host_cpu.h include/cln/input.h include/cln/integer.h include/cln/integer_class.h @@ -81,24 +81,4 @@ include/cln/version.h info/cln.info lib/libcln.la lib/pkgconfig/cln.pc -man/man1/cln-config.1 -share/aclocal/cln.m4 -share/doc/cln/html/cln_1.html -share/doc/cln/html/cln_10.html -share/doc/cln/html/cln_11.html -share/doc/cln/html/cln_12.html -share/doc/cln/html/cln_13.html -share/doc/cln/html/cln_14.html -share/doc/cln/html/cln_15.html -share/doc/cln/html/cln_16.html -share/doc/cln/html/cln_2.html -share/doc/cln/html/cln_3.html -share/doc/cln/html/cln_4.html -share/doc/cln/html/cln_5.html -share/doc/cln/html/cln_6.html -share/doc/cln/html/cln_7.html -share/doc/cln/html/cln_8.html -share/doc/cln/html/cln_9.html -share/doc/cln/html/cln_abt.html -share/doc/cln/html/cln_ovr.html -share/doc/cln/html/cln_toc.html +man/man1/pi.1 |