~peterpall/maxima/+git/maxima.code:rtoy-add-lmdcls-defvars

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

Branch merges

Branch information

Name:
rtoy-add-lmdcls-defvars
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

632bb66... by Raymond Toy <email address hidden>

Move some defvars from suprv1.lisp to global.lisp

- Moved *refchkl*, *mdebug*, errcatch, lessorder,
  greatorder, *in-translate-file*, and *linelabel*.
- Removed special declarations no longer needed for these.

5d4a894... by Raymond Toy <email address hidden>

Move some defvars from asum.lisp to global.lisp

- Moved *opers-list and opers.
- Removed special declarations no longer needed for these.

68bfccb... by Raymond Toy <email address hidden>

Move some defvars from defint.lisp to global.lisp

- Moved integerl, nonintegerl, *semirat*.
- Removed special declarations no longer needed for these.

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

Move some defvars from mlisp.lisp to global.lisp

- Moved munbound, fixunbound, flounbound, munbindp
- Removed special declarations no longer needed for these.

1c5fa00... by Raymond Toy <email address hidden>

Move flonum constants from clmacs.lisp to globals.lisp

Move the flonum constants to globals.lisp so they get defined early in
the build process to make them available for any defvars in
globals.lisp.

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

Move some defvars from mlisp.lisp to global.lisp

- Moved featurel and $features
- Removed special declarations no longer needed for these.

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

Move some defvars from mlisp.lisp to global.lisp

- Moved evarrp, factlist, mfexprp, *nounsflag*, transp, noevalargs
- Removed special declarations no longer needed for these.

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

Move some defvars from mlisp.lisp to global.lisp

- Moved *nounl*, scanmapp, maplp, evp, fmaplvl, aryp, msump
- Removed special declarations no longer needed for these.

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

Move some defvars from mlisp.lisp to global.lisp

- Moved mspeclist, bindlist, loclist
- Removed special declarations no longer needed for these.

66f763a... by Raymond Toy <email address hidden>

Move some defvars from nparse.lisp to global.lisp

- Moved *alphabet*
- Removed special declarations no longer needed for these.