Subject: CVS commit: pkgsrc/math/mathomatic
To: None <pkgsrc-changes@NetBSD.org>
From: Min Sik Kim <minskim@netbsd.org>
List: pkgsrc-changes
Date: 04/11/2005 03:45:43
Module Name: pkgsrc
Committed By: minskim
Date: Mon Apr 11 03:45:43 UTC 2005
Modified Files:
pkgsrc/math/mathomatic: Makefile distinfo
Log Message:
Update mathomatic to 12.2c.
Changes:
- Use mkstemp() for temp file in edit command. Put temp file in "/tmp",
instead of current directory.
- Created my_strlcpy(), since Linux doesn't have strlcpy().
- Made everything declared static that should be.
- Prime Number Tools cleaned up and compiled with "-Wall".
- Made them all successfully compile with g++.
- A bug fix for HTML mode.
- Completely removed sensitivity command and simplified parsing code.
- Fixed minor bug in fraction format display routine.
To generate a diff of this commit:
cvs rdiff -r1.33 -r1.34 pkgsrc/math/mathomatic/Makefile
cvs rdiff -r1.32 -r1.33 pkgsrc/math/mathomatic/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.