X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fmanual%2Fsbcl.texinfo;h=fd58d2f588597ae1d8daad769cb5a0e642e8a19a;hb=4ec0d70e08ea4b512d45ddbd6c82e8f6a91a914f;hp=37d0070bed6b5fba33620b946fac11ad8b67f1a0;hpb=91fa18ee11c81e3d0857d61b78ddc52e8e963d7b;p=sbcl.git diff --git a/doc/manual/sbcl.texinfo b/doc/manual/sbcl.texinfo index 37d0070..fd58d2f 100644 --- a/doc/manual/sbcl.texinfo +++ b/doc/manual/sbcl.texinfo @@ -4,11 +4,10 @@ @settitle SBCL User Manual @c %**end of header - +@include texinfo-macros.texinfo +@include variables.texinfo @set EDITION 0.1 -@set VERSION 0.8.9 -@set UPDATED 2 April 2004 -@set UPDATE-MONTH April 2004 +@settitle SBCL @value{VERSION} User Manual @c for install-info @dircategory Software development @@ -16,13 +15,10 @@ * sbcl: (sbcl). The Steel Bank Common Lisp compiler @end direntry - - @copying - @quotation -This manual is part of the SBCL software system. See the @file{README} file -for more information. +This manual is part of the SBCL software system. See the +@file{README} file for more information. This manual is largely derived from the manual for the CMUCL system, which was produced at Carnegie Mellon University and later released @@ -30,17 +26,15 @@ into the public domain. This manual is in the public domain and is provided with absolutely no warranty. See the @file{COPYING} and @file{CREDITS} files for more information. @end quotation - @end copying @titlepage @title SBCL User Manual -@subtitle SBCL Version @value{VERSION} +@subtitle SBCL version @value{VERSION} @subtitle @value{UPDATE-MONTH} @c @author The CMUCL and SBCL teams - @c The following two commands start the copyright page. @page @vskip 0pt plus 1filll @@ -50,8 +44,30 @@ provided with absolutely no warranty. See the @file{COPYING} and @contents +@macro urlline{text} +@w{ } @w{ } @url{\text\} +@end macro + @ifnottex +@c We use @&key, etc to escape & from TeX in lambda lists -- +@c so we need to define them for info as well. +@macro &allow-other-keys +&allow-other-keys +@end macro +@macro &optional +&optional +@end macro +@macro &rest +&rest +@end macro +@macro &key +&key +@end macro +@macro &body +&body +@end macro + @node Top @comment node-name, next, previous, up @top sbcl @@ -59,27 +75,46 @@ provided with absolutely no warranty. See the @file{COPYING} and @insertcopying @menu +* Getting Support and Reporting Bugs:: * Introduction:: -* The Compiler:: -* The Debugger:: -* Efficiency:: -* Beyond The ANSI Standard:: -* The Foreign Function Interface:: -* Contributed Modules:: -* Concept Index:: -* Function Index:: -* Variable Index:: -* Colophon:: +* Starting and Stopping:: +* Compiler:: +* Debugger:: +* Efficiency:: +* Beyond the ANSI Standard:: +* Foreign Function Interface:: +* Pathnames:: +* Streams:: +* Package Locks:: +* Threading:: +* Timers:: +* Networking:: +* Profiling:: +* Contributed Modules:: +* Concept Index:: +* Function Index:: +* Variable Index:: +* Type Index:: +* Colophon:: @end menu @end ifnottex +@include support-and-bugs.texinfo @include intro.texinfo +@include start-stop.texinfo @include compiler.texinfo @include debugger.texinfo @include efficiency.texinfo @include beyond-ansi.texinfo @include ffi.texinfo +@include pathnames.texinfo +@include streams.texinfo +@include package-locks.texi-temp +@include threading.texinfo +@include timers.texinfo +@include sb-bsd-sockets/sb-bsd-sockets.texinfo +@include profiling.texinfo @include contrib-modules.texinfo @include backmatter.texinfo