~peterpall/maxima/+git/maxima.code:dodier-checksum-make-dependency

Last commit made on 2021-11-19
Get this branch:
git clone -b dodier-checksum-make-dependency https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
dodier-checksum-make-dependency
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

31d75ff... by Robert Dodier <email address hidden>

Set version number to 5.45.9000 for testing content-dependency machinery.

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

Proof of concept implementation of dependency on checksum, instead of timestamp,
for Texinfo documentation.

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

In numericalio.texi, replace tab characters with four spaces.

816161c... by Robert Dodier <email address hidden>

Extend function md5sum to binary input streams.

Update documentation, and test md5sum on several files
for which Linux md5sum has been computed.

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

Many of the expected failures for gcl, clisp, ... ,and ecl are wrong. After the nightly tests run, we'll fix up the expected failures for all compilers.

3456f42... by Dan Gildea <dgildea>

Fix #3865 crash from taking limit of factorial(x) + 1

simplimfact: handle zeroa, zerob

3ca4235... by Barton Willis <email address hidden>

Fixes for abs_integrate bugs #3442, #3237, #2520, #3125, #3122, and #2859.

o new version of abs_defint_signum

o new check for *integrator-level*. This check prevents the main integration code from invoking the the integration methods in abs_integrate until the main integration code is finished. Although this makes abs_integrate.mac less powerful, it fixes some stack overflow problems as well as fixing some problems with definite integration.

o new version of signum_to_abs that is more powerful and more complete.

o appenbded tests for bugs #3442, #3237, #2520, #3125, #3122, and #2859 to rtest_abs_integrate.mac

o updated testsuite.lisp

Code tested with SBCL 2.0 and Clozure CL 1.12.1

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

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

9585b2a... by Barton Willis <email address hidden>

o Correct location of testsuite.lisp
o other minor fixes

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

o Correct location of testsuite.lisp
o other minor changes