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.
 
descriptionSBCL -- With LLVM!
ownerfoom@fuhm.net
last changeSat, 2 Jan 2010 07:33:24 +0000 (2 02:33 -0500)
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-01-02 James Y KnightRemove sign-extend arg to LLVMConstInt calls.master
2010-01-02 James Y KnightSome convenience macros and rearrangement.
2009-12-31 James Y KnightImplement "cons" as an llvm "vop" to see how that goes.
2009-12-23 James Y KnightHandle "cset" nodes (setf); handle combinations of...
2009-12-23 James Y KnightSupport multiple basic blocks and "cif" nodes.
2009-12-21 James Y KnightAdd README.LLVM file, and update for CL-LLVM changes.
2009-12-15 James Y KnightAdd very hacky symbol constant support and function...
2009-12-15 James Y KnightSome LLVM hacks.
2009-12-12 Alastair Bridgewater1.0.33.10: Make slam.sh usable to obtain a trace-file...
2009-12-12 Alastair Bridgewater1.0.33.9: LDB stability improvements.
2009-12-12 Alastair Bridgewater1.0.33.8: Fix x86-64 interrupt context display in ldb.
2009-12-10 Tobias C. Rittweiler1.0.33.7: Indicate *DEBUGGER-HOOK* / SB-EXT:*INVOKE...
2009-12-04 Gabor Melis1.0.33.6: prettier PRINT-OBJECT default method
2009-12-04 Gabor Melis1.0.33.5: improve DESCRIBE (#lp488976)
2009-12-02 Christophe... 1.0.33.4: rewriting history, the regexp way
2009-12-02 Christophe... 1.0.33.3: restore buildability from CMUCL
...
heads
14 years ago master