r7796: export new functions in io.lisp and strings.lisp
authorKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 10 Sep 2003 05:45:05 +0000 (05:45 +0000)
committerKevin M. Rosenberg <kevin@rosenberg.net>
Wed, 10 Sep 2003 05:45:05 +0000 (05:45 +0000)
package.lisp

index 8d45867c82c1f7cbe3e6840ff5d7b7f74c355f9e..5d4bcc80d3002554ffaa24b68a90b0c251e7162c 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
@@ -78,6 +81,8 @@
    #:file-subst
    #:stream-subst
    #:null-output-stream
+   #:probe-directory
+   #:directory-tree
    
    ;; lists.lisp
    #:remove-from-tree-if