0.8.12.7: Merge package locks, AKA "what can go wrong with a 3783 line patch?"
[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 * The Compiler::
61 * The Debugger::
62 * Efficiency::
63 * Beyond The ANSI Standard::
64 * The Foreign Function Interface::
65 * Package Locks::
66 * Contributed Modules::
67 * Concept Index::
68 * Function Index::
69 * Variable Index::
70 * Type Index::
71 * Colophon::
72 @end menu
73
74 @end ifnottex
75
76 @include intro.texinfo
77 @include compiler.texinfo
78 @include debugger.texinfo
79 @include efficiency.texinfo
80 @include beyond-ansi.texinfo
81 @include ffi.texinfo
82 @include package-locks.texi-temp
83 @include contrib-modules.texinfo
84 @include backmatter.texinfo
85
86 @bye