X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=doc%2Fbeyond-ansi.sgml;h=ff1cce54431d6859153b8ea671e9d71f9f8afdac;hb=20748f2dd7965dcd1446a1cb27e5a5af18a0e5bb;hp=3c1a43465c202c02c20b611927c1b6db2adda4b1;hpb=a530bbe337109d898d5b4a001fc8f1afa3b5dc39;p=sbcl.git diff --git a/doc/beyond-ansi.sgml b/doc/beyond-ansi.sgml index 3c1a434..ff1cce5 100644 --- a/doc/beyond-ansi.sgml +++ b/doc/beyond-ansi.sgml @@ -49,7 +49,7 @@ and call you will not get the correct result, but an error, -debugger invoked on SB-DEBUG::*DEBUG-CONDITION* of type +debugger invoked on SB-DEBUG:*DEBUG-CONDITION* of type SB-KERNEL:SIMPLE-CONTROL-ERROR: A function with declared result type NIL returned: FOO-P @@ -130,18 +130,13 @@ calling external C code, described specified by &ANSI;. Weak pointers allow references to objects to be maintained without keeping them from being GCed. And "finalization" hooks are available to cause code to be executed when an object is -GCed. +GCed. &SBCL; does not currently provide Gray streams, but may do so in the near future. (It has unmaintained code inherited from &CMUCL; to do so.) -&SBCL; does not currently support multithreading (traditionally -called multiprocessing in &Lisp;) but contains unmaintained -code from &CMUCL; to do so. A sufficiently motivated maintainer -could probably make it work. - Support for Unix</> @@ -165,6 +160,14 @@ is also supported.</para> <para>The debugger supports a number of options. Its documentation is accessed by typing <userinput>help</> at the debugger prompt.</para> +<!-- FIXME: + A true debugger section in the manual would be good. Start + with CMU CL's debugger section, but remember: + * no QUIT command (TOPLEVEL restart instead) + * no GO command (CONTINUE restart instead) + * Limitations of the x86 port of the debugger should be + documented or fixed where possible. + * Discuss TRACE and its unification with PROFILE. --> <para>Documentation for <function>inspect</> is accessed by typing <userinput>help</> at the <function>inspect</> prompt.</para>