X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fmanual%2Fsbcl.texinfo;h=02bd67dd0a5c3feb026ce7e5dbd69c5865cd4b15;hb=7d9c0d45104c9a45be14e237f237702154f75cc9;hp=9216d7b932c64060bc65888e7fbea89b5580790e;hpb=e583bce51c0f1b1b453b73a4edf3c35d0185e66f;p=sbcl.git diff --git a/doc/manual/sbcl.texinfo b/doc/manual/sbcl.texinfo index 9216d7b..02bd67d 100644 --- a/doc/manual/sbcl.texinfo +++ b/doc/manual/sbcl.texinfo @@ -4,6 +4,7 @@ @settitle SBCL User Manual @c %**end of header +@include texinfo-macros.texinfo @include variables.texinfo @set EDITION 0.1 @settitle SBCL @value{VERSION} User Manual @@ -43,8 +44,27 @@ provided with absolutely no warranty. See the @file{COPYING} and @contents +@macro urlline{text} +@w{ } @w{ } @url{\text\} +@end macro + @ifnottex +@c We use @&key, etc to escape & from TeX in lambda lists -- +@c so we need to define them for info as well. +@macro &optional +&optional +@end macro +@macro &rest +&rest +@end macro +@macro &key +&key +@end macro +@macro &body +&body +@end macro + @node Top @comment node-name, next, previous, up @top sbcl @@ -52,16 +72,19 @@ provided with absolutely no warranty. See the @file{COPYING} and @insertcopying @menu -* Introduction:: +* Getting Support and Reporting Bugs:: +* Introduction:: * Starting and Stopping:: * Compiler:: * Debugger:: * Efficiency:: * Beyond the ANSI Standard:: * Foreign Function Interface:: -* Extensible Streams:: +* Pathnames:: +* Streams:: * Package Locks:: * Threading:: +* Timers:: * Networking:: * Profiling:: * Contributed Modules:: @@ -74,6 +97,7 @@ provided with absolutely no warranty. See the @file{COPYING} and @end ifnottex +@include support-and-bugs.texinfo @include intro.texinfo @include start-stop.texinfo @include compiler.texinfo @@ -81,9 +105,11 @@ provided with absolutely no warranty. See the @file{COPYING} and @include efficiency.texinfo @include beyond-ansi.texinfo @include ffi.texinfo +@include pathnames.texinfo @include streams.texinfo @include package-locks.texi-temp @include threading.texinfo +@include timers.texinfo @include sb-bsd-sockets/sb-bsd-sockets.texinfo @include profiling.texinfo @include contrib-modules.texinfo