Steel Bank Common Lisp
Go to file
Nathan Froyd 1ca02b016c 0.8.13.35:
* SB!VM:WORD-LOGICAL-FOO transforms were being defined per-backend,
	  when in reality they can be shared.  Make it so.
	* The `length' slot in SB!VM:PRIM-SLOT-OBJECT wasn't being used;
	  delete it, but retain the :LENGTH option in
	  SB!VM:DEFINE-PRIMITIVE-OBJECT, because that *is* being used.
	  (mostly to generate offsets for GENESIS header files)
2004-08-07 02:24:48 +00:00
contrib 0.8.13.22: 2004-08-04 11:45:19 +00:00
doc 0.8.13.14: Texinfoization continues 2004-08-01 23:33:05 +00:00
src 0.8.13.35: 2004-08-07 02:24:48 +00:00
tests 0.8.13.30: 2004-08-05 16:47:23 +00:00
tools-for-build 0.8.12.38: 2004-07-19 20:13:22 +00:00
.cvsignore 0.pre8.54 2003-04-11 20:13:00 +00:00
base-target-features.lisp-expr 0.8.12.30: 2004-07-13 08:42:01 +00:00
binary-distribution.sh 0.8.10.81: 2004-06-04 13:37:48 +00:00
BUGS 0.8.13.17: 2004-08-02 12:29:29 +00:00
build-order.lisp-expr 0.8.12.7: Merge package locks, AKA "what can go wrong with a 3783 line patch?" 2004-06-29 08:50:51 +00:00
clean.sh 0.8.9.49: 2004-04-19 03:41:40 +00:00
common-lisp-exports.lisp-expr Initial revision 2000-09-18 01:26:16 +00:00
COPYING 0.7.10.31: 2002-12-23 13:52:59 +00:00
CREDITS 0.8.13.6: 2004-07-27 11:49:33 +00:00
distclean.sh 0.8.8.32: 2004-03-19 19:51:26 +00:00
find-gnumake.sh 0.8.10.16: 2004-05-09 20:26:27 +00:00
html-distribution.sh integration hassles, cont'd: 2002-01-19 21:17:41 +00:00
INSTALL 0.8.10.81: 2004-06-04 13:37:48 +00:00
install.sh 0.8.10.61: 2004-05-29 15:35:47 +00:00
make-config.sh 0.8.13.27: 2004-08-05 10:43:08 +00:00
make-genesis-2.sh 0.8alpha.0.13: 2003-05-05 14:09:03 +00:00
make-host-1.sh 0.8.8.4: 2004-02-27 09:41:37 +00:00
make-host-2.sh 0.8alpha.0.20: 2003-05-08 15:43:21 +00:00
make-target-1.sh 0.8.8.4: 2004-02-27 09:41:37 +00:00
make-target-2.sh 0.8.12.7: Merge package locks, AKA "what can go wrong with a 3783 line patch?" 2004-06-29 08:50:51 +00:00
make-target-contrib.sh 0.8.6.14: 2003-11-29 20:41:47 +00:00
make.sh 0.8.10.25: 2004-05-16 07:42:20 +00:00
NEWS 0.8.13.30: 2004-08-05 16:47:23 +00:00
OPTIMIZATIONS 0.8.12.35: 2004-07-15 09:38:12 +00:00
package-data-list.lisp-expr 0.8.13.33: 2004-08-06 18:43:45 +00: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 0.8.9.6.netbsd.2: 2004-04-08 12:00:30 +00:00
slam.sh 0.8.2.7: 2003-07-28 08:10:32 +00:00
source-distribution.sh 0.6.10: 2001-01-15 02:28:27 +00:00
STYLE Initial revision 2000-09-18 01:26:16 +00:00
SUPPORT 0.8.6.39: 2003-12-16 17:40:39 +00:00
tagify.sh Initial revision 2000-09-18 01:26:16 +00:00
TLA 0.8.9.10: 2004-03-30 16:58:25 +00:00
TODO 0.8.12.23: Signs of mellowing out in SBCL? Reversed NEWS file 2004-07-05 16:27:47 +00:00
version.lisp-expr 0.8.13.35: 2004-08-07 02:24:48 +00:00
wc.sh 0.6.11.40: 2001-04-17 14:43:42 +00:00

GENERAL INFORMATION

Welcome to SBCL.

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 to install or build the system, see the "INSTALL" file.

If you'd like more information about using the system, see the man
page, "sbcl.1", or the user manual in the "doc/" subdirectory of the
distribution. (The user manual is maintained as DocBook SGML in the
source distribution; there is an HTML version in the binary
distribution.)

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

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


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:
  OpenBSD 3.0 has stricter ulimit values, and/or enforces them more
  strictly, than its predecessors. Therefore SBCL's initial mmap()
  won't work unless you increase the limit on the data segment from
  the OpenBSD defaults, e.g. with
    ulimit -S -d 1000000
  before you run SBCL. Otherwise SBCL fails with a message like
  "ensure_space: failed to validate xxxxxxx bytes at yyyyy". (SBCL
  is just allocating this huge address space, not actually using this
  huge memory at this point. OpenBSD <3.0 had no problem with this,
  but OpenBSD 3.0 is less hospitable.)

for Darwin:
  PURIFY (which can be used alone but is also used by the system when
  saving a new core) uses more stack than the default limit on MacOS
  X.2.  Therefore, in order to get PURIFY to work reliably, you need
  to increase the limit, with e.g.
    limit stack 8192 # for the default shell, tcsh
    ulimit -s 8192 # for bash
  before running SBCL.  This is also necessary when building the system
  from sources, as part of the build process involves saving a new core.