length=n-p
featurep
remove-keys remove-keyword
- first-char last-char string-suffix-p
+ first-char last-char ;; string-suffix-p
directory-pathname-p ensure-directory-pathname
absolute-pathname-p ensure-pathname-absolute pathname-root
getenv getenv-pathname getenv-pathnames
make-pathname-component-logical make-pathname-logical
merge-pathnames* coerce-pathname subpathname subpathname*
pathname-directory-pathname pathname-parent-directory-pathname
+ pathname-parent-directory-pathname
+ os-unix-p os-windows-p
+ user-homedir hostname implementation-identifier
+ implementation-type
+ lisp-version-string operating-system architecture
read-file-forms
resolve-symlinks truenamize
split-string
*wild* *wild-file* *wild-directory* *wild-inferiors*
*wild-path* wilden directorize-pathname-host-device)))
-
(defpackage :asdf-utils
(:use :common-lisp :asdf)
(:import-from :asdf . #.*asdf-utils-exports*)
(defpackage :asdf-utils-no-alexandria
(:use :common-lisp :asdf-utils)
- (:export . #.(mapcar 'string (set-difference *asdf-utils-exports* '(appendf ends-with featurep)))))
+ (:export . #.(mapcar 'string (set-difference *asdf-utils-exports*
+ '(appendf ends-with featurep)))))