Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • rtoy's avatar
    488afce7
    EXTRACT-NAME-TYPE-AND-VERSION: · 488afce7
    rtoy authored
      o Was not treating "foo.lisp.*" as having a version :wild, like cmucl
        used to.  Reinstate this.
      o Honor *ignore-wildcards* when extracting versions.  This prevents
        errors if there's a file named like "foo.lisp.~*~".
    
    %ENUMERATE-FILES:
      o Was handling the case when the version is :wild.  We now search
        the directory for versions that match.
    
    Issue reported by Lynn Quam, cmucl-imp, 2004-10-15.
    488afce7
    History
    EXTRACT-NAME-TYPE-AND-VERSION:
    rtoy authored
      o Was not treating "foo.lisp.*" as having a version :wild, like cmucl
        used to.  Reinstate this.
      o Honor *ignore-wildcards* when extracting versions.  This prevents
        errors if there's a file named like "foo.lisp.~*~".
    
    %ENUMERATE-FILES:
      o Was handling the case when the version is :wild.  We now search
        the directory for versions that match.
    
    Issue reported by Lynn Quam, cmucl-imp, 2004-10-15.