1.0.10.51: New function: THREAD-YIELD
[sbcl.git] / doc / manual / sbcl.texinfo
index 7a00d47..1bb042d 100644 (file)
@@ -4,11 +4,10 @@
 @settitle SBCL User Manual
 @c %**end of header
 
 @settitle SBCL User Manual
 @c %**end of header
 
-
+@include texinfo-macros.texinfo
+@include variables.texinfo
 @set EDITION 0.1
 @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
 
 @c for install-info
 @dircategory Software development
 * sbcl: (sbcl).           The Steel Bank Common Lisp compiler
 @end direntry
 
 * sbcl: (sbcl).           The Steel Bank Common Lisp compiler
 @end direntry
 
-
-
 @copying
 @copying
-
 @quotation
 @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
 
 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
 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
 @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
 
 @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
 @c The following two commands start the copyright page.
 @page
 @vskip 0pt plus 1filll
@@ -60,26 +54,43 @@ provided with absolutely no warranty. See the @file{COPYING} and
 
 @menu
 * Introduction::                
 
 @menu
 * Introduction::                
-* The Compiler::                
-* The Debugger::                
+* Starting and Stopping::
+* Compiler::                    
+* Debugger::                    
 * Efficiency::                  
 * Efficiency::                  
-* Beyond The ANSI Standard::    
-* The Foreign Function Interface::
-* Contributed Modules::    
-* Concept Index::
+* Beyond the ANSI Standard::    
+* Foreign Function Interface::  
+* Pathnames::
+* Extensible Streams::          
+* Package Locks::               
+* Threading::
+* Timers::
+* Networking::
+* Profiling::                   
+* Contributed Modules::         
+* Concept Index::               
 * Function Index::              
 * Variable Index::              
 * Function Index::              
 * Variable Index::              
-* Colophon::
+* Type Index::                  
+* Colophon::                    
 @end menu
 
 @end ifnottex
 
 @include intro.texinfo
 @end menu
 
 @end ifnottex
 
 @include intro.texinfo
+@include start-stop.texinfo
 @include compiler.texinfo
 @include debugger.texinfo
 @include efficiency.texinfo
 @include beyond-ansi.texinfo
 @include ffi.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
 
 @include contrib-modules.texinfo
 @include backmatter.texinfo