Steel Bank Common Lisp
Go to file
Douglas Katzman c05f7215be Remove bogus "#!+cmu (:pure nil)"
There might have been some point to having ":PURE NIL" in the past,
but it's clearly wrong, since obviously #!+cmu is and always has been false.

It would have been correct if a HAIRY-TYPE could reference mutable objects,
which it should not, nor can I see how it ever could. NEGATION-TYPE which came
from rev 58ff25d134 just borrowed the existing wrong conditional.

Incidentally, the two remaining uses of ":pure nil" to override the inherited
value of T from CTYPE seem ok or at least not wrong. MEMBER-TYPE is not
supposed to be mutable, but in the interest of safety, we might assume that
users could mutate the objects in a member-type.
2019-01-27 15:05:03 -05:00
contrib contrib/sb-cover: detect and emulate IN-PACKAGE when recording source maps 2019-01-27 02:57:52 +00:00
crossbuild-runner Adjust crossbuild-runner/stuff-groveled-from-headers.lisp 2019-01-03 20:34:05 +03:00
doc manual improvements 2018-12-30 19:44:05 +00:00
src Remove bogus "#!+cmu (:pure nil)" 2019-01-27 15:05:03 -05:00
tests Increase a test timeout. 2019-01-27 22:53:40 +03:00
tools-for-build Add azure-piplines.yml 2019-01-27 15:49:04 +03:00
.gitattributes Add azure-piplines.yml 2019-01-27 15:49:04 +03:00
.gitignore Add test.log to gitignore 2018-12-05 14:15:46 -05:00
.mailmap update .mailmap so 'git shortlog' is prettier 2014-05-31 21:20:13 +03:00
azure-pipelines.yml Add azure-piplines.yml 2019-01-27 15:49:04 +03:00
base-target-features.lisp-expr Remove :float-eql-vops feature selector 2018-12-15 21:52:11 -05:00
binary-distribution.sh remove vanilla-module.mk from binary distribution list 2017-10-30 17:19:04 +00:00
BUGS 1.0.28.75: documentation work related to move to Launchpad 2009-06-03 09:09:52 +00:00
build-comparison.sh less csr21-specific build-comparison script 2015-09-04 21:42:24 +01:00
build-order.lisp-expr Remove cross-thread 2019-01-02 11:40:08 -05:00
clean.sh more pedantic clean.sh 2011-02-12 15:22:25 +00:00
common-lisp-exports.lisp-expr Initial revision 2000-09-18 01:26:16 +00:00
COPYING Still more hopscotch table enhancements 2017-04-13 16:52:40 -04:00
CREDITS New contrib: SB-GMP 2013-06-28 00:18:16 -04:00
cross-make.sh Add building of two contribs into cross-make.sh 2018-12-11 13:42:26 -05:00
distclean.sh 1.0.10.55: Remove non-portable arguments to find, xargs 2007-10-22 04:16:12 +00:00
find-gnumake.sh Do not rely on which to be present in the system 2015-10-18 18:57:53 +03:00
generate-version.sh Do not rely on which to be present in the system 2015-10-18 18:57:53 +03:00
HACKING fix a simple typo 2016-06-18 12:15:26 +03:00
html-distribution.sh 1.0.29.1: fix FILL 2009-06-04 18:01:31 +00:00
INSTALL Document make-config's --host-location switch 2015-06-03 10:53:22 +01:00
install.sh install.sh script should set umask to go+rx 2018-04-04 00:12:03 +03:00
load-xc.lisp Search-and-replace SB!XC with SB-XC 2018-12-05 11:54:16 -05:00
loader.lisp GC the stream that was opened for make-target-2-load.lisp 2017-02-12 22:25:38 -05:00
make-c-runtime.sh Unbreak make-c-runtime 2018-11-12 13:46:39 -05:00
make-config.sh Remove :float-eql-vops feature selector 2018-12-15 21:52:11 -05:00
make-genesis-2.lisp Simplify make-host-2 2018-10-12 19:12:38 -04:00
make-genesis-2.sh Make the build process abortable. 2016-10-04 22:17:34 +03:00
make-host-1.lisp Search-and-replace SB!XC with SB-XC 2018-12-05 11:54:16 -05:00
make-host-1.sh Make the build process abortable. 2016-10-04 22:17:34 +03:00
make-host-2.lisp Search-and-replace SB!INT and SB!SYS 2018-12-05 15:18:56 -05:00
make-host-2.sh Make the build process abortable. 2016-10-04 22:17:34 +03:00
make-target-1.sh Make the build process abortable. 2016-10-04 22:17:34 +03:00
make-target-2-load.lisp Fix cross-typep for #+sb-show 2019-01-10 12:44:20 -05:00
make-target-2.sh Scan for quasi-unreachable FDEFNs after self-build 2018-11-07 17:25:09 -05:00
make-target-contrib.sh Fix scanning of contribs test-passed reports 2018-04-29 13:10:33 -04:00
make-windows-installer.sh Adapt to the new version of WiX. 2015-04-10 20:08:33 +03:00
make.sh make.sh: Fix time invocation. 2017-09-16 21:44:41 +03:00
NEWS contrib/sb-cover: detect and emulate IN-PACKAGE when recording source maps 2019-01-27 02:57:52 +00:00
OPTIMIZATIONS Remove obsolete item. 2016-06-13 13:40:50 -04:00
package-data-list.lisp-expr Export some macros from SB-C so that they are not removed. 2019-01-19 16:48:25 +03:00
PRINCIPLES Initial revision 2000-09-18 01:26:16 +00:00
pubring.pgp Initial revision 2000-09-18 01:26:16 +00:00
README Belatedly mention the OpenBSD wxallowed mount option for running sbcl. 2018-05-16 12:59:37 -07:00
release.sh a note to myself at the end of the release process 2018-04-29 13:34:43 +01:00
run-sbcl.sh Don't print (running SBCL from: .) from run-sbcl.sh 2018-05-02 01:56:05 +03:00
sbcl-pwd.sh sbcl-pwd.sh: Fix when $OSTYPE is not set. 2013-11-08 00:02:16 +04:00
slam.sh Avoid full rebuild of C code by slam.sh 2018-05-28 23:01:08 -04:00
source-distribution.sh A git-only SBCL workflow 2011-06-06 09:48:08 +03:00
tagify.sh 0.9.4.72: 2005-09-16 13:26:39 +00:00
TLA 0.8.9.10: 2004-03-30 16:58:25 +00:00
TODO Remove TODO items. 2018-08-30 00:08:14 +03:00
wc.sh 0.9.4.72: 2005-09-16 13:26:39 +00:00

GENERAL INFORMATION

Welcome to SBCL.

If you'd like to install or build the system, see the "INSTALL" file.

To find out more about who created the system, see the "CREDITS" file.

If you'd like information about the legalities of copying the system,
see the "COPYING" file.

If you'd like more information about using the system, see the man
page, "sbcl.1", or the user manual in the "doc/manual" subdirectory of
the distribution. (The user manual is maintained as Texinfo in the
source distribution; HTML version is available for download, and
"INSTALL" describes how to build the Texinfo version in HTML and PDF.)

The system is a work in progress. See the "TODO" file in the source
distribution for some highlights.

The "BUGS" file lists current known bugs.

If you'd like to make suggestions, report a bug, or help to improve the
system, please send mail to one of the mailing lists:
  sbcl-help@lists.sourceforge.net
  sbcl-devel@lists.sourceforge.net
Note that as a spam reduction measure you must subscribe to the lists
before you can post.

The "HACKING" file has more details regarding hacking on and
contributing to SBCL.

SYSTEM-SPECIFIC HINTS

for NetBSD:
  NetBSD 2.0 and above are required because of the lack of needed
  signal APIs in NetBSD 1.6 and earlier.

for OpenBSD 6.0 and newer:
  SBCL must be built and run from a filesystem with the "wxallowed"
  mount option, such as /usr/local in the default install.