diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-26 21:23:43 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-26 21:23:43 +0000 |
commit | 2cbb353c600ccbc84d40b9bccf3a4f39926a3037 (patch) | |
tree | 38143cc76a19d89dde5051412c292ef265968fb6 /doc | |
parent | a6a354fe75248e0c2b5a7eadfc8fc65c0de6b427 (diff) | |
download | pkgsrc-2cbb353c600ccbc84d40b9bccf3a4f39926a3037.tar.gz |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | doc/TODO | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 7ea05d50f27..fcab8fcaafd 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.6336 2004/06/26 21:03:09 recht Exp $ +$NetBSD: CHANGES,v 1.6337 2004/06/26 21:23:43 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -3091,3 +3091,4 @@ Changes to the packages collection and infrastructure in 2004: Updated mono to 0.97 [recht 2004-06-26] Updated libgdiplus to 0.10 [recht 2004-06-26] Updated winelib to 0.3 [recht 2004-06-26] + Updated mathomatic to 11.2c [minskim 2004-06-26] @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.1870 2004/06/26 20:41:19 adrianp Exp $ +$NetBSD: TODO,v 1.1871 2004/06/26 21:23:43 minskim Exp $ Suggested new packages ====================== @@ -303,7 +303,6 @@ Suggested package updates o maradns-1.0.23 o marbles-1.0.6 o matchbox-0.8.2 [pkgsrc-wip] - o mathomatic-11.2c o micq-0.4.11 o midnight-commander-4.6.0 o mimedefang-2.43 |