X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=package.lisp;h=fb555be72e8ca721a8f7c50e06163928eaf905cb;hp=8d45867c82c1f7cbe3e6840ff5d7b7f74c355f9e;hb=7367c68a5daa2ef45c7adf1f4097596f84f5e4dd;hpb=d11d6cc43fd9227a8aeed28dc2cfecdbc587ec4a diff --git a/package.lisp b/package.lisp index 8d45867..fb555be 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 @@ -64,8 +67,6 @@ #:string-strip-ending #:string-maybe-shorten #:shrink-vector - - #:flatten ;; io.lisp #:indent-spaces @@ -78,7 +79,15 @@ #: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 @@ -95,6 +104,7 @@ #:plist-alist #:update-plist #:get-plist + #:flatten ;; seq.lisp #:nsubseq @@ -232,7 +242,7 @@ ;; os.lisp #:run-shell-command - + ))