Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    c0715083
    parse-unix-namestring: · c0715083
    rtoy authored
    o Don't allow a namestring to be parsed as a search-list if a logical
      host with the same host name already exists.  Allowing this causes
      confusing in printing such pathnames because, when read, the logical
      host takes precedence.
    
    unparse-unix-file:
    o Preserve version :NEWEST when printing out logical pathnames.  This
      makes #p"host:foo.bar.newest" readable.
    c0715083
    History
    parse-unix-namestring:
    rtoy authored
    o Don't allow a namestring to be parsed as a search-list if a logical
      host with the same host name already exists.  Allowing this causes
      confusing in printing such pathnames because, when read, the logical
      host takes precedence.
    
    unparse-unix-file:
    o Preserve version :NEWEST when printing out logical pathnames.  This
      makes #p"host:foo.bar.newest" readable.