~peterpall/maxima/+git/maxima.code:rtoy-msetchk

Last commit made on 2022-12-13
Get this branch:
git clone -b rtoy-msetchk https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
rtoy-msetchk
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

04f1b31... by Raymond Toy <email address hidden>

Use :setting-predicate for $optimprefix assignments

Remove the code from msetchk for handling assignments to $optimprefix.
Instead, use :setting-predicate for the defmvar.

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

Use :setting-predicate for $fortindent assignments

Remove the code from msetchk for handling assignments to $fortindent.
Instead, use :setting-predicate for the defmvar.

8c8a274... by Raymond Toy <email address hidden>

Use :setting-predicate for $fpprintprec assignments

Remove the code from msetchk for handling assignments to $fpprintprec.
Instead, use :setting-predicate for the defmvar.

02655cd... by Raymond Toy <email address hidden>

Use :setting-predicate for $linel assignments

Remove the code from msetchk for handling assignments to $linel.
Instead, use :setting-predicate for the defvar of $linel.

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

Use :setting-predicate for modulus assignments

Remove the code from msetchk for handling assignments to modulus.
Instead, use :setting-predicate for the defvar of modulus.

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

Merge branch 'master' into rtoy-msetchk

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

Merge branch 'rtoy-linel'

007998b... by Wolfgang Dautermann <email address hidden>

Some spelling fixes in the documentation.

43ff7c4... by Raymond Toy <email address hidden>

Replace all uses of linel with $linel

- Remove the defvar for `linel`.
- Modify `msetchk` so as not to set `linel` anymore since it doesn't
  exist.

390d2a1... by Raymond Toy <email address hidden>

Fix typo in setting-predicate for $gcd.