Subject: CVS commit: pkgsrc/math/cln
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 11/29/2004 08:47:29
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Nov 29 08:47:29 UTC 2004

Modified Files:
	pkgsrc/math/cln: Makefile distinfo
	pkgsrc/math/cln/patches: patch-ab
Removed Files:
	pkgsrc/math/cln/patches: patch-ac

Log Message:
Changes 1.1.9:

Algorithmic changes
* Input of numbers in bases 2, 4, 8, 16 and 32 is now done in linear bit
  complexity as opposed to O(N^2). Useful for all kinds of persistency.

Implementation changes
* Fixed several bugs in the integer input and output routines that could be
  blamed for random crashes in the following cases: output in base 32 for
  quite large numbers, input in base 2 for fixnums and input in base 3 for
  fixnums on a 64 bit target.

* Fixed crash when radix specifiers were used in input streams.
* Speed up on x86_64 and ia64 by adding some inline assembly.

Other changes
* Fixes for compilation on MacOS X and little endian Mips.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/math/cln/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/cln/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/math/cln/patches/patch-ab
cvs rdiff -r1.1.1.1 -r0 pkgsrc/math/cln/patches/patch-ac

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