• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

contrib/H03-May-2022-47,57538,301

doc/H03-May-2022-14,61311,586

src/H31-Dec-2016-461,015359,277

tests/H03-May-2022-60,26745,659

tools-for-build/H03-May-2022-2,9292,250

.gitignoreH A D31-Dec-20161.1 KiB5352

.mailmapH A D31-Dec-20162.1 KiB4832

BUGSH A D31-Dec-2016638 1811

COPYINGH A D31-Dec-20165.4 KiB113100

CREDITSH A D31-Dec-201633.5 KiB871717

HACKINGH A D31-Dec-20168 KiB199166

INSTALLH A D03-May-202210.1 KiB310209

NEWSH A D03-May-2022433.9 KiB7,8267,634

OPTIMIZATIONSH A D31-Dec-201614.4 KiB400331

PRINCIPLESH A D31-Dec-20169.7 KiB174169

READMEH A D31-Dec-20161.2 KiB3826

TLAH A D31-Dec-20161.5 KiB3833

TODOH A D31-Dec-20166.4 KiB190138

base-target-features.lisp-exprH A D03-May-202222.6 KiB511458

binary-distribution.shH A D03-May-20221.1 KiB3119

build-comparison.shH A D31-Dec-2016600 2118

build-order.lisp-exprH A D31-Dec-201627.3 KiB765621

clean.shH A D03-May-20224.3 KiB12359

common-lisp-exports.lisp-exprH A D31-Dec-201622.6 KiB478466

distclean.shH A D31-Dec-20161 KiB285

find-gnumake.shH A D31-Dec-2016788 2415

generate-version.shH A D31-Dec-20162.8 KiB9279

html-distribution.shH A D31-Dec-2016363 136

install.shH A D03-May-20224.3 KiB151106

loader.lispH A D31-Dec-2016694 1918

make-config.shH A D03-May-202227.8 KiB790586

make-genesis-2.lispH A D03-May-20221.2 KiB3126

make-genesis-2.shH A D03-May-20221.8 KiB4412

make-host-1.lispH A D31-Dec-20164 KiB9050

make-host-1.shH A D31-Dec-20161.2 KiB358

make-host-2.lispH A D03-May-202210.5 KiB221123

make-host-2.shH A D03-May-20222.3 KiB5810

make-target-1.shH A D31-Dec-20162.3 KiB6423

make-target-2-load.lispH A D03-May-20224.1 KiB10763

make-target-2.lispH A D31-Dec-2016516 158

make-target-2.shH A D03-May-20222.5 KiB7744

make-target-contrib.shH A D03-May-20223.9 KiB13590

make-windows-installer.shH A D03-May-20221.2 KiB3822

make.shH A D03-May-20224.5 KiB12055

package-data-list.lisp-exprH A D31-Dec-2016145.2 KiB3,2933,102

release.shH A D03-May-20228.1 KiB325218

run-sbcl.shH A D03-May-20221.6 KiB6339

sbcl-pwd.shH A D31-Dec-2016384 1711

slam.shH A D03-May-20224.9 KiB13037

source-distribution.shH A D31-Dec-2016170 83

tagify.shH A D31-Dec-201685 52

version.lisp-exprH A D31-Dec-2016177 54

wc.shH A D31-Dec-20161 KiB269

README

1GENERAL INFORMATION
2
3Welcome to SBCL.
4
5If you'd like to install or build the system, see the "INSTALL" file.
6
7To find out more about who created the system, see the "CREDITS" file.
8
9If you'd like information about the legalities of copying the system,
10see the "COPYING" file.
11
12If you'd like more information about using the system, see the man
13page, "sbcl.1", or the user manual in the "doc/manual" subdirectory of
14the distribution. (The user manual is maintained as Texinfo in the
15source distribution; HTML version is available for download, and
16"INSTALL" describes how to build the Texinfo version in HTML and PDF.)
17
18The system is a work in progress. See the "TODO" file in the source
19distribution for some highlights.
20
21The "BUGS" file lists current known bugs.
22
23If you'd like to make suggestions, report a bug, or help to improve the
24system, please send mail to one of the mailing lists:
25  sbcl-help@lists.sourceforge.net
26  sbcl-devel@lists.sourceforge.net
27Note that as a spam reduction measure you must subscribe to the lists
28before you can post.
29
30The "HACKING" file has more details regarding hacking on and
31contributing to SBCL.
32
33SYSTEM-SPECIFIC HINTS
34
35for NetBSD:
36  NetBSD 2.0 and above are required because of the lack of needed
37  signal APIs in NetBSD 1.6 and earlier.
38