Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    ad045f27
    code/filesys.lisp: · ad045f27
    rtoy authored
    o Make the #p reader treat ".." as a directory, not a file.
    o Make the #p reader treat "<lots of dots>" be a file with that name
      instead of name with one fewer dot and type "".  So #p"..." has
      :name "...", :type nil instead of :name "..", :type "".
    
    code/pathname.lisp:
    o Issue a warning if someone wants :name to be ".." or ".".  We allow
      it, but doing so will break print/read consistency.  (Should we make
      such pathnames not readably printable?)
    ad045f27
    History
    code/filesys.lisp:
    rtoy authored
    o Make the #p reader treat ".." as a directory, not a file.
    o Make the #p reader treat "<lots of dots>" be a file with that name
      instead of name with one fewer dot and type "".  So #p"..." has
      :name "...", :type nil instead of :name "..", :type "".
    
    code/pathname.lisp:
    o Issue a warning if someone wants :name to be ".." or ".".  We allow
      it, but doing so will break print/read consistency.  (Should we make
      such pathnames not readably printable?)