This project is a fork of the sbcl.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/sbcl.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptiontcr's SBCL random hacking branch.
ownertcr@freebits.de
last changeSat, 25 Apr 2009 03:12:13 +0000 (25 03:12 +0000)
content tags
add:
README
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.


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.)
shortlog
2009-04-25 Alastair Bridgewater1.0.27.46: Fix build on systems with "src" in the path.master
2009-04-24 Richard M Kreuter1.0.27.45: Fix the error signaled in bogus recursive...
2009-04-24 Christophe... 1.0.27.44: genesis fixes
2009-04-24 Christophe... 1.0.27.43: constant coalescing agreement fixes
2009-04-24 Christophe... 1.0.27.42: explicit determinism in the compiler
2009-04-24 Christophe... 1.0.27.41: floating point implementation smoothing
2009-04-24 Christophe... 1.0.27.40: host-invariant string constant coalescing
2009-04-24 Gabor Melis1.0.27.39: SIGCHLD related fixes
2009-04-24 Christophe... 1.0.27.38: make FAILED-AVER use a list form of code
2009-04-24 Christophe... 1.0.27.37: fix host constant leaks
2009-04-24 Christophe... 1.0.27.36: host CL symbols with other home packages
2009-04-24 Christophe... 1.0.27.35: minimize the potential for presenting hosts...
2009-04-24 Christophe... 1.0.27.34: various trivial fixups for portability ...
2009-04-24 Christophe... 1.0.27.33: make various form orders deterministic
2009-04-24 Christophe... 1.0.27.32: implement and use SB!XC:GENSYM
2009-04-24 Christophe... 1.0.27.31: repeatable fasl header and debug-source
...
heads
15 years ago master
15 years ago misc
15 years ago bug-310062-cleanup
15 years ago bug-310062
15 years ago reader-merging
15 years ago package-cleaning+with-readtable-iterator
15 years ago package-cleaning
15 years ago tcr-reader-hacking
15 years ago with-readtable-iterator
15 years ago inspector-hook
15 years ago seqtrans-test-frobbage
15 years ago fancy-error