~peterpall/maxima/+git/maxima.code:rtoy-add-globals-init-cl

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

Branch merges

Branch information

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

Recent commits

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.

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

Move defmvar/defvar from trigi to globals

- Moved %pi//4, %pi//2, sqrt3//2, and -sqrt3//2.
- Removed unneeded declarations.

3865c9a... by Raymond Toy <email address hidden>

Move defmvar/defvar from trigi to globals

- Moved $%piargs, $%iargs, $triginverses, $trigexpand,
  $trigexpandplus, $trigexpandtimes, $trigsign, $exponentialize,
  $logarc, and $halfangles.
- Removed unneeded declarations.

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

Move defmvar/defvar from suprv1 to globals

- Moved *refchkl*, *mdebug*, errcatch, lessorder,
  greatorder, *in-translate-file*, and *linelabel*.
- Removed unneeded declarations.

301154f... by Raymond Toy <email address hidden>

Move defmvar/defvar from suprv1 to globals

- Moved $loadprint, $nolabels, $aliases, $infolists, $labels,
  $dispflag, $%, $inchar, $outchar, $linechar, $linenum, and
  $file_output_append.
- Removed unneeded declarations.