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

Last commit made on 2015-04-30
Get this branch:
git clone -b branch-5_36 https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

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

Recent commits

375bf79... by Robert Dodier <email address hidden>

Increase version number to 5.36.1.

034005b... by andrejv

Replaced wxMaxima.exe with wxmaxima.exe (fixes loading wxm files from
the Explorer).

f4cfa3b... by Mario Rodriguez <email address hidden>

Revert changes

(cherry picked from commit eb96c1fd13dbe3e3129539a8f68d653531ac72c9)

1780b2f... by Robert Dodier <email address hidden>

In trigsimp, rename formal variable to something "uncommon"
to avoid trouble when that same symbol appears in input.
This is not a temporary fix; the problem will return if the uncommon
variable name is used. Lexical scope is a real solution.
Fixes SF bug #2936: stack overflow in integrate

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

Change version to 5.36.0.

496e322... by Robert Dodier <email address hidden>

New file ChangeLog-5.36.

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

Add rtest_vector_rebuild.mac to list of share files.

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

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

69597eb... by Robert Dodier <email address hidden>

Simplify 'at(foo, ...) by removing any variable x such that foo is
not dependent on x, as determined by diff(foo, x) (this accounts
for declared dependencies).

 * src/comm2.lisp: code to simplify via dependence test. Also,
   simplify at(foo, [x = ...]) to at(foo, x = ...).
 * src/series.lisp: in INT-DIFF-SUBSTITUTE, look for 'at expressions
   containing a list of equations as well as a single equation.
 * tests/rtest7.mac: additional tests for 'at(...) simplification.

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

One more solution can be checked. Update expected failures.