Skip to content
Snippets Groups Projects
Forked from asdf / asdf
Source project has a limited visibility.
  • Daniel Barlow's avatar
    cc1db98b
    - (:use "CL")) · cc1db98b
    Daniel Barlow authored
     +  (:use :cl))
    may help people with odd read/print case (or ACL "modern" mode users)
     -    "telent:asdf;systems;"))
     +    #+nil "telent:asdf;systems;"))
    clisp objects to this
    fix pathname merging in internal-find-system so it works with CMUCL's
    rather odd *default-pathname-defaults*
    add a run-shell-command dfefintion for cmucl
    cc1db98b
    History
    - (:use "CL"))
    Daniel Barlow authored
     +  (:use :cl))
    may help people with odd read/print case (or ACL "modern" mode users)
     -    "telent:asdf;systems;"))
     +    #+nil "telent:asdf;systems;"))
    clisp objects to this
    fix pathname merging in internal-find-system so it works with CMUCL's
    rather odd *default-pathname-defaults*
    add a run-shell-command dfefintion for cmucl