r7814: add implementation-dependent file, new impl-dependent commands
[kmrcl.git] / package.lisp
index 8d45867c82c1f7cbe3e6840ff5d7b7f74c355f9e..63198e7855fbfb9c41aa528f9f24f8bd1cbcfb34 100644 (file)
@@ -37,6 +37,9 @@
    #:for
 
    ;; strings.lisp
+   #:string-trim-whitespace
+   #:string-left-trim-whitespace
+   #:string-right-trim-whitespace
    #:mapappend
    #:mapcar-append-string
    #:mapcar2-append-string
    #:file-subst
    #:stream-subst
    #:null-output-stream
-   
+   #:directory-tree
+
+   ;; impl.lisp
+   #:probe-directory
+   #:cwd
+   #:quit
+   #:command-line-arguments
+   #:shell-command-output
+
    ;; lists.lisp
    #:remove-from-tree-if
    #:find-tree