6c316dc5a5f4c449d00df84dabe500d4b0616b4f
[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 @afourwide
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 &allow-other-keys
56 &allow-other-keys
57 @end macro
58 @macro &optional
59 &optional
60 @end macro
61 @macro &rest
62 &rest
63 @end macro
64 @macro &key
65 &key
66 @end macro
67 @macro &body
68 &body
69 @end macro
70
71 @node Top
72 @comment  node-name,  next,  previous,  up
73 @top sbcl
74
75 @insertcopying
76
77 @menu
78 * Getting Support and Reporting Bugs::
79 * Introduction::
80 * Starting and Stopping::
81 * Compiler::                    
82 * Debugger::                    
83 * Efficiency::                  
84 * Beyond the ANSI Standard::    
85 * Foreign Function Interface::  
86 * Pathnames::
87 * Streams::          
88 * Package Locks::               
89 * Threading::
90 * Timers::
91 * Networking::
92 * Profiling::                   
93 * Contributed Modules::         
94 * Deprecated Interfaces::         
95 * Concept Index::               
96 * Function Index::              
97 * Variable Index::              
98 * Type Index::                  
99 * Colophon::                    
100 @end menu
101
102 @end ifnottex
103
104 @include support-and-bugs.texinfo
105 @include intro.texinfo
106 @include start-stop.texinfo
107 @include compiler.texinfo
108 @include debugger.texinfo
109 @include efficiency.texinfo
110 @include beyond-ansi.texinfo
111 @include ffi.texinfo
112 @include pathnames.texinfo
113 @include streams.texinfo
114 @include package-locks.texi-temp
115 @include threading.texinfo
116 @include timers.texinfo
117 @include sb-bsd-sockets/sb-bsd-sockets.texinfo
118 @include profiling.texinfo
119 @include contrib-modules.texinfo
120 @include deprecated.texinfo
121 @include backmatter.texinfo
122
123 @bye