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

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

Branch merges

Branch information

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

Recent commits

081ff63... by PeterPall

Created functions that return a search path including $load_directory

4feb681... by PeterPall

New variable load_directory with the dir of the loaded file.

876b4a2... by PeterPall

Brought the ChangeLog up-to-date.

9352cb9... by Robert Dodier <email address hidden>

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

1bf491e... by Robert Dodier <email address hidden>

Disable interval(a, b) parsing to RI structure since it is undocumented
and, aside from parsing and formatting, there are no operations on such items.
As a comment in the now-disabled code says, it is something that was added for fun.

05141c5... by kjak

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

80cbf7e... by Robert Dodier <email address hidden>

Ensure first argument of arraymake is something that can yield a valid result.
Follow-on work to commit 3140a35.

f933438... by kjak

Remove now-unneeded operator check in STANDARDIZE-INEQUALITY

With commit d812aea5 MRELATIONP now checks for MNOTEQUAL, so this
check is unneeded now in fourier_elim.

No problems with the share test suite (or regular test suite).

088ad75... by kjak

Typo fix in comment

d812aea... by kjak

Bug fix: check for MNOTEQUAL in MRELATIONP

The omission leads to inconsistencies (like # being treated
differently than =, <, etc. in MEQP) and silly things like

(%i1) integrate (x, x, 0, a # b);
(%o1) (a # b)^2/2

No problems with the test suite or share test suite.