Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cmucl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Carl Shapiro
cmucl
Commits
8323199a
Commit
8323199a
authored
7 years ago
by
Raymond Toy
Browse files
Options
Downloads
Patches
Plain Diff
Update ASDF documentation to 3.2.1
parent
fd2b85d7
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/contrib/asdf/doc/asdf.html
+9
-4
9 additions, 4 deletions
src/contrib/asdf/doc/asdf.html
src/contrib/asdf/doc/asdf.info
+82
-76
82 additions, 76 deletions
src/contrib/asdf/doc/asdf.info
src/contrib/asdf/doc/asdf.pdf
+0
-0
0 additions, 0 deletions
src/contrib/asdf/doc/asdf.pdf
with
91 additions
and
80 deletions
src/contrib/asdf/doc/asdf.html
+
9
−
4
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
...
...
This diff is collapsed.
Click to expand it.
src/contrib/asdf/doc/asdf.info
+
82
−
76
View file @
8323199a
No preview for this file type
This diff is collapsed.
Click to expand it.
src/contrib/asdf/doc/asdf.pdf
+
0
−
0
View file @
8323199a
No preview for this file type
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment