Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 05/10/2004 16:47:15
Module Name:	pkgsrc
Committed By:	minskim
Date:		Mon May 10 16:47:15 UTC 2004

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

Log Message:
Update mathomatic to 11.1.

Changes:
- Fixed "makefile" to be completely portable.
  No longer requires GNU make.
- Simplified some code.
- Converted token_type.kind to enum type for better type checking.
- Removed all "unsigned" variables and type casts.
- Simplified "simplify" command code.  Some speed up.
- Moved "*.in" and "fix*" to directory "tests".
- Implemented long variable names (up to 40 characters).


To generate a diff of this commit:
cvs rdiff -r1.5897 -r1.5898 pkgsrc/doc/CHANGES
cvs rdiff -r1.1729 -r1.1730 pkgsrc/doc/TODO
cvs rdiff -r1.8 -r1.9 pkgsrc/math/mathomatic/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/math/mathomatic/distinfo
cvs rdiff -r1.3 -r1.4 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.