r7817: first working version, add getopt to test suite
[kmrcl.git] / package.lisp
index 8d45867c82c1f7cbe3e6840ff5d7b7f74c355f9e..36d185bf21c4d60e2e7b65588b3261dcbddcdbac 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
 
    ;; os.lisp
    #:run-shell-command
+
+   ;; getopt.lisp
+   #:getopt
    
    ))