1.0.28.63: SB-EXT:DEFINE-HASH-TABLE-TEST
[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 @ifnottex
48
49 @c We use @&key, etc to escape & from TeX in lambda lists --
50 @c so we need to define them for info as well.
51 @macro &optional
52 &optional
53 @end macro
54 @macro &rest
55 &rest
56 @end macro
57 @macro &key
58 &key
59 @end macro
60 @macro &body
61 &body
62 @end macro
63
64 @node Top
65 @comment  node-name,  next,  previous,  up
66 @top sbcl
67
68 @insertcopying
69
70 @menu
71 * Introduction::                
72 * Starting and Stopping::
73 * Compiler::                    
74 * Debugger::                    
75 * Efficiency::                  
76 * Beyond the ANSI Standard::    
77 * Foreign Function Interface::  
78 * Pathnames::
79 * Extensible Streams::          
80 * Package Locks::               
81 * Threading::
82 * Timers::
83 * Networking::
84 * Profiling::                   
85 * Contributed Modules::         
86 * Concept Index::               
87 * Function Index::              
88 * Variable Index::              
89 * Type Index::                  
90 * Colophon::                    
91 @end menu
92
93 @end ifnottex
94
95 @include intro.texinfo
96 @include start-stop.texinfo
97 @include compiler.texinfo
98 @include debugger.texinfo
99 @include efficiency.texinfo
100 @include beyond-ansi.texinfo
101 @include ffi.texinfo
102 @include pathnames.texinfo
103 @include streams.texinfo
104 @include package-locks.texi-temp
105 @include threading.texinfo
106 @include timers.texinfo
107 @include sb-bsd-sockets/sb-bsd-sockets.texinfo
108 @include profiling.texinfo
109 @include contrib-modules.texinfo
110 @include backmatter.texinfo
111
112 @bye