r7796: export new functions in io.lisp and strings.lisp
[kmrcl.git] / package.lisp
index 1816cbafbbf40e121b7c1684fa4aa0ded8b8f1e1..5d4bcc80d3002554ffaa24b68a90b0c251e7162c 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: package.lisp,v 1.58 2003/08/12 06:37:53 kevin Exp $
+;;;; $Id$
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -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