maxima:branch-5_31

Last commit made on 2013-10-15
Get this branch:
git clone -b branch-5_31 https://git.launchpad.net/maxima

Branch merges

Branch information

Name:
branch-5_31
Repository:
lp:maxima

Recent commits

82e0ea7... by Robert Dodier <email address hidden>

Roll version number forward to 5.31.3.

523324a... by Robert Dodier <email address hidden>

Merge branch 'branch-5_31' of ssh://git.code.sf.net/p/maxima/code into branch-5_31

47d5a48... by Rupert Swarbrick

Ensure that build works with non-GNU Make

Or at least that the code to make binary directories doesn't break
it. Patch by Aleksej Sashev <email address hidden>.
(cherry picked from commit 9c0d3c30682115c20a47081ed4b40a1e20ae3917)

8def4d8... by David Billinghurst <email address hidden>

Fix Postscript plotting on windows.

Makefile.am:
 o Move files from $(prefix)/gnuplot to $(prefix)/gnuplot/bin
 o Install gnnuplot share, etc and license directories

src/maxima.bat.in:
 o Update path to gnuplot binaries

INSTALL.win32:
 o Add note to test Postscript plotting

cb73df0... by David Billinghurst <email address hidden>

Guard against redefinition of macro with-compilation-unit (on gcl).

f1e5f6b... by Robert Dodier <email address hidden>

Roll version number forward to 5.31.2.

b7c9c85... by Robert Dodier <email address hidden>

GCL parses float literals 1e-6 and 1e-7 incorrectly, so replace
them with equivalent (float <rational>) expressions (for GCL only).
Reported to GCL project: https://savannah.gnu.org/bugs/index.php?40154
(cherry picked from commit 02f3a4746f6e8d4f9b78aecd70bce18980aa0c8d)

43fcf40... by Rupert Swarbrick

Also use DESTDIR for mkinstalldirs

Predictably, I missed a line. With this change, I can install sensibly
with a Maxima configured for clisp and scl to a directory chosen by
DESTDIR. Phew.
(cherry picked from commit 76fd2a4c8e7a9ec7e2a75a6d1ce9a82866ccd030)

900ac34... by Rupert Swarbrick

Fix missing DESTDIR in Makefile.am's

Pointed out by Rex Dieter, I accidentally broke the DESTDIR support
for clisp and scl. This fixes that mistake, and also adds destdir to
the extradocinstall target in the top-level Makefile.am. Probably that
only ever gets run on Windows, so DESTDIR is never set, but we may as
well be consistent.
(cherry picked from commit 2e8c84839a18bdff85e8e7e266591977fb1b84f2)

6425ccc... by Robert Dodier <email address hidden>

Roll version number forward to 5.31.1.