~peterpall/maxima/+git/maxima.code:rtoy-def-simp-airy

Last commit made on 2021-10-13
Get this branch:
git clone -b rtoy-def-simp-airy https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
rtoy-def-simp-airy
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

396a539... by Raymond Toy <email address hidden>

Remove commented-out stuff

36476f9... by Raymond Toy <email address hidden>

Replace eqtest with give-up.

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

Convert to use def-simplifier

Testsuite passes

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

Apply patch #80: "Build a FASL library, needed by SageMath"

This modifies maxima.system for ECL only.

1b0caa4... by "Viktor T. Toth" <email address hidden>

CTENSOR: sqrt sign fix for confocalellipsoidal frame metric (fixes bug #3876)

8c82e9a... by kjak

Fix bug #2837: ev causes bogus WNA checks for sum, product, define and ":"

MEVALATOMS assumed that the correct number of args were present in
sum, product, define and MSETQ forms. NIL would be passed for any
missing args and any extra args were ignored.

Now we check the number of args in MEVALATOMS.

No problems with the test suite or share test suite. New tests have
been added to rtest2 and rtestsum.

d66d6ee... by kjak

Use ARG-COUNT-CHECK to check the number of args to product

This gives an error message that's consistent with other WNA errors.

No problems with the test suite or share test suite.

2578770... by kjak

Adjust the tolerance of a carlson_rc test

For clisp

ad1a008... by kjak

Define testsuite_files and share_testsuite_files with DEFPARAMETER

This is for convenience so changes made will be reflected when, say,
loading the file.

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

Merge branch 'rtoy-fix-eng-format'