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