manual: Merge deprecat{ion,ed}.texinfo
[sbcl.git] / doc / manual / sbcl.texinfo
blob5ea2595b2c21c4ea0900ecc240935ecc86667c2c
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
12 @c for install-info
13 @dircategory Software development
14 @direntry
15 * sbcl: (sbcl).           The Steel Bank Common Lisp compiler
16 @end direntry
18 @copying
19 @quotation
20 This manual is part of the SBCL software system. See the
21 @file{README} file for more information.
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
31 @titlepage
33 @title SBCL User Manual
34 @subtitle SBCL version @value{VERSION}
35 @subtitle @value{UPDATE-MONTH}
36 @c @author The CMUCL and SBCL teams
38 @c The following two commands start the copyright page.
39 @page
40 @vskip 0pt plus 1filll
41 @insertcopying
43 @end titlepage
45 @contents
47 @macro urlline{text}
48 @w{ } @w{ } @url{\text\}
49 @end macro
51 @c We use @andkey, etc to escape & from TeX in lambda lists --
52 @c so we need to define them for info as well.
53 @macro andallowotherkeys
54 &allow-other-keys
55 @end macro
56 @macro andoptional
57 &optional
58 @end macro
59 @macro andrest
60 &rest
61 @end macro
62 @macro andkey
63 &key
64 @end macro
65 @macro andbody
66 &body
67 @end macro
69 @ifnottex
71 @node Top
72 @comment  node-name,  next,  previous,  up
73 @top sbcl
75 @insertcopying
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 * Deprecation::
95 * Concept Index::
96 * Function Index::
97 * Variable Index::
98 * Type Index::
99 * Colophon::
100 @end menu
102 @end ifnottex
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 deprecation.texinfo
121 @include backmatter.texinfo
123 @bye