X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=033f31ea39e57d92f3cb1742eccd3afeecc3ea02;hb=035b66e6fe51559e2db70691ddcae4ab641a4873;hp=8d45867c82c1f7cbe3e6840ff5d7b7f74c355f9e;hpb=d11d6cc43fd9227a8aeed28dc2cfecdbc587ec4a;p=kmrcl.git diff --git a/package.lisp b/package.lisp index 8d45867..033f31e 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,9 +67,8 @@ #:string-strip-ending #:string-maybe-shorten #:shrink-vector + #:collapse-whitespace - #:flatten - ;; io.lisp #:indent-spaces #:indent-html-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,12 +105,15 @@ #:plist-alist #:update-plist #:get-plist + #:flatten ;; seq.lisp #:nsubseq ;; math.lisp #:ensure-integer + #:histogram + #:fixnum-width ;; macros.lisp #:time-iterations @@ -119,6 +132,8 @@ #:mac #:mv-bind #:deflex + #:def-cached-vector + #:def-cached-instance ;; files.lisp #:print-file-contents @@ -231,8 +246,20 @@ #:fformat ;; os.lisp - #:run-shell-command + #:command-output + #:run-shell-command-output-stream + ;; color.lisp + #:rgb->hsv + #:rgb255->hsv255 + #:hsv->rgb + #:hsv255->rgb255 + #:hsv-equal + #:hsv255-equal + #:hsv-similar + #:hsv255-similar + #:hue-difference + #:hue-difference-fixnum ))