X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=033f31ea39e57d92f3cb1742eccd3afeecc3ea02;hb=035b66e6fe51559e2db70691ddcae4ab641a4873;hp=dd95e3c75e6bf36d4742db348ac93baaaff66faf;hpb=e1c2b781af8e10e078ab95920ce0208eb9f5e6bf;p=kmrcl.git diff --git a/package.lisp b/package.lisp index dd95e3c..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 @@ -132,6 +133,7 @@ #:mv-bind #:deflex #:def-cached-vector + #:def-cached-instance ;; files.lisp #:print-file-contents @@ -244,8 +246,9 @@ #:fformat ;; os.lisp - #:run-shell-command - + #:command-output + #:run-shell-command-output-stream + ;; color.lisp #:rgb->hsv #:rgb255->hsv255