Skip to content
Snippets Groups Projects
  1. May 18, 2001
  2. May 14, 2001
  3. Apr 05, 2001
  4. Mar 27, 2001
    • pw's avatar
      Marco Antoniotti says: · e9af9419
      pw authored
      PARSE-NAMESTRING is supposed to accept also a string for the optional
      HOST argument.  Right now this is not the case.
      
      The following patch fixes this and seems to do the right thing when
      HOST is a defined logical pathname host.
      
      This is better than the current situation (as a matter of fact it is
      necessary for some things I am doing), but it is not quite ANSI.
      E.g. HOST could also be :UNSPECIFIC, but the current code does not
      handle that case.  I did not add code for that, because, contrary to
      the LOGICAL HOST case, I believe that the case for :UNSPECIFIC is too
      implementation dependent.
      e9af9419
  5. Mar 23, 2001
  6. Mar 14, 2001
  7. Mar 13, 2001
  8. Mar 11, 2001
  9. Mar 08, 2001
  10. Feb 22, 2001
    • pw's avatar
      From Mike McDonald · 5601246d
      pw authored
      I've appended the necessary mods inorder to make the autoloading of
      logical pathname translations to work. This includes fixing
      load-logical-pathname-translations to work the way the manual says it
      does.
      5601246d
  11. Jul 10, 2000
  12. Jul 06, 2000
  13. Apr 12, 1999
  14. Apr 10, 1999
  15. Feb 11, 1999
  16. Jan 09, 1999
    • dtc's avatar
      Patches from Raymond Toy: · 2b72dfd5
      dtc authored
      1. Fix up a comment bug for translate-directories
      2. Give a better implementation of enough-namestring
      2b72dfd5
  17. Dec 29, 1998
  18. Dec 19, 1998
  19. Feb 09, 1998
  20. Oct 02, 1997
  21. Jun 06, 1997
  22. Feb 11, 1997
  23. Feb 09, 1997
    • pw's avatar
      In maybe-diddle-case, when working on a PATTERN object, the original · 9ad69e85
      pw authored
      object was returned wrapped up as the first piece of a new PATTERN.
      This was traced to a typo where 'thing' (the original pattern) was
      passed to 'function' instead of the lambda arg 'piece'.
      Now, (directory "HOST:DIR;NAME*") does something reasonable.
      9ad69e85
  24. Feb 05, 1997
  25. Jan 18, 1997
  26. May 07, 1996
  27. Oct 31, 1994
  28. Feb 11, 1994
  29. Aug 30, 1993
  30. Aug 15, 1993
  31. Aug 04, 1993
  32. Aug 03, 1993
  33. Jul 31, 1993
    • ram's avatar
    • ram's avatar
      Improved integration of logical pathname support with the rest of pathnames. · 21bdedc6
      ram authored
      Generalized TRANSLATE-PATHNAME to work on logical pathnames and
      :WILD-INFERIORS, and used this to implement TRANSLATE-LOGICAL-PATHNAME.
      Generalized PARSE-NAMESTRING to be able to parse logical namestrings, and use
      it to implement LOGICAL-PATHNAME.  Fixed some type declarations that didn't
      allow :UNSPECIFIC or :WILD when they should.  Fixed PATH-DESIGNATOR type to
      allow complex strings.  Added utilities for canonicalizing logical hosts.
      Fixed pattern matching code to consistently accept :WILD and :WILD-INFERIORS.
      Changed namestring-parse-error to inherit from PARSE-ERROR, and made logical
      namestring parsing use it so that :JUNK-ALLOWED T works.  Mostly rewrote
      logical namestring parsing.  Fixed some erroneous simple-string assumptions.
      Changed namestring parsing in general to give preference to parsing as a
      physical pathname with a search-list, since we can (and must be able to) parse
      undefined search-lists, but we can't parse logical pathnames with undefined
      hosts.  Reinterpreted the spec for logical pathname parsing somewhat more
      liberally.  Changed WILD-PATHNAME-P to recognize :WILD and :WILD-INFERIORS.
      Fixed argument order to COMPONENTS-MATCH in PATHNAME-MATCH-P.  Generalized
      xxxCOMPONENTxxx matching operations to handle integer and keyword versions,
      replacing inline special-casing of versions.  Signal an error if the TO pattern
      has more wildcards than the FROM pattern.  Fixed out-of-bounds errors in
      MAYBE-MAKE-LOGICAL-PATTERN.  Deleted SAVE-LOGICAL-PATHNAME-TRANSLATIONS.
      Simplified search-list hackery in LOAD-LOGICAL-PATHNAME-TRANSLATIONS.
      Moved COMPILE-FILE-PATHNAME to compiler/main.
      21bdedc6
  34. Jul 15, 1993
  35. Jan 13, 1993
  36. Sep 04, 1992
  37. Sep 03, 1992
Loading