~peterpall/maxima/+git/maxima.code:rtoy-refactor-ratout-specvar-wholepart

Last commit made on 2023-02-19
Get this branch:
git clone -b rtoy-refactor-ratout-specvar-wholepart https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
rtoy-refactor-ratout-specvar-wholepart
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

78b30ea... by Raymond Toy <email address hidden>

Rename wholepart to ratout-wholepart

Rename `wholepart` to `ratout-wholepart` in ratout.lisp so that we use
a lexical var instead of the special var. Since there are now no
longer any uses of `wholepart` in ratout.lisp, we can remove the
special declaration for it.

Full testsuite passes.

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

Merge branch 'rtoy-refactor-ratout-specvar-parnumer'

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

Remove var from declare-top

Since we renamed all uses of `var` to `ratout-var` between the
`declare-top` statements, we don't need the special var `var`
anymore. Thus remove it from `declare-top`

Full testsuite passes.

92b053b... by Raymond Toy <email address hidden>

Rename var to ratout-var in partfrac

Full testsuite passes.

96518fa... by Raymond Toy <email address hidden>

Rename var to ratout-var in $partfrac

Full testsuite passes.

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

Windows installer: Update wxWidgets.

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

Remove parnumer from declare-top special

We're renamed `parnumer` to `ratout-parnumer` so there are no longer
any uses of `parnumer`. Remove it from `declare-top`.

There are still uses of `parnumer` elsewhere, but not in ratout.lisp.

Full testsuite passes.

6dbdf11... by Raymond Toy <email address hidden>

Rename parnumer to ratout-parnumer

Full testsuite passes.

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

Remove var from declare-top

Since we renamed all uses of `var` to `ratout-var` between the
`declare-top` statements, we don't need the special var `var`
anymore. Thus remove it from `declare-top`

Full testsuite passes.

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

Rename var to ratout-var in partfrac

Full testsuite passes.