From: Christophe Rhodes Date: Thu, 22 Dec 2005 10:10:47 +0000 (+0000) Subject: 0.9.7.35: X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=58ef9d8996d4421610101b52e5a25fd2c70c4792;p=sbcl.git 0.9.7.35: Document the "SYS" logical host, as required by ANSI. --- diff --git a/doc/manual/compiler.texinfo b/doc/manual/compiler.texinfo index cfc034f..729865f 100644 --- a/doc/manual/compiler.texinfo +++ b/doc/manual/compiler.texinfo @@ -125,7 +125,7 @@ controlled via the alist @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 @@ -389,7 +389,7 @@ This message is not saying ``there is a problem somewhere in this @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 @@ -1016,8 +1016,8 @@ character position and gives up on the entire source file. @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 diff --git a/doc/manual/pathnames.texinfo b/doc/manual/pathnames.texinfo index f1faf01..cf859b1 100644 --- a/doc/manual/pathnames.texinfo +++ b/doc/manual/pathnames.texinfo @@ -2,6 +2,8 @@ @comment node-name, next, previous, up @chapter Pathnames +@cindex Pathnames + @menu * Lisp Pathnames:: * Native Filenames:: @@ -67,10 +69,24 @@ implementation-defined and so need documentation. @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 diff --git a/version.lisp-expr b/version.lisp-expr index 7538803..405475b 100644 --- a/version.lisp-expr +++ b/version.lisp-expr @@ -17,4 +17,4 @@ ;;; 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"