X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=4146122e8adf15343538b0725a3bf8ff1035e5bd;hb=d60bf2d464b393bdff8482bcaacd8d49957467ce;hp=8d45867c82c1f7cbe3e6840ff5d7b7f74c355f9e;hpb=d11d6cc43fd9227a8aeed28dc2cfecdbc587ec4a;p=kmrcl.git diff --git a/package.lisp b/package.lisp index 8d45867..4146122 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,7 @@ #:string-strip-ending #:string-maybe-shorten #:shrink-vector - - #:flatten + #:match-unique-abbreviation ;; io.lisp #:indent-spaces @@ -78,7 +80,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 +105,7 @@ #:plist-alist #:update-plist #:get-plist + #:flatten ;; seq.lisp #:nsubseq @@ -232,6 +243,9 @@ ;; os.lisp #:run-shell-command + + ;; getopt.lisp + #:getopt ))