Subject: CVS commit: pkgsrc/math/mathomatic
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 11/10/2004 16:47:20
Module Name: pkgsrc
Committed By: minskim
Date: Wed Nov 10 16:47:20 UTC 2004
Modified Files:
pkgsrc/math/mathomatic: Makefile distinfo
Log Message:
Update mathomatic to 11.5.
Changes:
- Using "memmove()" instead of deprecated "bcopy()".
- Added "tests/tutor.in", which is an incomplete Mathomatic tutor.
- Many improvements to scripts in the tests directory.
- Removed "calculate factor" option.
- Code cleanup.
- Added more modulus simplification.
- Simplify ((a%n)*integer+b)%n to (a*integer+b)%n generally and completely.
- real^complex and complex^complex are now approximated.
To generate a diff of this commit:
cvs rdiff -r1.24 -r1.25 pkgsrc/math/mathomatic/Makefile
cvs rdiff -r1.22 -r1.23 pkgsrc/math/mathomatic/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.