Document the "SYS" logical host, as required by ANSI.
@comment node-name, next, previous, up
@subsection Diagnostic Severity
@cindex Severity of compiler messages
-@cindex compiler diagnostic severity
+@cindex Compiler Diagnostic Severity
@tindex error
@tindex warning
@tindex style-warning
@node The Processing Path
@comment node-name, next, previous, up
@subsubsection The Processing Path
-@cindex Processing path
+@cindex Processing Path
@cindex Macroexpansion
@cindex Source-to-source transformation
@comment node-name, next, previous, up
@section Open Coding and Inline Expansion
@cindex Open-coding
-@cindex inline expansion
-@cindex static functions
+@cindex Inline expansion
+@cindex Static functions
Since Common Lisp forbids the redefinition of standard functions, the
compiler can have special knowledge of these standard functions
@comment node-name, next, previous, up
@chapter Pathnames
+@cindex Pathnames
+
@menu
* Lisp Pathnames::
* Native Filenames::
@c
@c * Other symbols and integers have implementation-defined meaning.
@c (19.2.2.4.6)
-@c
+
+@subsection The SYS Logical Pathname Host
+
+@cindex Logical pathnames
+@cindex Pathnames, logical
+@findex logical-pathname-translations
+@findex (setf logical-pathname-translations)
+
@c * The existence and meaning of SYS: logical pathnames is
@c implementation-defined. (19.3.1.1.1)
+The logical pathname host named by @code{"SYS"} exists in SBCL. Its
+@code{logical-pathname-translations} may be set by the site or the user
+applicable to point to the locations of the system's sources; in
+particular, the core system's source files match the logical pathname
+@code{"SYS:SRC;**;*.*.*"}, and the contributed modules' source files
+match @code{"SYS:CONTRIB;**;*.*.*"}.
+
@node Native Filenames
@comment node-name, next, previous, up
@section Native Filenames
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.9.7.34"
+"0.9.7.35"