diff options
author | jtb <jtb@pkgsrc.org> | 2001-06-20 10:19:27 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-06-20 10:19:27 +0000 |
commit | 69cd7b797a134e2f921371b9725dd7533d5f922d (patch) | |
tree | 7bce036494ce56e57087e2fd0425f54c7d991737 /math/ntl/distinfo | |
parent | 2ce7de790aec9998348d81c972b26cc5c7a6c064 (diff) | |
download | pkgsrc-69cd7b797a134e2f921371b9725dd7533d5f922d.tar.gz |
Update of ntl to 5.1a. Change build system to use libtool for
shared libraries.
Changes between NTL 5.0c and 5.1a
Some minor fixes and additions.
Completely backward compatible.
* Added a routine LatticeSolve() for finding integer solutions to
linear systems of integer equations.
* Modified the stragey used by the LLL() and image() routines in the
LLL package to deal with linear dependencies. The new strategy
guarantees better worst-case bounds on the sizes of intermediate
values. I'm not sure if it will have any serious practical impact,
though.
* Added some "partial ISO modes" so that one can use some of the
features of Standard C++, even if ones compiler does not yet
support all of the features.
* Bug fix: routine determnant() in mat_GF2.h was not visible to the
linker because of a typo in mat_GF2.c.
* Made a "smarter" script for selecting the GetTime() function. This
fixes an installation problem on Cygwin/Windows 95 platforms. I
hope it doesn't create more problems than it solves, though.
* Added some extra documentation for installation under Windows/MS
Visual C++.
* Changed some names like c_lip.c to c_lip_impl.h. This should avoid
some potential installation problems.
* Throw away first 256-bytes of arc4 streams to improve quality of
the pseudo-random number generator. This may change the precise
behavior of some programs.
* Other minor, internal modifications.
Diffstat (limited to 'math/ntl/distinfo')
-rw-r--r-- | math/ntl/distinfo | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/math/ntl/distinfo b/math/ntl/distinfo index ac24a0611cd..dc48a6d09d3 100644 --- a/math/ntl/distinfo +++ b/math/ntl/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 08:45:42 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/06/20 10:19:27 jtb Exp $ -SHA1 (ntl-5.0c.tar.gz) = 20603a3aeff1e3e3452d2537375896bc501c2504 -Size (ntl-5.0c.tar.gz) = 643341 bytes -SHA1 (patch-aa) = 2ff062c9ebd80d274ab222e4a88ad433b2db1c00 +SHA1 (ntl-5.1a.tar.gz) = c1a3bb0d109b58b1024c855dd5b8fccba3848224 +Size (ntl-5.1a.tar.gz) = 646668 bytes +SHA1 (patch-aa) = 3ccfea0d126993898e30d021b0f5c8764d37e7bb SHA1 (patch-ab) = 726bb373a3dc31c33763282c5cc7c07110a33f23 +SHA1 (patch-ac) = f6a1e211379e713aee4fb575cc2d92563cbdd6fd |