maxima:branch-5_29

Last commit made on 2012-12-11
Get this branch:
git clone -b branch-5_29 https://git.launchpad.net/maxima

Branch merges

Branch information

Name:
branch-5_29
Repository:
lp:maxima

Recent commits

3ddde46... by robert_dodier <email address hidden>

Ensure that CL-USER:*MAXIMA-BUILD-TIME* is defined for ECL.
This fixes a problem with ECL + Maxima + wxMaxima. Thanks to Edd Barrett for pointing it out.
(cherry picked from commit 041c906f4479935eec28c77219fbe67fce0d49de)

2365fcb... by robert_dodier <email address hidden>

Roll version forward to 5.29.1.

abcbcdc... by Raymond Toy <email address hidden>

Fix issue with expand(bfloat(erf((sqrt(2)*%i-sqrt(2))/2))) causing a
Lisp error.

src/gamma.lisp:
o expand and bfloat the result of bfloat-erf.

tests/rtest_gamma.mac:
o Add test for this example.
(cherry picked from commit 1e111f6e83a3dc08e2702a8f6a4c8aaaa911694f)

556d50b... by Volker van Nek <email address hidden>

gf_exp allows negative exponents
(cherry picked from commit d20c5d6b4b1d0289cdc1fac368b11bc7157cc551)

68ee371... by Volker van Nek <email address hidden>

get-one-factor-pollard: (float n) not suitable for large n
(cherry picked from commit e6a3eca114f859e79add3f3ecd92acb5f737f7c2)

59e00fe... by Dan Gildea <dgildea>

FIx #2513 wrong principal value integral

src/limit.lisp:
o $limit: when creating new variable for limit, make assumptions
  about new variable, not original variable.

tests:
o add limit(floor(x), x, 5, minus);
      limit(floor(x), x, 5, plus);
      integrate(1/((x-1)*(x-2)),x,0,3);
o syntactic change in result of integrate(exp(sqrt(x)-x), x, 0, inf);
(cherry picked from commit b16ab63039415ff7df67bac640477f36047aa9cf)

f2218b9... by robert_dodier <email address hidden>

Assign WXXML property for MLABLE to make wxMaxima happy with Maxima 5.29.
(cherry picked from commit 6fc38498887a451a98a80ef1b933e32cd4b7e12d)

5c48b40... by robert_dodier <email address hidden>

Put rtest_laplace.mac on list of files for distribution.

e1e0a53... by robert_dodier <email address hidden>

Set version number to 5.29.0.

c39ecaf... by robert_dodier <email address hidden>

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