diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-04 03:38:29 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-04 03:38:29 +0000 |
commit | 228ad5d1fcbd34d99c432e5960bab09eebe901b1 (patch) | |
tree | 48884cb1bcf8aca78eee851dae92e32ff55afeec /math/mathomatic/patches | |
parent | b3e7c0b83d4f97028edba626827a4619a49f8f4a (diff) | |
download | pkgsrc-228ad5d1fcbd34d99c432e5960bab09eebe901b1.tar.gz |
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.
Diffstat (limited to 'math/mathomatic/patches')
-rw-r--r-- | math/mathomatic/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/mathomatic/patches/patch-aa b/math/mathomatic/patches/patch-aa index 51fc2da8e7c..9fcbbe14311 100644 --- a/math/mathomatic/patches/patch-aa +++ b/math/mathomatic/patches/patch-aa @@ -1,9 +1,9 @@ -$NetBSD: patch-aa,v 1.4 2004/05/10 16:47:15 minskim Exp $ +$NetBSD: patch-aa,v 1.5 2004/06/04 03:38:29 minskim Exp $ ---- makefile.orig 2004-05-08 18:33:05.000000000 -0500 +--- makefile.orig 2004-06-01 00:55:54.000000000 -0500 +++ makefile @@ -1,13 +1,13 @@ - # Makefile for compiling Mathomatic for UNIX or Linux. + # Makefile for compiling Mathomatic for UNIX or Linux or Mac OS X. -CFLAGS = -O -DUNIX -LDFLAGS = -s |