Correctly disassemble method functions.
[sbcl.git] / doc / manual / sbcl.texinfo
blob4ae6a4e790aef51e7c75b15b148b7f5958bc31e0
1 \input texinfo   @c -*-texinfo-*-
2 @c %**start of header
3 @setfilename sbcl.info
4 @documentencoding UTF-8
5 @c %**end of header
6 @afourwide
7 @fonttextsize 10
8 @include texinfo-macros.texinfo
9 @include variables.texinfo
10 @set EDITION 0.1
11 @settitle SBCL @value{VERSION} User Manual
13 @c for install-info
14 @dircategory Software development
15 @direntry
16 * sbcl: (sbcl).           The Steel Bank Common Lisp compiler
17 @end direntry
19 @copying
20 @quotation
21 This manual@inlinefmtifelse{info, @comma{} for SBCL version
22 @value{VERSION}@comma{}@ , @ }is part of the SBCL software system. See
23 the @file{README} file for more information.
25 This manual is largely derived from the manual for the CMUCL system,
26 which was produced at Carnegie Mellon University and later released
27 into the public domain. This manual is in the public domain and is
28 provided with absolutely no warranty. See the @file{COPYING} and
29 @file{CREDITS} files for more information.
30 @end quotation
31 @end copying
33 @titlepage
35 @title SBCL User Manual
36 @subtitle SBCL version @value{VERSION}
37 @subtitle @value{UPDATE-MONTH}
38 @c @author The CMUCL and SBCL teams
40 @c The following two commands start the copyright page.
41 @page
42 @vskip 0pt plus 1filll
43 @insertcopying
45 @end titlepage
47 @contents
49 @macro urlline{text}
50 @w{ } @w{ } @url{\text\}
51 @end macro
53 @c We use @andkey, etc to escape & from TeX in lambda lists --
54 @c so we need to define them for info as well.
55 @macro andallowotherkeys
56 &allow-other-keys
57 @end macro
58 @macro andoptional
59 &optional
60 @end macro
61 @macro andrest
62 &rest
63 @end macro
64 @macro andkey
65 &key
66 @end macro
67 @macro andbody
68 &body
69 @end macro
71 @ifnottex
73 @node Top
74 @comment  node-name,  next,  previous,  up
75 @top sbcl
77 @insertcopying
79 @menu
80 * Getting Support and Reporting Bugs::
81 * Introduction::
82 * Starting and Stopping::
83 * Compiler::
84 * Debugger::
85 * Efficiency::
86 * Beyond the ANSI Standard::
87 * External Formats::
88 * Foreign Function Interface::
89 * Pathnames::
90 * Streams::
91 * Package Locks::
92 * Threading::
93 * Timers::
94 * Networking::
95 * Profiling::
96 * Contributed Modules::
97 * Deprecation::
98 * Concept Index::
99 * Function Index::
100 * Variable Index::
101 * Type Index::
102 * Colophon::
103 @end menu
105 @end ifnottex
107 @include support-and-bugs.texinfo
108 @include intro.texinfo
109 @include start-stop.texinfo
110 @include compiler.texinfo
111 @include debugger.texinfo
112 @include efficiency.texinfo
113 @include beyond-ansi.texinfo
114 @include external-formats.texinfo
115 @include ffi.texinfo
116 @include pathnames.texinfo
117 @include streams.texinfo
118 @include package-locks.texinfo
119 @include threading.texinfo
120 @include timers.texinfo
121 @include sb-bsd-sockets/sb-bsd-sockets.texinfo
122 @include profiling.texinfo
123 @include contrib-modules.texinfo
124 @include deprecation.texinfo
125 @include backmatter.texinfo
127 @bye