mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-09 23:16:41 -04:00
Some checks are pending
CL-host / ecl (push) Waiting to run
CL-host / clisp (push) Waiting to run
CL-host / ccl (push) Waiting to run
CL-host / cmucl (push) Waiting to run
CL-host / sbcl (push) Waiting to run
CL-host / compare-xc-host-fasls (ccl, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (clisp, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (cmucl, false) (push) Blocked by required conditions
CL-host / compare-xc-host-fasls (self, false) (push) Blocked by required conditions
Linux arm / build (push) Waiting to run
Linux arm64 / build () (push) Waiting to run
Linux qemu / build (ppc64le) (push) Waiting to run
Linux qemu / build (riscv64) (push) Waiting to run
Linux / build (x86, --without-sb-unicode, ) (push) Waiting to run
Linux / build (x86, --with-sb-thread, ) (push) Waiting to run
Linux / build (x86, --without-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --with-mark-region-gc --with-nonstop-foreign-call) (push) Waiting to run
Linux / build (x86-64, --with-sb-fasteval --without-sb-eval --with-nonstop-foreign-call, fasteval) (push) Waiting to run
Linux / build (x86-64, --with-sb-thread --with-nonstop-foreign-call, sse4) (push) Waiting to run
Linux / build (x86-64, --with-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --without-sb-thread, ) (push) Waiting to run
Linux / build (x86-64, --without-sb-unicode, ) (push) Waiting to run
Mac / build (arm64, --with-mark-region-gc --with-nonstop-foreign-call) (push) Waiting to run
Mac / build (arm64, --with-sb-thread --with-nonstop-foreign-call) (push) Waiting to run
Mac / build (x86-64, --with-mark-region-gc --with-nonstop-foreign-call) (push) Waiting to run
Mac / build (x86-64, --with-sb-thread --with-nonstop-foreign-call) (push) Waiting to run
Windows arm64 / build (arm64, clang-aarch64, clangarm64) (push) Waiting to run
Windows / build (x86-64, ucrt-x86_64, ucrt64) (push) Waiting to run
- make bug reporting instructions more consistent - add DOCUMENTATION file - deduplicate Texinfo @cindex lines - fix typos and URLs - update obsolete references to Texinfo - standardize the spelling of HyperSpec
27 lines
1.2 KiB
Plaintext
27 lines
1.2 KiB
Plaintext
Files:
|
|
|
|
- doc/sbcl.1: man page
|
|
|
|
- doc/manual/sbcl.{info*,pdf,html}: The user manual. See the "INSTALL"
|
|
file on how to build them.
|
|
|
|
A prebuilt manual for the latest release is available for download in
|
|
HTML and PDF formats at <https://www.sbcl.org>.
|
|
|
|
Sections of the manual are defined and exported from the SB-MANUAL
|
|
package (available after (REQUIRE :SB-MANUAL)). The top-level section
|
|
is SB-MANUAL:@SBCL-MANUAL. You can browse these directly (e.g. with
|
|
Slime's M-.) if the SBCL sources are available. Note that all other
|
|
formats (including the intermediate Texinfo) are generated from these
|
|
sections and the docstrings of individual Lisp definitions (of e.g.
|
|
functions, variables).
|
|
|
|
> An alternative, unofficial (and unsupported by the SBCL project)
|
|
> rendering of the manual is available at <https://fixnum.com> in
|
|
> HTML, PDF, Markdown and plain text for the latest development
|
|
> version. This version is heavily linked both internally and to the
|
|
> HyperSpec, and documents e.g. the default values of arguments and
|
|
> the initial values of variables. It is generated with MGL-PAX v0.5+
|
|
> (<https://fixnum.com/pax-manual.html>), which also supports browsing
|
|
> the documentation live.
|