~peterpall/maxima/+git/maxima.code:rtoy-no-lisp-user-init

Last commit made on 2022-10-10
Get this branch:
git clone -b rtoy-no-lisp-user-init https://git.launchpad.net/~peterpall/maxima/+git/maxima.code

Branch merges

Branch information

Name:
rtoy-no-lisp-user-init
Repository:
lp:~peterpall/maxima/+git/maxima.code

Recent commits

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

Disable user init for abcl and acl

Also add comment that for each lisp, we want to disable loading of any
user init files.

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

Disable user init for clisp, ccl, and sbcl.

27d3389... by Raymond Toy <email address hidden>

Do not run lisp init files when building categories

When building the categories, the invocation of lisp should disallow
loading of the user's init files so that it doesn't interfere or
change how the categories are generated.

Currently only added support for cmucl, ecl, and ccl64; need to look
up the docs for the other lisps to find out how to disable loading of
user init files.

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

Add xref to "Getting Started with ODEPACK"

In the description for dlsode_step and dlsode_init, add a cross-ref to
the section "Getting Started with ODEPACK" to help users figure out
where to go to learn how to use the functions.

Also fixed a typo, and added @math{} to a couple of places to make it
typeset a bit nicer.

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

Windows installer: Update wxWidgets.

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

Add quit() with an exit code to the german documentation.

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

Quit supports an exit code

Quit takes an optional integer that is used as the exit code from
maxima.

* src/suprv1.lisp
  * Add optional exit-code arg for $quit; this calls bye with the
    given code.

* src/utils.lisp
  * Add optional exit-code arg to bye. This calls the appropriate
    implementation-specific function with the exit-code if possible.
    Otherwise it's ignored.

* doc/info/Command.texi
  * Update docs to mention the optional exit-code

*

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

Windows installer: Update SBCL.

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

Add functions to categories for hompack, minpack, odepack

The functions in the hompack, minpack, and odepack packages were not
listed in any category. Thus, add them to the corresponding package
categories.

231452a... by Raymond Toy <email address hidden>

Ignore math.m4 and cobyla.texi

These are generated files. math.m4 is generated by configure, and
cobyla.texi is processed from cobyla.texi.m4