From: Kevin M. Rosenberg Date: Wed, 10 Sep 2003 05:45:05 +0000 (+0000) Subject: r7796: export new functions in io.lisp and strings.lisp X-Git-Tag: v1.96~128 X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=commitdiff_plain;h=7a56e80af4ea21b8fd1c7dea0e4f701f40662ed7 r7796: export new functions in io.lisp and strings.lisp --- diff --git a/package.lisp b/package.lisp index 8d45867..5d4bcc8 100644 --- a/package.lisp +++ b/package.lisp @@ -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