He has contributed a number of bug fixes and bug reports to SBCL.
Brian Mastenbrook:
- He contributed to the port of SBCL to MacOS X. He found a way to
- overcome binary compatibility issues between different versions of
- dlcompat on Darwin.
+ He contributed to and extensively maintained the port of SBCL to
+ MacOS X. His contributions include overcoming binary compatibility
+ issues between different versions of dlcompat on Darwin, other
+ linker fixes, and signal handler bugfixes.
Dave McDonald:
He made a lot of progress toward getting SBCL to be bootstrappable
signals received, on the PowerPC platforms (both Linux and
Darwin). (thanks to Pierre Mai for pointing out the location of
the error)
+ * several fixes on OS X: The system now builds and runs cleanly on
+ Panther (10.3), and works around sigreturn bug (no more SIGFPEs).
+ (thanks to Brian Mastenbrook)
* bug fix: DECODE-UNIVERSAL-TIME now accepts timezone arguments with
second-resolution: integer multiples of 1/3600 between -24 and 24.
(thanks to Vincent Arkesteijn)
========
SBCL's documentation is written in XML DocBook which is a semantically
-marked document not meant for reading. Rather, a DocBook file is meant
-to be transformed into presentation formats such as HTML, PDF, and
-plain text. To perform such translation, you'll need tools beyond what
-is included in the SBCL distribution:
+marked document not meant for humans to read directly. Rather, a
+DocBook file is meant to be transformed into presentation formats such
+as HTML, PDF, and plain text. To perform such translation, you'll need
+tools beyond what is included in the SBCL distribution:
1) To verify the correctness of the XML documentation, you'll need the
-DocBook DTD files and an XML verification tools.
+DocBook DTD files and an XML verification tool.
2) To transform the main XML DocBook file (user-manual.xml), you need
an XSL Transformer and the Docbook XSL Stylesheets. The stylesheets
=============
Catalog files are used to map URLs used in the SBCL Docbook and
-stylesheet files into local file names. By using catalog, processing
+stylesheet files into local file names. By using a catalog, processing
is faster and a network connection is not necessary. Catalog files are
specific to an operating system since they embed file locations. The
SBCL Makefile attempts to determine the correct catalog for your
system. If SBCL does not supply a catalog for your system, processing
-the DocBook files will require a network connections.
+the DocBook files will require a network connection.
Default Processing
==================