pkgsrc/math
jtb 9e7ed11ac9 Update to pari-2.1.1.
Fixed
    1- return() could forget objects on heap                            [F2]
    2- polhensellift(x^3+x^2+2,[x^2,x+1],2) --> pols not coprime        [F3]
    3- Configure missed some shared libraries [e.g RedHat 7.0]          [F4]
    4- requests for precision of bnfinit(x) [ = Q ] could yield SEGV    [F6]
    5- compatible = 3 not taken into account when reading a file        [F7]
    6- lines > 0: output driver didn't reset properly after user output [F9]
    7- nfdisc(x^5+2*x^4+3*x^3-3*x^2+122*x-1) --> impossible inverse     [F10]
    8- bug in gcc-2.95: SEGV on Linux (quicksqri)                       [F11]
    9- addrfrac: could return a t_RFRAC whose denominator wasn't a t_POL[F12]
   10- bnfcertify (zimmertbound): off by two error when reading bound   [F13]
BA 11- pbs in Fp_factor_irred (factoring over Fq a pol. defined over Fp)[F25]
   12- typo in quadhilbertimag (SEGV for very large discriminants)      [F28]
BA 13- isprime(n < 2, 2 or 3) gave wrong result                         [F31]
BA 14- nfgaloisconj(polcyclo(11)+1)--> oo loop                          [F35]
       nfgaloisconj(polcyclo(40))-->incorrect result
IS 15- typo in squfof tuning on 64bit machines                          [F36]
   16- van Hoeij's algorithm (factor(Z[X])): wrong bound in LLL_cmbf    [F41]
   17- rare SEGV in nfdisc                                              [F44]
   18- rare problem in isprincipal (large non Galois base field)        [F56]
       --> wrong result (generators not required) or infinite loop.
   19- build failed with readline-4.2                                   [F57]

  Changed
    1- DOS distribution archives (GPM removed)                          [C1]
XR  2- try more prime ideals in nfsqff [nffactor, modular part]         [C4]
    3- renamed library function gsize() to sizedigit() [pb with gtk]    [C10]
IK  4- let lisGEN() return NULL when EOF is met (was oo loop)           [C12]
    5- install the whole distribution (see ?12) + improved Configure    [C17]

  Added
    1- README.WIN, config/[arch-osname|locatesymbol], doc/tex2mail.1    [A1]
2001-05-19 17:31:05 +00:00
..
abacus Mechanical changes of tk DEPENDS: 2001-05-05 19:51:13 +00:00
abs Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
admesh Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00
aribas Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00
blas Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
calc Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
capc-calc Use devel/readline/Makefile.readline to handle using libedit readline 2001-05-16 20:28:40 +00:00
cassowary Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
dcdflib.c Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
dcdflib.f Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
dfftpack Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
eispack Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
fftpack Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
fftw Add a patch to configure so that it correctly determines the way 2001-04-27 22:22:22 +00:00
geg Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
gnumeric Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
grace Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
grpn Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
gsl Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
lapack Use the netlib .tgz archive and DIST_SUBDIR. Although netlib don't 2001-05-05 20:53:02 +00:00
libffm Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
linpack Fix distfile mismatch noted from Alpha bulk build. 2001-05-10 23:51:06 +00:00
mcsim Fix typo. 2001-04-29 01:15:06 +00:00
meschach Use quotes rather than angle brackets for local includes. 2001-05-10 23:43:25 +00:00
metis Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00
minpack Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
ntl Add defaults for all instances of EVAL_PREFIX. 2001-05-03 22:16:50 +00:00
octave Use ${XARGS} instead of invoking xargs directly. 2001-05-19 03:56:23 +00:00
octave-current Delete make rule for parse.cc. Add missing file to PLIST. 2001-04-22 23:49:55 +00:00
odepack Remove unnecessary blank line. 2001-05-05 20:55:09 +00:00
otter Respect CFLAGS. This seems to work okay with default optimization. 2001-04-25 23:35:30 +00:00
p5-Math-BigInteger Reimport of p5-BigInteger as p5-Math-BigInteger. 2001-04-27 23:16:31 +00:00
p5-Math-Interpolate Reimport of p5-Interpolate as p5-Math-Interpolate. 2001-04-27 23:17:22 +00:00
p5-Math-MatrixReal Reimport of p5-MatrixReal as p5-Math-MatrixReal. 2001-04-27 23:18:11 +00:00
pari Update to pari-2.1.1. 2001-05-19 17:31:05 +00:00
pspp Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
py-Numeric use USE_PYTHON 2001-05-14 16:22:35 +00:00
py-Scientific use USE_PYTHON 2001-05-14 16:22:35 +00:00
quadpack Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00
R Make this build again by fixing undefined references to MAIN__. 2001-05-03 01:54:15 +00:00
randlib Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
rlab Add defaults for all instances of EVAL_PREFIX. 2001-05-03 22:16:50 +00:00
sc Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
scilab Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
slatec Remove redundant echoing, quoting, and input redirection to sed. 2001-04-28 23:59:17 +00:00
superlu Add defaults for all instances of EVAL_PREFIX. 2001-05-03 22:16:50 +00:00
tasp-vsipl Initial import of tasp-vsipl. 2001-05-16 21:18:28 +00:00
tela Add default prefixes for EVAL_PREFIX. Fixes i386 bulk build problem. 2001-05-03 01:06:32 +00:00
tochnog avoid c++ -O2 bug on alpha. 2001-05-07 22:09:14 +00:00
udunits Regen. Fixes i386 bulk build problem. 2001-04-30 14:51:20 +00:00
vista Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
xldlas Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
xlispstat Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
xmgr Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
yacas Install yacas.el. 2001-05-05 23:54:47 +00:00
yorick Move to sha1 digests, and add distfile sizes. 2001-04-19 08:45:37 +00:00
Makefile Add and enable tasp-vsipl. 2001-05-16 21:19:21 +00:00