0.8.13.75: MORE MANUALS
[sbcl.git] / doc / manual / sbcl.texinfo
1 \input texinfo   @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename sbcl.info
4 @settitle SBCL User Manual
5 @c %**end of header
6
7 @include variables.texinfo
8 @set EDITION 0.1
9 @settitle SBCL @value{VERSION} User Manual 
10
11 @c for install-info
12 @dircategory Software development
13 @direntry
14 * sbcl: (sbcl).           The Steel Bank Common Lisp compiler
15 @end direntry
16
17 @copying
18 @quotation
19 This manual is part of the SBCL software system. See the
20 @file{README} file for more information.
21
22 This manual is largely derived from the manual for the CMUCL system,
23 which was produced at Carnegie Mellon University and later released
24 into the public domain. This manual is in the public domain and is
25 provided with absolutely no warranty. See the @file{COPYING} and
26 @file{CREDITS} files for more information.
27 @end quotation
28 @end copying
29
30 @titlepage
31
32 @title SBCL User Manual
33 @subtitle SBCL version @value{VERSION}
34 @subtitle @value{UPDATE-MONTH}
35 @c @author The CMUCL and SBCL teams
36
37 @c The following two commands start the copyright page.
38 @page
39 @vskip 0pt plus 1filll
40 @insertcopying
41
42 @end titlepage
43
44 @contents
45
46 @ifnottex
47
48 @node Top
49 @comment  node-name,  next,  previous,  up
50 @top sbcl
51
52 @insertcopying
53
54 @menu
55 * Introduction::                
56 * Starting and Stopping::
57 * Compiler::                    
58 * Debugger::                    
59 * Efficiency::                  
60 * Beyond the ANSI Standard::    
61 * Foreign Function Interface::  
62 * Extensible Streams::          
63 * Package Locks::               
64 * Threading::
65 * Networking::
66 * Profiling::                   
67 * Contributed Modules::         
68 * Concept Index::               
69 * Function Index::              
70 * Variable Index::              
71 * Type Index::                  
72 * Colophon::                    
73 @end menu
74
75 @end ifnottex
76
77 @include intro.texinfo
78 @include start-stop.texinfo
79 @include compiler.texinfo
80 @include debugger.texinfo
81 @include efficiency.texinfo
82 @include beyond-ansi.texinfo
83 @include ffi.texinfo
84 @include streams.texinfo
85 @include package-locks.texi-temp
86 @include threading.texinfo
87 @include sb-bsd-sockets/sb-bsd-sockets.texinfo
88 @include profiling.texinfo
89 @include contrib-modules.texinfo
90 @include backmatter.texinfo
91
92 @bye