pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/mathomatic Update mathomatic to 11.6c.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c32c8ff63e9c
branches:  trunk
changeset: 487055:c32c8ff63e9c
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat Jan 08 07:09:50 2005 +0000

description:
Update mathomatic to 11.6c.

Changes:
- Some more touch-ups to solve routine.
- Changed uf_repeat() to skip expanding if the expression would be too big.
  This allows Mathomatic to work with huge exponents.
- Turned on "preserve_roots" option by default.
- Improved sum and product commands.  Allow counting down.
- Improved solve routine and removed display of useless messages.
- Added a fix to the limit command.
- Moved "source.txt" into "README.txt".
- Added code to simplify (inf+a) to (inf) generally.
- Fixed minor bug in calculate command.
- Minor fixes to elim_k().
- Improved limit command.
- Made all recursive functions in the source code static.
  Most functions never used globally defined as static.
- Improvement in command argument parsing.
- Added extrema command.
- Improved output of roots command.
- Fixed minor bug caused by "preserve_roots" option.
- Made file "am.htm" valid HTML.
- Simplification improved.

diffstat:

 math/mathomatic/Makefile |  4 ++--
 math/mathomatic/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 404b8bb91471 -r c32c8ff63e9c math/mathomatic/Makefile
--- a/math/mathomatic/Makefile  Sat Jan 08 06:44:41 2005 +0000
+++ b/math/mathomatic/Makefile  Sat Jan 08 07:09:50 2005 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.28 2004/12/26 06:19:11 minskim Exp $
+# $NetBSD: Makefile,v 1.29 2005/01/08 07:09:50 minskim Exp $
 #
 
-DISTNAME=              mathomatic-11.6
+DISTNAME=              mathomatic-11.6c
 CATEGORIES=            math
 MASTER_SITES=          http://www.panix.com/~gesslein/
 EXTRACT_SUFX=          .tgz
diff -r 404b8bb91471 -r c32c8ff63e9c math/mathomatic/distinfo
--- a/math/mathomatic/distinfo  Sat Jan 08 06:44:41 2005 +0000
+++ b/math/mathomatic/distinfo  Sat Jan 08 07:09:50 2005 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.26 2004/12/26 06:19:11 minskim Exp $
+$NetBSD: distinfo,v 1.27 2005/01/08 07:09:50 minskim Exp $
 
-SHA1 (mathomatic-11.6.tgz) = f83277955eac1cdc16e6e327c0b2001551c4ca74
-Size (mathomatic-11.6.tgz) = 133140 bytes
+SHA1 (mathomatic-11.6c.tgz) = 2366c0075dfcdf452108c43ca79512234f14519e
+Size (mathomatic-11.6c.tgz) = 129303 bytes
 SHA1 (patch-aa) = 74c3123ab56a9605cf70163eb67c5d50f24b0d2b



Home | Main Index | Thread Index | Old Index