~peterpall/maxima/+git/maxima.code:KoenGu/installLispFiles

Last commit made on 2022-04-18
Get this branch:
git clone -b KoenGu/installLispFiles https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

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

Recent commits

baf4658... by PeterPall

We need to package the lisp source file on "make dist".

5b69d07... by PeterPall

Simplified the documentation build system by >2000 lines

Part of what made the documentation build system hard to
maintain was that each manual translation used slightly different methods for doing the same thing: Compiling a
manual. Additionally there are many historical left-overs
of which one (the Microsoft HTML Help workshop version)
definitely no was is in use.

After this change the manuals should all build in
more-or-less similar ways and using a smaller number
of unnecessary steps.

153e51f... by Raymond Toy <email address hidden>

Merge branch 'rtoy-limit-li'

c260cc1... by Wolfgang Dautermann <email address hidden>

Found one more occurence of --enable-lang-es-utf8. Remove "-utf8".

I do not speak spanish, but the option --enable-lang-es-utf8
does no longer exist.

56f5a1d... by Raymond Toy <email address hidden>

Remove commented-out defprops for bessel functions

These were commented out when replacing the simplifiers with
def-simplifier that automatically set the appropriate properties.
These are needed anymore and can be removed since they were commented
out anyway.

604ef78... by Raymond Toy <email address hidden>

Define lucas numbers better and add comments.

I didn't know what Lucas numbers were and the docs didn't really help
except that Maxima can compute them. So add a sentence to the docs to
give the recursive definition for the Lucas numbers.

Also add some comments in combin.lisp for the functions that compute
the Lucas numbers. Add one for the Fibonacci numbers as well.

Finally, neatly indent some of the code for these functions.
Otherwise, no functional changes.

9a1aab8... by Raymond Toy <email address hidden>

Remove commented out stuff for zeta

Clean up code, removing unneeded or commented-out stuff for zeta. The
def-simplifier for zeta is working.

2e18028... by Raymond Toy <email address hidden>

Merge branch 'master' into rtoy-def-simp-more

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

Remove defprops for zeta that def-simplifier does automatically.

2a7ba81... by Raymond Toy <email address hidden>

Remove old simplifier code that wasw replaced by def-simplifier

No functional changes; just reducing clutter in the sources. The
def-simplifiers have been in place for quite a while now without
issues, so no reason to keep the originals around.