Subject: CVS commit: pkgsrc/math/cln
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 04/06/2006 19:46:33
Module Name:	pkgsrc
Committed By:	adam
Date:		Thu Apr  6 19:46:33 UTC 2006

Modified Files:
	pkgsrc/math/cln: Makefile distinfo

Log Message:
Changes 1.1.11:

Algorithmic changes
* Considerably improved performance of number input.

Changes 1.1.10:

Implementation changes
* Removed the vptr of modular integer and univariate polynomial
  classes in order to fix some crashes in that sector of CLN.  Code
  using this needs to be recompiled.
* Many more operator signatures make the integration of CLN types with
  float/double easier.

Other changes
* Several compilation fixes.
* Made it possible to cross-compile CLN.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/math/cln/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/math/cln/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.