Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 06/04/2004 03:38:29
Module Name:	pkgsrc
Committed By:	minskim
Date:		Fri Jun  4 03:38:29 UTC 2004

Modified Files:
	pkgsrc/doc: CHANGES
	pkgsrc/math/mathomatic: Makefile distinfo
	pkgsrc/math/mathomatic/patches: patch-aa

Log Message:
Update mathomatic to 11.2.

Changes since 11.1c:

Moved notification of polynomial factoring success to debug level 1 or higher.

Removed "NO_COMPLEX_ROOTS" compile-time define option.
I am thinking of making this a run-time option.

Increased security of "SECURE" compile-time define.
Absolutely no file operations are allowed or linked in.

Added check for terminal with isatty().
This allows better piping into Mathomatic.

Split up change-log ("changes.txt" and "changes_old.txt").

Changed "x!" to mean gamma(x+1) for Laplace transforms.

Fixed parsing of things like "2e#", which failed before,
thinking it was scientific notation.

Wrote "primes/twin.c", to find twin primes.

Added "help usage" command.

Allow output of "help" command to be redirected to a file.

Fixed parsing of variable names (like "pig", which didn't work right).

Added "integrate" command.

Fixed "derivative" command.

Code cleanup.

Fixed "taylor" command.


To generate a diff of this commit:
cvs rdiff -r1.6117 -r1.6118 pkgsrc/doc/CHANGES
cvs rdiff -r1.11 -r1.12 pkgsrc/math/mathomatic/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/math/mathomatic/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/math/mathomatic/patches/patch-aa

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