X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=033f31ea39e57d92f3cb1742eccd3afeecc3ea02;hb=035b66e6fe51559e2db70691ddcae4ab641a4873;hp=fb555be72e8ca721a8f7c50e06163928eaf905cb;hpb=7367c68a5daa2ef45c7adf1f4097596f84f5e4dd;p=kmrcl.git diff --git a/package.lisp b/package.lisp index fb555be..033f31e 100644 --- a/package.lisp +++ b/package.lisp @@ -67,7 +67,8 @@ #:string-strip-ending #:string-maybe-shorten #:shrink-vector - + #:collapse-whitespace + ;; io.lisp #:indent-spaces #:indent-html-spaces @@ -111,6 +112,8 @@ ;; math.lisp #:ensure-integer + #:histogram + #:fixnum-width ;; macros.lisp #:time-iterations @@ -129,6 +132,8 @@ #:mac #:mv-bind #:deflex + #:def-cached-vector + #:def-cached-instance ;; files.lisp #:print-file-contents @@ -241,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 ))