~peterpall/maxima/+git/maxima.code:branch-5_38

Last commit made on 2016-06-02
Get this branch:
git clone -b branch-5_38 https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
branch-5_38
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

33a976f... 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)

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

Crosscompiling: Update wxMaxima to 16.04.2

(cherry picked from commit 1818d3b34b2be02dd88d7db80e0675b814bee59b)

89851db... by Wolfgang Dautermann <email address hidden>

Crosscompiling: update SBCL

(cherry picked from commit 3956e3954e5898c70cbd23c27c54048ae6e8dbc6)

638807e... by Wolfgang Dautermann <email address hidden>

Crosscompiling: Re-enable the tex fonts (now installed
in a private subdirectory below c:\maxima-..., that works
even when installing as unprivileged user).
Enable out-of-source builds for wxmaxima.

(cherry picked from commit 8294b2bfc8954c846a3b97e30d9543cfa5ea6837)

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

Added CMakelists (did forget the git add in the last commit)
Updated Makefile.am to include all required files (at least I hope so)

(cherry picked from commit ea521147bc92b241f22ac2889e115c34fc53f631)

21afea1... by Wolfgang Dautermann <email address hidden>

Crosscompiling: Allow installation as regular user (without admin privileges)
Do not install jsmath tex fonts to enable this (patch for wxmaxima sumitted, that
the fonts may be included in future again)
Remove our own copy of NSIS.template.in and using and patching the one shipped
with cmake instead.

(cherry picked from commit 3d6e8dd91c523940e62a67b4c0fae6d045395df5)

7b1094e... by "Viktor T. Toth" <email address hidden>

Version 5.38.1

24f6ead... by Robert Dodier <email address hidden>

Commit chebformax.lisp (Chebyshev approximations) by Richard Fateman.

(cherry picked from commit f09b73785fde61b34af055b94e1cdc6851ad1b3a)

7345e27... by Robert Dodier <email address hidden>

In MAXIMA-DUMP, distinguish 64-bit CCL from non-64-bit.

(cherry picked from commit 8be65b5e8cd87bb36e15a7570a28bb0507408967)

Conflicts:
 src/maxima-build.lisp

0ac6937... by Dan Gildea <dgildea>

revert change to %itopot
accidentally introduced in [09d160]