fa2bac5326761707d97979a033bbf1fb6212ec7f
[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 texinfo-macros.texinfo
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 @quotation
20 This manual is part of the SBCL software system. See the
21 @file{README} file for more information.
22
23 This manual is largely derived from the manual for the CMUCL system,
24 which was produced at Carnegie Mellon University and later released
25 into the public domain. This manual is in the public domain and is
26 provided with absolutely no warranty. See the @file{COPYING} and
27 @file{CREDITS} files for more information.
28 @end quotation
29 @end copying
30
31 @titlepage
32
33 @title SBCL User Manual
34 @subtitle SBCL version @value{VERSION}
35 @subtitle @value{UPDATE-MONTH}
36 @c @author The CMUCL and SBCL teams
37
38 @c The following two commands start the copyright page.
39 @page
40 @vskip 0pt plus 1filll
41 @insertcopying
42
43 @end titlepage
44
45 @contents
46
47 @macro urlline{text}
48 @w{ } @w{ } @url{\text\}
49 @end macro
50
51 @ifnottex
52
53 @c We use @&key, etc to escape & from TeX in lambda lists --
54 @c so we need to define them for info as well.
55 @macro &optional
56 &optional
57 @end macro
58 @macro &rest
59 &rest
60 @end macro
61 @macro &key
62 &key
63 @end macro
64 @macro &body
65 &body
66 @end macro
67
68 @node Top
69 @comment  node-name,  next,  previous,  up
70 @top sbcl
71
72 @insertcopying
73
74 @menu
75 * Getting Support and Reporting Bugs::
76 * Introduction::
77 * Starting and Stopping::
78 * Compiler::                    
79 * Debugger::                    
80 * Efficiency::                  
81 * Beyond the ANSI Standard::    
82 * Foreign Function Interface::  
83 * Pathnames::
84 * Extensible Streams::          
85 * Package Locks::               
86 * Threading::
87 * Timers::
88 * Networking::
89 * Profiling::                   
90 * Contributed Modules::         
91 * Concept Index::               
92 * Function Index::              
93 * Variable Index::              
94 * Type Index::                  
95 * Colophon::                    
96 @end menu
97
98 @end ifnottex
99
100 @include support-and-bugs.texinfo
101 @include intro.texinfo
102 @include start-stop.texinfo
103 @include compiler.texinfo
104 @include debugger.texinfo
105 @include efficiency.texinfo
106 @include beyond-ansi.texinfo
107 @include ffi.texinfo
108 @include pathnames.texinfo
109 @include streams.texinfo
110 @include package-locks.texi-temp
111 @include threading.texinfo
112 @include timers.texinfo
113 @include sb-bsd-sockets/sb-bsd-sockets.texinfo
114 @include profiling.texinfo
115 @include contrib-modules.texinfo
116 @include backmatter.texinfo
117
118 @bye