Subject: CVS commit: pkgsrc/math/yacas
To: None <pkgsrc-changes@netbsd.org>
From: Dan McMahill <dmcmahill@netbsd.org>
List: pkgsrc-changes
Date: 12/19/2001 03:09:27
Module Name:	pkgsrc
Committed By:	dmcmahill
Date:		Wed Dec 19 01:09:26 UTC 2001

Modified Files:
	pkgsrc/math/yacas: Makefile PLIST distinfo
Removed Files:
	pkgsrc/math/yacas/patches: patch-aa patch-ad

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 pkgsrc/math/yacas/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/math/yacas/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/math/yacas/distinfo
cvs rdiff -r1.4 -r0 pkgsrc/math/yacas/patches/patch-aa
cvs rdiff -r1.1.1.1 -r0 pkgsrc/math/yacas/patches/patch-ad

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