pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/maxima maxima: update to 5.40.0.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3b6529453d87
branches:  trunk
changeset: 368280:3b6529453d87
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Sep 13 10:00:53 2017 +0000

description:
maxima: update to 5.40.0.

Maxima 5.40 change log
======================

New items in core:
------------------
[0eda309] New functions encode_time and decode_time, with test cases.

New items in share:
-------------------
[534a7d1] add symplectic_ode package
[46a7a0f] Add Kaplan-Meier's survival and empirical distribution estimators

Changes in core:
----------------
[cb259bb] change O(n^2) method for flattening list to O(n) method.
[21cf8e1] split totient into two parts
[6ef2b26] optimized gcfactor and tried to make it easier to read.
[1594167] optimize gc squaring and inline gctime1
[d7ff7c3] inline gctimes.
[4c8b6c6] sped up psumsq.
[f306940] speeded up imodp.
[efadb61] new implementation of ; is about a factor of 2 faster on sbcl
[9c79308] move jacbi and related functions from rat3c to numth
[75d8ceb] sped up divsum by splitting it in two parts where the lower
          Numerous cross-compiling changes.
          Numerous documentation changes and improvements.
          Build/installation improvements.
          Many updates to examples.
          Many changes and improvements to test system.

Changes in share:
--------------
[9c7c70c] Commit new version of COMA. Sent by Wilhelm Haager
[0ef9ab0] Check for a constant "variable" of integration in romberg and bromberg
[834ffb3] Import ODEPACK fortran code.
[06bc1bd] Julia() and mandelbrot() are modified to create maxoutXXX.gnuplot
[dca80e3] plotdf: An option to change the arrow density. Patch from themusicgod1.

Bug fixes:
----------
[6ff1570] fix bug 3291: ecl on Linux needs utf-8
[db7788f] fix bug3300 Incorrect sha256sum output
[b896d1f] In rtest_translator, skip some tests which cause a crash (bug #3291).
[f1bc324] Implement numerical evaluation for gamma_greek. Fixes SF bug #3277.
[eec3d7f] In tests for kill(props), work around bug #3289.
[6267b88] In lsquares_mse, ensure temporary variable is assigned the correct value. #3282.
[b58a547] In lsquares_mse, ensure temporary variable is assigned the correct value. #3282.
[a7239b1] In RISCHLOGEPROG, detect zero divisor. This fixes SF bug #3274.
[eaacba6] Unlock :common-lisp package when compiling with SBCL. Fixes SF bug #3271.
[71ee1c0] Fix bug #2740: demo(romberg) fails
[5fb8f81] Add test for bug #2295: Failure to evaluate definite integral
[35c625e] Add tests for bug #2314: Two different results for an integral
[56fb70e] In tests for simplify_sum, add a few more tests from bug report #3236.

Unnumbered bugs:
----------------
[06c0fc7] operatingsystem: Make chdir work with recent gcl versions.
[7277f54] gcfactor(4/(%i+1)) gave an internal error in $bothcoef.
[c477689] Give informative error message when some index is not an integer: "rat(-1) isn't an integer?" from mailing list 2017-03-04.
[96c57d5] work around bug in gcl decode-universal-time.
[b4819b4] work around bug in gcl decode-universal-time.
[a36bf53] When evaluating float(diff(...)), apply float only to the first argument. Fixes bug reported to mailing list 2017-02-27.
[bffe54f] In GETL-LM-FCN-PROP, return NIL for argument which is not a symbol. Fixes bug reported to mailing list 2017-03-04.
[ef1fa9e] Remove built-in symbols from the list for user-defined properties. Fixes bug reported to mailing list 2017-02-24.
[70e05dd] Handle Lisp arrays in MQAPPLY expressions more carefully. Fixes bug reported to mailing list 2017-02-02.
[761cc1c] Handle Lisp arrays in MQAPPLY expressions more carefully. Fixes bug reported to mailing list 2017-02-02.
[b6dd08c] A solve() enhancement by Richard Fateman that should fix a zillion of bug tickets.
[b6b5c5c] Translate define and ":=" correctly by nuking the translator property. Fixes bug reported to mailing list circa 2017-01-24.
[5cfc6fd] Fix bernoulli and binomial pdfs when p=0 or p=1
[d6739e9] Fix bernoulli and binomial pdfs when p=0 or p=1

Maxima 5.39 change log
======================

New items in core:
------------------

New functions firstn and lastn

Changes in core:
----------------

Special variable clean-up
Crosscompiling support
Gnuplot 5.0 or newer versions
Documentation updates
function save: portable way to save "fast" arrays (hash tables)
functions timedate, parse_timedate: handle timezone offsets
Floating point overflow handling
Complex numericals
Testsuite additions and improvements
GIT fixes
ODE improvements
Load .wxm files from wxMaxima
Temporary file handling improvements

New in share:
-------------

package decfp: decimal bigfloat package (thanks to Richard Fateman)

Changes in share:
-----------------

In some share test scripts, put reset() at the top
package solver: rename solver.mac to Solver.mac
package stringproc: new functions slessp, slesspignore, sgreaterp, sgreaterpignore (string comparison)
package charsets: several updates and improvements; still work in progress
package boolsimp: code clean-up; no functional changes
package descriptive, functions continuous_freq, discrete_freq: faster counting algorithm; accept arrays as well as lists

Bug fixes:
----------

[54822ea] Fixed bug #3258: diff with negative order in integrate
[0e4ed41] Fix issue #3255 by changing how resimplification works
[55ba236] In risplit, in preparation of fixing issue #3255 (logarc)
[6e7f9dd] Partial fix #3216: In package lapack, load without compile
[ad86a80] Fixed bug #3232: In ezunits, don't compile predicate functions
[0ec66c6] Fixed GCL bug #49689: Mark a known failure in rtest11
[98b0349] Fixed bug #3213: Round when formatting bigfloats
[3745efa] Another test for bug #3244.
[67fd622] Fixed bug #3246: look-up entries for inv. trig antiderivatives
[120d8be] Fixed bug #3241: In MQAPPLY1, call AMPERCHK
[e916dd0] Fixed bug #3235: In RGRP, rephrase test for ECL
[7060221] Add tests from bug #3221
[2204fca] Fixed bug #3221: elliptic_pi(n,z,m) wrong for z > %pi/2
[cb3dc1c] Fixed bug #453: algsys fails in simple case
[7efa7eb] Add tests from SF bug 2059.
[4851e2c] Add tests from SF [bugs:2038] and [bugs:#2736]
640ca75 SF [bug:#1266][bug:#3208] Don't use $radcan when simplifying in algsys.
2986fc0 Fix SF [bugs:#3208]. Use sqrtdenest in algsys to simplify partial solutions.
5fd2f55 [bugs:#3208] algsys.lisp:presultant: resimplify result
4734ec8 share-subdirs.lisp is auto-generated *and* in version control - which is afaik unavoidable for the lisp-only build system. It also currently is out-of-sync with the repo => Updated the repo 
version.
f91d677 Increase output when running share/contrib/diffequations/tests
a5873ba SF bugs 3210 and 3212.  Fix algsys regressions.
9a4694f Bug #2796 can't load ode2 with n declared constant
3c6c473 Bug report ID: 1621 Wrong solution to ode2
cf9cbb2 Fixed bug #2667: Distinguish trig function exponents in TeX
bf4cf94 In rtest_log, additional tests for SF bug #3105.
9ef3fee Fixed bug #3148: Most of the change is in indentation
8f523fc Fixed bug #3194: No simplification of tan(x+n*%pi) and cot(x+n*%pi)
fdadebc Fixed bug #3186 and other get_plot_option issues.
3fd2b4c Fixed bug #3022: Update the RPM spec file
aa0a365 Fixed bug #3180: declare(foo, antisymmetric)
9ad3f2f Add test for SF bug #3090
a57ff0c Add test for SF bug #3170
4568937 Fixed bug #3144: Avoid unbounded recursion in PTIMES%E
0bcccbe Fixed bug #3109: is(sin(x) <= 1) returns "unknown"
037ea4a Fixed bugs #3114, #3115: introduced by [647516] Fix integrate(x=0,x)

Unnumbered bugs:
----------------

[c8007b9] Partial fix to read_xpm.
[35790e2] Correct documentation for rest
[eb56614] Fix test for orderlessp transitive
[85aff4c] Fix in gcl-builds smismatch
[d37c3e4] Fix in timedate, round TZ
[74800c2] Remove redundant definition of copy from share/affine
[8ec3a05] Another fix for summation of rational functions
[394ca66] In package facexp, remove "&&" because
[b7ee537] Ensure that *OPR-TABLE* associates "{" with $SET
[9f43849] Ran update_examples on Simplification.texi
[dd6fbb1] Fix uses of complex-float-numerical-eval-p
[07363c2] Fix bug in running test files
[6d1b6fe] Partially fixed assumptions regarding products and powers
[639dd40] Partially fixed assumptions regarding products and powers
[691cbc4] Fix taylor testsuite failure bug introduced by [22f4fd]

diffstat:

 math/maxima/Makefile |    5 +-
 math/maxima/PLIST    |  161 ++++++++++++++++++++++++++++++++++++++++++++++++--
 math/maxima/distinfo |   10 +-
 3 files changed, 160 insertions(+), 16 deletions(-)

diffs (truncated from 393 to 300 lines):

diff -r d9433fa29214 -r 3b6529453d87 math/maxima/Makefile
--- a/math/maxima/Makefile      Wed Sep 13 09:37:06 2017 +0000
+++ b/math/maxima/Makefile      Wed Sep 13 10:00:53 2017 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.47 2016/07/09 06:38:33 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2017/09/13 10:00:53 wiz Exp $
 
-DISTNAME=              maxima-5.38.0
+DISTNAME=              maxima-5.40.0
 # On updates, please make sure editors/TeXmacs knows about the new
 # version number.
 # (if needed, patch plugins/maxima/bin/{maxima_detect,tm_maxima})
-PKGREVISION=           1
 CATEGORIES=            math
 MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=maxima/}
 
diff -r d9433fa29214 -r 3b6529453d87 math/maxima/PLIST
--- a/math/maxima/PLIST Wed Sep 13 09:37:06 2017 +0000
+++ b/math/maxima/PLIST Wed Sep 13 10:00:53 2017 +0000
@@ -1,8 +1,12 @@
-@comment $NetBSD: PLIST,v 1.31 2016/04/10 14:34:13 wen Exp $
+@comment $NetBSD: PLIST,v 1.32 2017/09/13 10:00:53 wiz Exp $
 bin/maxima
 bin/rmaxima
 bin/xmaxima
+info/abs_integrate.info
+info/drawutils.info
 info/imaxima.info
+info/kovacicODE.info
+info/logic.info
 info/maxima-index.lisp
 info/maxima.info
 info/xmaxima.info
@@ -10,6 +14,10 @@
 ${PLIST.clisp}lib/maxima/${PKGVERSION}/binary-clisp/maxima.mem
 libexec/maxima/${PKGVERSION}/mgnuplot
 man/man1/maxima.1
+share/applications/xmaxima.desktop
+share/bash-completion/completions/maxima
+share/bash-completion/completions/rmaxima
+share/bash-completion/completions/xmaxima
 share/maxima/${PKGVERSION}/demo/cf.dem
 share/maxima/${PKGVERSION}/demo/demo.dem
 share/maxima/${PKGVERSION}/demo/eaton1.dem
@@ -45,6 +53,8 @@
 share/maxima/${PKGVERSION}/doc/html/figures/bodephase8.gif
 share/maxima/${PKGVERSION}/doc/html/figures/bodephase9.gif
 share/maxima/${PKGVERSION}/doc/html/figures/color_terminal.png
+share/maxima/${PKGVERSION}/doc/html/figures/draw_allocation.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_allocation2.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_axis3d.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_axis_bottom.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_bars.gif
@@ -52,6 +62,7 @@
 share/maxima/${PKGVERSION}/doc/html/figures/draw_cbrange.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_cbtics.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_color.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_color2.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_colorbox.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_colorbox2.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_columns.gif
@@ -100,6 +111,8 @@
 share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color5.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_interpolate_color6.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_key.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_key_label_alignment.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_key_label_orientation.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_key_pos.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_key_pos2.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_label.gif
@@ -113,6 +126,7 @@
 share/maxima/${PKGVERSION}/doc/html/figures/draw_mesh.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_mesh2.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_mesh3.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_multiplot.png
 share/maxima/${PKGVERSION}/doc/html/figures/draw_nticks.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_palette.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_palette2.gif
@@ -160,6 +174,7 @@
 share/maxima/${PKGVERSION}/doc/html/figures/draw_wired_surface.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_xaxis.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_xaxis_secondary.gif
+share/maxima/${PKGVERSION}/doc/html/figures/draw_xugrid.gif
 share/maxima/${PKGVERSION}/doc/html/figures/draw_ylabel_secondary.gif
 share/maxima/${PKGVERSION}/doc/html/figures/dynamics1.png
 share/maxima/${PKGVERSION}/doc/html/figures/dynamics2.png
@@ -352,6 +367,10 @@
 share/maxima/${PKGVERSION}/doc/html/maxima_toc.html
 share/maxima/${PKGVERSION}/doc/implementation/dir_vars.txt
 share/maxima/${PKGVERSION}/doc/implementation/external-interface.txt
+share/maxima/${PKGVERSION}/doc/implementation/maximatoplevelflow.dot
+share/maxima/${PKGVERSION}/doc/implementation/maximatoplevelflow.png
+share/maxima/${PKGVERSION}/doc/implementation/maximatoplevelflow.ps
+share/maxima/${PKGVERSION}/doc/implementation/sloop-loop-changes.txt
 share/maxima/${PKGVERSION}/doc/misc/completescanoffunctionssortedbybytecodelength.txt
 share/maxima/${PKGVERSION}/doc/misc/grepforvariables.sh
 share/maxima/${PKGVERSION}/doc/misc/maximafunctions.txt
@@ -381,6 +400,8 @@
 share/maxima/${PKGVERSION}/emacs/smart-complete.el
 share/maxima/${PKGVERSION}/emacs/sshell.el
 share/maxima/${PKGVERSION}/share/.gitattributes
+share/maxima/${PKGVERSION}/share/MYTOPIC-index.lisp
+share/maxima/${PKGVERSION}/share/MYTOPIC.info
 share/maxima/${PKGVERSION}/share/affine/README
 share/maxima/${PKGVERSION}/share/affine/affine.lisp
 share/maxima/${PKGVERSION}/share/affine/affine.system
@@ -431,12 +452,12 @@
 share/maxima/${PKGVERSION}/share/algebra/recur.mac
 share/maxima/${PKGVERSION}/share/algebra/recur.transcript
 share/maxima/${PKGVERSION}/share/algebra/rtest_recur.mac
+share/maxima/${PKGVERSION}/share/algebra/solver/Solver.mac
 share/maxima/${PKGVERSION}/share/algebra/solver/linsolve.mac
 share/maxima/${PKGVERSION}/share/algebra/solver/misc.mac
 share/maxima/${PKGVERSION}/share/algebra/solver/readme
 share/maxima/${PKGVERSION}/share/algebra/solver/slvrmsgs.mac
 share/maxima/${PKGVERSION}/share/algebra/solver/slvrtbox.mac
-share/maxima/${PKGVERSION}/share/algebra/solver/solver.mac
 share/maxima/${PKGVERSION}/share/algebra/solver/solver1-en.html
 share/maxima/${PKGVERSION}/share/algebra/solver/solver1.pdf
 share/maxima/${PKGVERSION}/share/algebra/solver/test.mac
@@ -605,6 +626,7 @@
 share/maxima/${PKGVERSION}/share/contrib/boolsimp/rtest_boolsimp.mac
 share/maxima/${PKGVERSION}/share/contrib/celine.mac
 share/maxima/${PKGVERSION}/share/contrib/cgrind.lisp
+share/maxima/${PKGVERSION}/share/contrib/chebformax.lisp
 share/maxima/${PKGVERSION}/share/contrib/clebsch_gordan.mac
 share/maxima/${PKGVERSION}/share/contrib/clebsh-gordan.tex
 share/maxima/${PKGVERSION}/share/contrib/colorterm.lisp
@@ -780,7 +802,6 @@
 share/maxima/${PKGVERSION}/share/contrib/graph2d.lisp
 share/maxima/${PKGVERSION}/share/contrib/impdiff.mac
 share/maxima/${PKGVERSION}/share/contrib/implicit_plot.lisp
-share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.html
 share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.info
 share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.mac
 share/maxima/${PKGVERSION}/share/contrib/integration/abs_integrate.texi
@@ -788,6 +809,7 @@
 share/maxima/${PKGVERSION}/share/contrib/integration/integration-index.lisp
 share/maxima/${PKGVERSION}/share/contrib/integration/partition.mac
 share/maxima/${PKGVERSION}/share/contrib/integration/rtest_abs_integrate.mac
+share/maxima/${PKGVERSION}/share/contrib/integration/texinfo.tex
 share/maxima/${PKGVERSION}/share/contrib/levin/levin.dem
 share/maxima/${PKGVERSION}/share/contrib/levin/levin.mac
 share/maxima/${PKGVERSION}/share/contrib/levin/rtest_levin.mac
@@ -805,6 +827,7 @@
 share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.mac
 share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/kovacicODE.texi
 share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/maxima-odesolve-index.lisp
+share/maxima/${PKGVERSION}/share/contrib/maxima-odesolve/texinfo.tex
 share/maxima/${PKGVERSION}/share/contrib/maxima-server.lisp
 share/maxima/${PKGVERSION}/share/contrib/maximaMathML/CtMathML.lisp
 share/maxima/${PKGVERSION}/share/contrib/maximaMathML/PrMathML.lisp
@@ -902,12 +925,11 @@
 share/maxima/${PKGVERSION}/share/contrib/sarag/aliases.mac
 share/maxima/${PKGVERSION}/share/contrib/sarag/arag_test.mac
 share/maxima/${PKGVERSION}/share/contrib/sarag/certificateOfPositivity.mac
-share/maxima/${PKGVERSION}/share/contrib/sarag/constants.mac
-share/maxima/${PKGVERSION}/share/contrib/sarag/examples.mac
 share/maxima/${PKGVERSION}/share/contrib/sarag/hard_test.mac
 share/maxima/${PKGVERSION}/share/contrib/sarag/intervalArithmetic.mac
 share/maxima/${PKGVERSION}/share/contrib/sarag/lowLevel.mac
 share/maxima/${PKGVERSION}/share/contrib/sarag/multiCertificateOfPositivity.mac
+share/maxima/${PKGVERSION}/share/contrib/sarag/quickSignDetermination.mac
 share/maxima/${PKGVERSION}/share/contrib/sarag/readme.txt
 share/maxima/${PKGVERSION}/share/contrib/sarag/rootCounting.mac
 share/maxima/${PKGVERSION}/share/contrib/sarag/rootIsolation.mac
@@ -917,7 +939,6 @@
 share/maxima/${PKGVERSION}/share/contrib/sarag/settings.mac
 share/maxima/${PKGVERSION}/share/contrib/sarag/signDetermination.mac
 share/maxima/${PKGVERSION}/share/contrib/sarag/topology.mac
-share/maxima/${PKGVERSION}/share/contrib/sarag/topology_examples.mac
 share/maxima/${PKGVERSION}/share/contrib/sarag/whatsnew.txt
 share/maxima/${PKGVERSION}/share/contrib/simplifying.lisp
 share/maxima/${PKGVERSION}/share/contrib/smath/smath.lisp
@@ -932,6 +953,10 @@
 share/maxima/${PKGVERSION}/share/contrib/state/state.mac
 share/maxima/${PKGVERSION}/share/contrib/state/tree.mac
 share/maxima/${PKGVERSION}/share/contrib/stirling.mac
+share/maxima/${PKGVERSION}/share/contrib/symplectic_ode/rtest_symplectic_ode.mac
+share/maxima/${PKGVERSION}/share/contrib/symplectic_ode/symplectic_ode.info
+share/maxima/${PKGVERSION}/share/contrib/symplectic_ode/symplectic_ode.lisp
+share/maxima/${PKGVERSION}/share/contrib/symplectic_ode/symplectic_ode.texi
 share/maxima/${PKGVERSION}/share/contrib/tex2ooo.lisp
 share/maxima/${PKGVERSION}/share/contrib/tocl.lisp
 share/maxima/${PKGVERSION}/share/contrib/trigtools/trigtools-doc.pdf
@@ -950,6 +975,7 @@
 share/maxima/${PKGVERSION}/share/contrib/vector3d/vector3d.usg
 share/maxima/${PKGVERSION}/share/descriptive/biomed.data
 share/maxima/${PKGVERSION}/share/descriptive/descriptive.mac
+share/maxima/${PKGVERSION}/share/descriptive/descriptive_util.lisp
 share/maxima/${PKGVERSION}/share/descriptive/pidigits.data
 share/maxima/${PKGVERSION}/share/descriptive/rtest_descriptive.mac
 share/maxima/${PKGVERSION}/share/descriptive/rtest_statgraph.mac
@@ -994,6 +1020,7 @@
 share/maxima/${PKGVERSION}/share/draw/gnuplot.lisp
 share/maxima/${PKGVERSION}/share/draw/grcommon.lisp
 share/maxima/${PKGVERSION}/share/draw/picture.lisp
+share/maxima/${PKGVERSION}/share/draw/texinfo.tex
 share/maxima/${PKGVERSION}/share/draw/vtk.lisp
 share/maxima/${PKGVERSION}/share/draw/wbd.lisp
 share/maxima/${PKGVERSION}/share/draw/worldmap.mac
@@ -1332,13 +1359,12 @@
 share/maxima/${PKGVERSION}/share/logic/TODO
 share/maxima/${PKGVERSION}/share/logic/logic-index.lisp
 share/maxima/${PKGVERSION}/share/logic/logic.dem
-share/maxima/${PKGVERSION}/share/logic/logic.html
 share/maxima/${PKGVERSION}/share/logic/logic.info
 share/maxima/${PKGVERSION}/share/logic/logic.lisp
 share/maxima/${PKGVERSION}/share/logic/logic.mac
-share/maxima/${PKGVERSION}/share/logic/logic.pdf
 share/maxima/${PKGVERSION}/share/logic/logic.texi
 share/maxima/${PKGVERSION}/share/logic/rtest_logic.mac
+share/maxima/${PKGVERSION}/share/logic/texinfo.tex
 share/maxima/${PKGVERSION}/share/lsquares/lsquares.mac
 share/maxima/${PKGVERSION}/share/lsquares/plsquares.mac
 share/maxima/${PKGVERSION}/share/lsquares/rtest_lsquares.mac
@@ -1420,6 +1446,8 @@
 share/maxima/${PKGVERSION}/share/numeric/dblint.mac
 share/maxima/${PKGVERSION}/share/numeric/dblint.usg
 share/maxima/${PKGVERSION}/share/numeric/dblint_1.dem
+share/maxima/${PKGVERSION}/share/numeric/decfp-core.lisp
+share/maxima/${PKGVERSION}/share/numeric/decfp.lisp
 share/maxima/${PKGVERSION}/share/numeric/diffeq.dem
 share/maxima/${PKGVERSION}/share/numeric/diffeq.mac
 share/maxima/${PKGVERSION}/share/numeric/expense.lisp
@@ -1439,6 +1467,7 @@
 share/maxima/${PKGVERSION}/share/numeric/riemsum.mac
 share/maxima/${PKGVERSION}/share/numeric/romberg.lisp
 share/maxima/${PKGVERSION}/share/numeric/rtest_bffac.mac
+share/maxima/${PKGVERSION}/share/numeric/rtest_decfp.mac
 share/maxima/${PKGVERSION}/share/numeric/rtest_fft.mac
 share/maxima/${PKGVERSION}/share/numeric/rtest_interpol.mac
 share/maxima/${PKGVERSION}/share/numeric/rtest_rfft.mac
@@ -1464,6 +1493,114 @@
 share/maxima/${PKGVERSION}/share/numericalio/semicolon.data
 share/maxima/${PKGVERSION}/share/numericalio/test-binary.f8-lsb
 share/maxima/${PKGVERSION}/share/numericalio/test-binary.f8-msb
+share/maxima/${PKGVERSION}/share/odepack/demo-dlsode.mac
+share/maxima/${PKGVERSION}/share/odepack/dlsode-interface.lisp
+share/maxima/${PKGVERSION}/share/odepack/dlsode.mac
+share/maxima/${PKGVERSION}/share/odepack/load-dlsode.lisp
+share/maxima/${PKGVERSION}/share/odepack/load-odepack.lisp
+share/maxima/${PKGVERSION}/share/odepack/maxima-odepack.lisp
+share/maxima/${PKGVERSION}/share/odepack/odepack-lisp.system
+share/maxima/${PKGVERSION}/share/odepack/odepack.asd
+share/maxima/${PKGVERSION}/share/odepack/odepack.system
+share/maxima/${PKGVERSION}/share/odepack/package.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/adjlr.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/cdrv.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/cntnzu.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/daigbt.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dainvg.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dainvgs.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/datp.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/datv.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/daxpy.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dbnorm.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dcfode.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dcopy.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/ddecbt.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/ddot.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dewset.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dfnorm.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dgbfa.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dgbsl.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dgefa.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dgesl.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dhefa.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dhels.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dheqr.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dhesl.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dintdy.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/diprep.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/diprepi.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dlhin.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dls001.cmn
+share/maxima/${PKGVERSION}/share/odepack/src/dlsoda.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dlsodar.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dlsode.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dlsodes.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dlsodi.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dlsodis.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dlsodkr.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dlsodpk.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dlsoibt.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dmnorm.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dnrm2.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dorthog.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dpcg.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dpcgs.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dpjibt.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dpkset.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dprep.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dprepi.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dprepj.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dprepji.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dprja.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dprjis.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/dprjs.lisp
+share/maxima/${PKGVERSION}/share/odepack/src/drchek.lisp



Home | Main Index | Thread Index | Old Index