~peterpall/maxima/+git/maxima.code:raw_gnuplot_command

Last commit made on 2019-03-15
Get this branch:
git clone -b raw_gnuplot_command https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
raw_gnuplot_command
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

6a637bf... by PeterPall

Tried to introduce a way to create a raw gnuplot programm.

d5ae937... by PeterPall

Added dependencies for sys/proclaim.lisp

Incremental builds for gcl failed for 2 maxima-discuss list
members in the same week, presumably since sys/proclaim.lisp
wasn't updated by the autotools build process => Added
triggers to src/Makefile.am that tell make when to rebuild the
file.

5e0a274... by Leo Butler

correct the call to $asksign in lp-mlsp

eecc62c... by PeterPall

Windows build: Updated the wxMaxima version.

63ddffe... by PeterPall

Updated the ChangeLog.

2f07d80... by PeterPall

"make check": run the share and the core testsuite in the same session

Commit ceb6bf8b5f20 finally enables maxima to pass a

   run_testsuite(share_tests=true);

=> Changed the "make check" target to run this command instead of
running a

   run_testsuite();

in one maxima session and a

   run_testsuite(share_tests='only);

in another: This way we get informed by the nightly build if we
ever break the possibility to run the share tests and the core
tests in the same session again.

9f90c30... by PeterPall

Autotools build: Correct the dependencies for "make check"

"make check" needs an up-to-date test.sh => made the tests depend
on test.sh instead of test.sh.in so the autotools remake test.sh
if necessary due to a change in test.sh.in

d6ffeef... by PeterPall

Updated the ChangeLog.

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

Merge branch 'master' of ssh://git.code.sf.net/p/maxima/code

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

Remove definition of resultant in sarag package. resultant is a built-in
function so this redefinition clobbers it. resultant is not called anywhere in the existing sarag code,
so removing the redefinition has no effect on the sarag test scripts.
This commit resolves a problem reported to the mailing list 2019-03-06: "the share testsuite + MAXIMA:$RESULTANT is undefined errors"