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.
 
descriptionkreuter
ownerkreuter@progn.net
last changeTue, 19 Feb 2008 17:21:25 +0000 (19 12:21 -0500)
content tags
add:
README
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 Texinfo in the source
distribution; HTML version is available for download.)

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
2008-02-19 Richard M KreuterMerge commit 'c8da65a' into new-opennew-open
2008-02-19 Richard M Kreuterwin32-fh work, mostly RUN-PROGRAM-related. Solid on...
2008-02-19 Nikodemus Siivola1.0.14.39: make GENCGC gencgc_zero_check=1 proof again
2008-02-19 Nikodemus Siivola1.0.14.38: build runtime with -Wsign-compare, and clean...
2008-02-19 Nikodemus Siivola1.0.14.37: detect the Windows codepage at runtime
2008-02-18 Nikodemus Siivola1.0.14.36: faster PROPAGATE-FROM-SETS
2008-02-18 Nikodemus Siivola1.0.14.35: lift MAKE-SINGLE-VALUE-TYPE calls from loops
2008-02-18 Nikodemus Siivola1.0.14.34: slightly less and slightly faster constraint...
2008-02-17 Christophe... 1.0.14.33: Resurrexit Alpha
2008-02-17 Nikodemus Siivola1.0.14.32: fix bug 407
2008-02-17 Nikodemus Siivola1.0.14.31: better ANSI-STREAM-FILE-POSITION
2008-02-16 Christophe... 1.0.14.30: don't construct obsolete instances
2008-02-15 Nikodemus Siivola1.0.14.29: update ASDF again
2008-02-14 Nikodemus Siivola1.0.14.28: small FGEN improvements
2008-02-14 Nikodemus Siivola1.0.14.27: rename MAKE-FIXNUM to POINTER-HASH
2008-02-11 Richard M KreuterMostly-working Win32 file handles commit. DO NOT USE...
...
heads
16 years ago new-open