~peterpall/maxima/+git/maxima.code:rtoy-add-globals-cleanup-2

Last commit made on 2022-12-09
Get this branch:
git clone -b rtoy-add-globals-cleanup-2 https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
rtoy-add-globals-cleanup-2
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

0e30f57... by Raymond Toy <email address hidden>

Update dependencies in maxima.system.

Noticed that commac.lisp and displm.lisp both call `check-arg` from
clmacs.lisp. So make sure we compile clmacs.lisp before either of
these files.

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

Remove special declaration for $aliases in displm.

Forgot to remove this declaration.

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

Remove putprop fro clmacs

`putprop` was copied to globals.lisp, so we don't need to
redefine (identically) here.

32575e1... by Raymond Toy <email address hidden>

Format docstrings neatly.

Format all the docstrings neatly using a typical Common Lisp style.

No functional changes.

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

Move defmvar/defvar from init-cl to globals

- Moved *temp-files-list*.
- Removed unneeded declarations.

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

Move defmvar/defvar from init-cl to globals

- Moved *maxima-prefix*, *maxima-infodir*, *maxima-htmldir*, *maxima-userdir*,
  *maxima-initmac*, *maxima-initlisp*, *maxima-load-init-files*,
  *maxima-tempdir*, *maxima-lang-subdir*, $maxima_frontend, and
  $maxima_frontend_version.
- Removed unneeded declarations.

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

Move defmvar/defvar from init-cl to globals

- Moved $file_search_lisp, $file_search_maxima, $file_search_demo,
  $file_search_usage, and $file_search_tests.
- Removed unneeded declarations.

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

Move defmvar/defvar from compar to globals

- Moved $context, $contexts, $activecontexts, and *complexsign*.
- Removed unneeded declarations.

93df1d2... by Raymond Toy <email address hidden>

Remove some declarations that were missed.

We forgot to remove some declarations for $%rnum, $bftorat, $gcd,
%pi2, $expop, $expon.

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

Move defmvar/defvar from trigi to globals

- Moved *flonum-op* and *big-float-op*.
- Removed unneeded declarations.