X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=package.lisp;h=803dc120129513310530598a40eb0444d138b716;hp=8d45867c82c1f7cbe3e6840ff5d7b7f74c355f9e;hb=c2974df32b94d3bd25c32fa2e181b1980da59631;hpb=d11d6cc43fd9227a8aeed28dc2cfecdbc587ec4a diff --git a/package.lisp b/package.lisp index 8d45867..803dc12 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,12 +104,14 @@ #:plist-alist #:update-plist #:get-plist + #:flatten ;; seq.lisp #:nsubseq ;; math.lisp #:ensure-integer + #:histogram ;; macros.lisp #:time-iterations @@ -232,7 +243,7 @@ ;; os.lisp #:run-shell-command - + ))