Skip to content
Commit 4711af84 authored by Raymond Toy's avatar Raymond Toy
Browse files

First cut at making search-list a pathname host.

This attempts to make a search-list pathname fill the host slot of a
pathname with a search-list object instead of the current scheme which
uses a unix host for the host and puts the search-list as the first
part of the directory slot.

 code/pathname.lisp::
  * Make SEARCH-LIST as subtype of HOST, defining appropriate parsers
    and unparsers.
 code/filesys.lisp:
  * Update PARSE-UNIX-NAMESTRING (which also handles search-lists) to
    return the search-list object as the host instead of putting in
    the directory part.
parent 214b6ff2
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment