diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2001-12-19 01:09:25 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2001-12-19 01:09:25 +0000 |
commit | 7a277a2b8e0234f8e478d808080aec989166abde (patch) | |
tree | c6e8084791ef92088c6518984a32158e5f67134d /math/yacas/distinfo | |
parent | 93f3accdc44668107210456ca54f4004965577f0 (diff) | |
download | pkgsrc-7a277a2b8e0234f8e478d808080aec989166abde.tar.gz |
many bug fixes and improvements such as:
* small improvement to Arg(...) working on real numbers.
* improved 'make test', no need to install before test any more.
* VarList can now accept a second argument, a filter predicate.
* Pattern matcher now allows extended prototypes, like
PP(list_Contains("a")) <-- ... etcetera.
* c-style tokenizer using CTokenizer() (DefaultTokenizer() switches back
to the default tokenizer).
* Great speed-up of function Assoc.
* Christian Obrecht implemented the Rabin-Miller primality testing
algorithm, which greatly improves the speed of IsPrime.
* Orthogonal polynomials OrthoP, OrthoP,OrthoG,OrthoH,OrthoL,
OrthoT,OrthoU implemented by Serge Winitzki.
* various speedups, and a new memory manager, optimized for allocating
many small blocks (which is the case in Yacas).
* Changed the directory structure for the script files
* Greatly improved Simplify function.
* Added CurrentFile, CurrentLine functions
* Implemented backquote mechanism: `(...) will substitute every @a with
the evaluation of a (and if a is a function the function name is
replaced). The end result is evaluated. see substitute.cpp for more
details
many more... see http://www.xs4all.nl/~apinkus/changes.html for the complete
list.
Diffstat (limited to 'math/yacas/distinfo')
-rw-r--r-- | math/yacas/distinfo | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/math/yacas/distinfo b/math/yacas/distinfo index 3d00eac88d4..7a3a3b2fc38 100644 --- a/math/yacas/distinfo +++ b/math/yacas/distinfo @@ -1,6 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 08:45:46 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/12/19 01:09:25 dmcmahill Exp $ -SHA1 (yacas-1.0.43/yacas-latest.tar.gz) = eff3e8eb9264f2b6a236f0933ee3dcbcf05ef5a9 -Size (yacas-1.0.43/yacas-latest.tar.gz) = 538867 bytes -SHA1 (patch-aa) = 58e0fbd4460c45f258e32550dedf59d348dfdd76 -SHA1 (patch-ad) = 4ea45ffba21a863a294419deae629c1524e4a3fa +SHA1 (yacas-1.0.48.tar.gz) = a4099347971063d3080858d4c6203a82e3fec914 +Size (yacas-1.0.48.tar.gz) = 796932 bytes |