~peterpall/maxima/+git/maxima.code:promote-float-to-bigfloat

Last commit made on 2016-03-12
Get this branch:
git clone -b promote-float-to-bigfloat https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
promote-float-to-bigfloat
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

7996baa... by Robert Dodier <email address hidden>

Reapply 50ae20e on branch promote-float-to-bigfloat.
This is the third of three commits for this purpose. At this point,
with these commits reapplied, we are back to the same version as
the trunk when I started reverting commits.

03abf9f... by Robert Dodier <email address hidden>

Reapply 9fafef3 on branch promote-float-to-bigfloat.
This is the second of three commits for this purpose.

000c800... by Robert Dodier <email address hidden>

Reapply 250f80f on branch promote-float-to-bigfloat.
This is the first of three commits for this purpose.

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

Revert 250f80f as part of reversion of the promote-float-to-bigfloat feature.
This is the third of three commits for this purpose.

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

Revert 9fafef3 as part of reversion of the promote-float-to-bigfloat feature.
This is the second of three commits for this purpose.

3f2a4bb... by Robert Dodier <email address hidden>

Revert 50ae20e as part of reversion of the promote-float-to-bigfloat feature,
which was discussed recently on the mailing list. This is the first of
three commits for this purpose. Afterwards, the commits will be moved to
a branch.

eba5341... by Volker van Nek <email address hidden>

fix bug in utf-8-fix-start-end and improve pseudo-unicode-support for GCL

7ca8a27... by Raymond Toy <email address hidden>

Add simple documentation for bf_fft and bf_inverse_fft.

2640ade... by Robert Dodier <email address hidden>

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

689fdbc... by Robert Dodier <email address hidden>

In SIMPLIMLN, compare numbers via EQUALP instead of EQUAL.
This fixes SF bug report #3104: "limit(log(1 - exp(x)), x, 0, plus), numer => stack overflow"
and also #3103: "limit of li[..](...) with numer:true infinite recursion"