Skip to content
  • mevenson@1c010e3e-69d0-11dd-93a8-456734b0d56f's avatar
    Move pathname functions to EXT; implement DEFSETF for URL pathnames. · 0293673b
    Implemented DEFSETF functions for HOST, AUTHORITY, QUERY, and FRAGMENT
    sections of URL pathname.
    
    Moved PATHNAME-JAR-P and  PATHNAME-URL-P to EXT.
    
    EXT::%INVALIDATE-NAMESTRING resets the namestring after changing the
    internal structure.  Having to monkey around with the internal
    structure of Pathname is just wrong: we should implement the get/set
    accessor pattern in Java even though it would make the code more
    verbose.
    0293673b