1.0.10.51: New function: THREAD-YIELD
[sbcl.git] / doc / manual / sbcl.texinfo
index 9216d7b..1bb042d 100644 (file)
@@ -4,6 +4,7 @@
 @settitle SBCL User Manual
 @c %**end of header
 
+@include texinfo-macros.texinfo
 @include variables.texinfo
 @set EDITION 0.1
 @settitle SBCL @value{VERSION} User Manual 
@@ -59,9 +60,11 @@ provided with absolutely no warranty. See the @file{COPYING} and
 * Efficiency::                  
 * Beyond the ANSI Standard::    
 * Foreign Function Interface::  
+* Pathnames::
 * Extensible Streams::          
 * Package Locks::               
 * Threading::
+* Timers::
 * Networking::
 * Profiling::                   
 * Contributed Modules::         
@@ -81,9 +84,11 @@ provided with absolutely no warranty. See the @file{COPYING} and
 @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