Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 06/26/2004 21:23:43
Module Name:	pkgsrc
Committed By:	minskim
Date:		Sat Jun 26 21:23:43 UTC 2004

Modified Files:
	pkgsrc/doc: CHANGES TODO
	pkgsrc/math/mathomatic: Makefile distinfo

Log Message:
Update mathomatic to 11.2c.

Changes since 11.2:

Doubled the default amount of memory consumption to 11 megabytes.
This allows equations twice as large.

Fixed bug factoring infinity.

Slight improvement to "integrate" command.

Trap window resize signal and set number of screen columns and rows.

Code cleanup.

Fixed factoring of constants in factor command.

Added "laplace" command.

Allow "#" as a comment, as long as it is not immediately followed by
a number.

Enabled shelling out for all versions with the "!" command.

Improvement and speedup for poly_gcd() and poly2_gcd().

Slight improvement in polynomial factoring made by deleting 1 line of code.

Use getopt(3) to parse command line options.

Made "-c" and "-h" options work together.  If both are specified,
work in HTML mono mode.


To generate a diff of this commit:
cvs rdiff -r1.6336 -r1.6337 pkgsrc/doc/CHANGES
cvs rdiff -r1.1870 -r1.1871 pkgsrc/doc/TODO
cvs rdiff -r1.12 -r1.13 pkgsrc/math/mathomatic/Makefile
cvs rdiff -r1.11 -r1.12 pkgsrc/math/mathomatic/distinfo

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