X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=033f31ea39e57d92f3cb1742eccd3afeecc3ea02;hb=035b66e6fe51559e2db70691ddcae4ab641a4873;hp=5d4bcc80d3002554ffaa24b68a90b0c251e7162c;hpb=7a56e80af4ea21b8fd1c7dea0e4f701f40662ed7;p=kmrcl.git diff --git a/package.lisp b/package.lisp index 5d4bcc8..033f31e 100644 --- a/package.lisp +++ b/package.lisp @@ -67,9 +67,8 @@ #:string-strip-ending #:string-maybe-shorten #:shrink-vector + #:collapse-whitespace - #:flatten - ;; io.lisp #:indent-spaces #:indent-html-spaces @@ -81,9 +80,15 @@ #:file-subst #:stream-subst #:null-output-stream - #:probe-directory #:directory-tree - + + ;; impl.lisp + #:probe-directory + #:cwd + #:quit + #:command-line-arguments + #:shell-command-output + ;; lists.lisp #:remove-from-tree-if #:find-tree @@ -100,12 +105,15 @@ #:plist-alist #:update-plist #:get-plist + #:flatten ;; seq.lisp #:nsubseq ;; math.lisp #:ensure-integer + #:histogram + #:fixnum-width ;; macros.lisp #:time-iterations @@ -124,6 +132,8 @@ #:mac #:mv-bind #:deflex + #:def-cached-vector + #:def-cached-instance ;; files.lisp #:print-file-contents @@ -236,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 ))