r8183: docbook functions
[kmrcl.git] / package.lisp
index 63198e7855fbfb9c41aa528f9f24f8bd1cbcfb34..033f31ea39e57d92f3cb1742eccd3afeecc3ea02 100644 (file)
@@ -67,9 +67,8 @@
    #:string-strip-ending
    #:string-maybe-shorten
    #:shrink-vector
+   #:collapse-whitespace
    
-   #:flatten
-
    ;; io.lisp
    #:indent-spaces
    #:indent-html-spaces
    #:plist-alist
    #:update-plist
    #:get-plist
+   #:flatten
 
    ;; seq.lisp
    #:nsubseq
    
    ;; math.lisp
    #:ensure-integer
+   #:histogram
+   #:fixnum-width
    
    ;; macros.lisp
    #:time-iterations
    #:mac
    #:mv-bind
    #:deflex
+   #:def-cached-vector
+   #:def-cached-instance
    
    ;; files.lisp
    #:print-file-contents
    #: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
    ))