~peterpall/maxima/+git/maxima.code:multiple-texinfo-dirs-branch

Last commit made on 2011-07-25
Get this branch:
git clone -b multiple-texinfo-dirs-branch https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
multiple-texinfo-dirs-branch
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

e4505c0... by robert_dodier <email address hidden>

Generalize Texinfo-based help system to handle Texinfo documentation
in multiple directories. In order to make use of the new system,
execute "perl <someplace>/build_index.pl my.info > my_index.lisp"
in each directory, and then load(my_index); in a Maxima session.
Then ? and ?? find items in my_index as well as the built-in
documentation index. The my.info file must be structured as stated
in share/template-standalone.texi.

From what I can tell, this scheme works as intended in a system
installed via make install or something like that (in which the actual
location of the info file is different from where it was at build time).

70d5485... by Dan Gildea <dgildea>

src/defint.lisp:
o look for discontinuities in antiderivative, and evaluate on both sides.
  fixes error in integrating exp(-x)*sinh(sqrt(x)) - ID: 3292033
   integrate(x^m * exp(-x^2),x,minf,inf) --> 0 - ID: 3311145
 special case assumed to be general in integration - ID: 3369856

src/solve.lisp:
o solve(abs(x), x) now yields [x = 0]

tests/rtestint.mac:
o add integrate(exp(sqrt(x)-x), x, 0, inf);

0c6001a... by Mario Rodriguez <email address hidden>

Merge branch 'traduccion'

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

* Adding DataTypes.es.texi
* Remove Floating.es.texi
* Change sectioning

7bd2a49... by Barton Willis <email address hidden>

o move to_poly_solve user documentation into main documentation

d5fe7f1... by Barton Willis <email address hidden>

o user documentation for bernstein package

e12b2a7... by Barton Willis <email address hidden>

Merge branch 'master' of ssh://maxima.git.sourceforge.net/gitroot/maxima/maxima

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

Update translation

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

* New texi file: MathFunctions.es.texi
* Removed: Logarithms.es.texi and Trigonometric.es.texi
* Small change in Expressions.es.texi

41e48cf... by Dieter Kaiser

Correcting the function dimnary.

It is an error in dimnary to call the function dimension-paren
directly. This way the global variables are not updated correctly,
because we can not pass the variable w to the function
dimension-paren. When inserting the code of dimension-paren in dimnary
it is possible to update the variables correctly.

This is an old bug. We have two bug reports, which are caused by the
call of dimension-paren from the function dimnary.

Related bug reports:
ID: 635708 - Bad display of unsimplified expr
ID: 1954693 - 2D display of long denominator of nested fractional