maxima:issue-4195-4200-cmucl-21e-error

Last commit made on 2023-10-26
Get this branch:
git clone -b issue-4195-4200-cmucl-21e-error https://git.launchpad.net/maxima

Branch merges

Branch information

Name:
issue-4195-4200-cmucl-21e-error
Repository:
lp:maxima

Recent commits

17323bb... by Raymond Toy <email address hidden>

Add better comment for what stirling does

Clarify what stirling does

6e5f930... by Raymond Toy <email address hidden>

Simplify implementation of stirling

Use the proposal from Barton in [#4125] to simplify the implementation
of `stirling`. I made a few minor tweaks, replacing calls to `ftake`
with calls to `power` and using `1//2` instead of `(div 1 2)`.

4e6c7ed... by Raymond Toy <email address hidden>

Fix [#4195] and [#4200]: cmucl-21e limit error

[#4200] mentions that cmucl (and clisp) warn about ignoring some
special variables that are arguments to `simplim%limit`. To fix this,
we rename the offending arguments from `e` and `x` to `ee` and `xx`.
This isn't great, but I don't know where or how these variables are
special.

[#4195] is also fixed by this change. The underlying issue there for
cmucl was that for some reason the call to `maxima-substitute` in
`stirling` seemed to cause problems. The third arg is a constant
list, and it appears that it was getting modified. This was verified
by consing a new value for the third arg each time. The error no
long occurs.

a044171... by Raymond Toy <email address hidden>

Indent maxima-substitute neatly

maxima-substitute is indented poorly so reindent it neatly to make it
easier to read.

a29f724... by Raymond Toy <email address hidden>

Support Texinfo 7.1

Just need to update the test for special handling of single-quote
characters for Texinfo 7.1; Like Texinfo 6.8, we don't need to do
anything special, unlike Texinfo 7.0.[23].

e4a2abc... by Dan Stanger <email address hidden>

Corrected internal procedure parsing.

1871d4f... by Wolfgang Dautermann <email address hidden>

Windows installer: Update wxWidgets.

ffcb351... by Raymond Toy <email address hidden>

Make bessel_k TeX formula match A&S and DLMF formulation

Minor tweak to the formula for bessel_k to make it match the formula
given by A&S and DLMF. Since we give the references to the formulas,
we should make our formula look the same. The existing formula was
equivalent, but no need to make it superficially different from the
references.

66fc8ff... by Robert Dodier <email address hidden>

xmaxima: change variable from LINEL to $LINEL for line length adjustment on window resize.

Fixes SF bug report #4179: "[XMaxima] Pb in maximizing window"

27c4769... by Robert Dodier <email address hidden>

linearalgebra.texi: cut out obsolete description of listp.