Skip to content
Snippets Groups Projects
  1. Jul 10, 2000
  2. Jul 06, 2000
  3. Apr 12, 1999
  4. Apr 10, 1999
  5. Feb 11, 1999
  6. 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
  7. Dec 29, 1998
  8. Dec 19, 1998
  9. Feb 09, 1998
  10. Oct 02, 1997
  11. Jun 06, 1997
  12. Feb 11, 1997
  13. 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
  14. Feb 05, 1997
  15. Jan 18, 1997
  16. May 07, 1996
  17. Oct 31, 1994
  18. Feb 11, 1994
  19. Aug 30, 1993
  20. Aug 15, 1993
  21. Aug 04, 1993
  22. Aug 03, 1993
  23. 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
  24. Jul 15, 1993
  25. Jan 13, 1993
  26. Sep 04, 1992
  27. Sep 03, 1992
  28. Aug 19, 1992
  29. Jun 01, 1992
  30. May 15, 1992
  31. Mar 10, 1992
  32. Feb 24, 1992
  33. Feb 19, 1992
  34. Jan 16, 1992
  35. Dec 22, 1991
  36. Dec 20, 1991
Loading