pkgsrc/math/cln/PLIST
asau 9bd4c98700 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).
2009-09-03 10:48:18 +00:00

84 lines
1.9 KiB
Text

@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
include/cln/GV_modinteger.h
include/cln/GV_number.h
include/cln/GV_rational.h
include/cln/GV_real.h
include/cln/SV.h
include/cln/SV_complex.h
include/cln/SV_integer.h
include/cln/SV_number.h
include/cln/SV_rational.h
include/cln/SV_real.h
include/cln/SV_ringelt.h
include/cln/V.h
include/cln/cln.h
include/cln/complex.h
include/cln/complex_class.h
include/cln/complex_io.h
include/cln/complex_ring.h
include/cln/condition.h
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
include/cln/float.h
include/cln/float_class.h
include/cln/float_io.h
include/cln/floatformat.h
include/cln/host_cpu.h
include/cln/input.h
include/cln/integer.h
include/cln/integer_class.h
include/cln/integer_io.h
include/cln/integer_ring.h
include/cln/intparam.h
include/cln/io.h
include/cln/lfloat.h
include/cln/lfloat_class.h
include/cln/lfloat_io.h
include/cln/malloc.h
include/cln/modinteger.h
include/cln/modules.h
include/cln/null_ring.h
include/cln/number.h
include/cln/number_io.h
include/cln/numtheory.h
include/cln/object.h
include/cln/output.h
include/cln/proplist.h
include/cln/random.h
include/cln/rational.h
include/cln/rational_class.h
include/cln/rational_io.h
include/cln/rational_ring.h
include/cln/real.h
include/cln/real_class.h
include/cln/real_io.h
include/cln/real_ring.h
include/cln/ring.h
include/cln/sfloat.h
include/cln/sfloat_class.h
include/cln/sfloat_io.h
include/cln/string.h
include/cln/symbol.h
include/cln/timing.h
include/cln/types.h
include/cln/univpoly.h
include/cln/univpoly_complex.h
include/cln/univpoly_integer.h
include/cln/univpoly_modint.h
include/cln/univpoly_rational.h
include/cln/univpoly_real.h
include/cln/version.h
info/cln.info
lib/libcln.la
lib/pkgconfig/cln.pc
man/man1/pi.1