~peterpall/maxima/+git/maxima.code:rtoy-verbose-generr-message

Last commit made on 2016-06-05
Get this branch:
git clone -b rtoy-verbose-generr-message https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
rtoy-verbose-generr-message
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

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

Merge branch 'master' into rtoy-verbose-generr-message

0fc7634... by Dan Gildea <dgildea>

Fix limit((x^(1/​x) - 1)*sqrt(x), x, inf)

src/limit.lisp:
o istrength: remove radicalp clause (can be handled by clauses for basic operators)
  Fixes #3142 limit((x^(1/x) - 1)*sqrt(x), x, inf) => inf
o simplimtimes: typo: 'infinity -> '$infinity
  Fixes #3143 limit((x^(1/x) - 1)*sqrt(x), x, 0, minus) => inf
  (now returns nounform, should be '$infinity)

tests/rtest_limit.mac
o add limit((x^(1/x) - 1)*sqrt(x), x, inf)
o add limit((x^(1/x) - 1)*sqrt(x), x, 0, minus)

7b877bf... by Wolfgang Dautermann <email address hidden>

Quote Clisp maxima image in maxima.bat
(more work, so that Maxima might be installed in a user defined directory)

8f235a2... by Wolfgang Dautermann <email address hidden>

Crosscompiling: update SBCL

b0522c1... by PeterPall

texinfo documentation and example images for the new transparent lines in draw.

14b326f... by PeterPall

draw: Add transparency support for lines for gnuplot >5.0
the vtk interface ignores transparency when it sees it.

07ec0e0... by PeterPall

Windows: Determine the installation directory from the working directory maxima.bat was started in.
This should be another step in making maxima no longer depend on hardcoded installation directory names. After this change the following things should still worked on my computer even if the installation directory has been moved:
 - The current wxMaxima version still finds the maxima it was installed with
 - The current Xmaxima version still finds the maxima it was installed with
 - maxima still finds its help system: "?? test" still works
 - maxima still is able to load packages (tested this one with load("draw"); )

ebca8d5... by Wolfgang Dautermann <email address hidden>

Changed references to unencrypted Website to https.
(one get redirected to https anyway, so one could use https directly)

3bdbb8a... by Robert Dodier <email address hidden>

Resolve merge conflicts in rtest15.

8d73716... by Robert Dodier <email address hidden>

Additional tests for eigenvectors.
Also, cut out an existing test, which Maxima cannot solve at present,
which had gone unnoticed due to a bug in eigenvectors which was recently fixed.