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.
 
descriptionpkhuong's fork
ownerpvk@pvk.ca
last changeThu, 8 Apr 2010 07:46:12 +0000 (8 07:46 +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
2010-04-08 Nikodemus Siivola1.0.37.57: better DEFMETHOD pretty-printingmasterthread-semaphoreorigin/HEADorigin/master
2010-04-07 Nikodemus Siivola1.0.37.56: no more :NEW-OWNER in GRAB-MUTEX
2010-04-07 Nikodemus Siivola1.0.37.55: typo in src/runtime/sunos-os.c
2010-04-07 Nikodemus Siivola1.0.37.54: more robust runtime executable path detection
2010-04-07 Nikodemus Siivola1.0.37.53: missing NEWS from 1.0.37.52
2010-04-07 Nikodemus Siivola1.0.37.52: better MAKE-HASH-TABLE :WEAKNESS documentation
2010-04-07 Nikodemus Siivola1.0.37.51: make SB-INTROSPECT build on PPC/GENCGC,...
2010-04-07 Nikodemus Siivola1.0.37.50: check for unbound FORMAT-CONTROL for SIMPLE...
2010-04-07 Nikodemus Siivola1.0.37.49: add :ABORT to SOCKET-CLOSE
2010-04-07 Nikodemus Siivola1.0.37.48: nicer *PRINT-ESCAPE* printout for SIMPLE...
2010-04-07 Nikodemus Siivola1.0.37.47: less pain for building threads on Darwin
2010-04-07 Nikodemus Siivola1.0.37.46: SB-POSIX build fix when :SB-DOC is not in...
2010-04-07 Tobias C. Rittweiler1.0.37.45: Remove bogus test (:CONDITION-VARIABLE ...
2010-04-06 Nikodemus Siivola1.0.37.44: FIND-PACKAGE and FIND-SYMBOL deadlocks
2010-04-06 Nathan Froyd1.0.37.43: add RAW-INSTANCE-INIT/* VOPs for PPC
2010-04-06 Tobias C. Rittweiler1.0.37.42: Add DEFKNOWN for %FAILED-AVER...
...
tags
14 years ago sbcl_1_0_37
14 years ago sbcl.1.0.37
14 years ago sbcl_1_0_36
14 years ago sbcl.1.0.36
14 years ago sbcl_1_0_35
14 years ago sbcl.1.0.35
14 years ago sbcl_1_0_34
14 years ago sbcl.1.0.34
14 years ago sbcl_1_0_33
14 years ago sbcl.1.0.33
14 years ago sbcl_1_0_32
14 years ago sbcl.1.0.32
14 years ago sbcl_1_0_31
14 years ago sbcl.1.0.31
14 years ago sbcl_1_0_30
14 years ago sbcl.1.0.30
...
heads
14 years ago ir1-widening
14 years ago thread-semaphore
14 years ago master
14 years ago type-lower-bound
14 years ago semaphores
14 years ago wider-fixnums
14 years ago unary-round-derive-type-fix
14 years ago unboxed-struct
14 years ago foreign-mark-sweep
14 years ago stupid-lowtag-tricks
14 years ago jump-table-bis
14 years ago sse-pack-sbcl10
14 years ago misc-bugfixes
14 years ago misc-bugfix
14 years ago sse-pack-bis
14 years ago constant-eql-to-cvs
...