Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cmucl
cmucl
Commits
8323199a
Commit
8323199a
authored
Apr 06, 2017
by
Raymond Toy
Browse files
Update ASDF documentation to 3.2.1
parent
fd2b85d7
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/contrib/asdf/doc/asdf.html
View file @
8323199a
...
...
@@ -31,7 +31,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-->
<!-- Created by GNU Texinfo 6.
1
, http://www.gnu.org/software/texinfo/ -->
<!-- Created by GNU Texinfo 6.
3
, http://www.gnu.org/software/texinfo/ -->
<head>
<title>
ASDF Manual
</title>
...
...
@@ -276,7 +276,7 @@ ul.no-bullet {list-style: none}
<a
name=
"Top"
></a>
<a
name=
"ASDF_003a-Another-System-Definition-Facility"
></a>
<h1
class=
"top"
>
ASDF: Another System Definition Facility
</h1>
<p>
Manual for Version 3.2.
0
<p>
Manual for Version 3.2.
1
</p>
<p>
This manual describes ASDF, a system definition facility
...
...
@@ -3404,8 +3404,13 @@ otherwise it continues.
If multiple systems are found, the consequences are unspecified:
the search may succeed with any of the found systems,
or an error may be raised.
ASDF currently returns the first system found,
XCVB currently raised an error.
ASDF 3.2.1 or later returns the pathname whose normalized directory component
has the shortest length (as a list), and breaks ties by choosing the system
with the smallest
<code>
unix-namestring
</code>
when compared with
<code>
string
<
</code>
.
Earlier versions of ASDF return ASDF return the first system found,
which is implementation-dependent, and may or may not be the pathname
with the smallest
<code>
unix-namestring
</code>
when compared with
<code>
string
<
</code>
.
XCVB raises an error.
If none is found, the search continues.
</p>
<p>
Exclude statements specify patterns of subdirectories
...
...
src/contrib/asdf/doc/asdf.info
View file @
8323199a
No preview for this file type
src/contrib/asdf/doc/asdf.pdf
View file @
8323199a
No preview for this file type
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment