r8183: docbook functions
[kmrcl.git] / package.lisp
index 14582b25f4bbfaafebb65064933cb41901b6cb26..033f31ea39e57d92f3cb1742eccd3afeecc3ea02 100644 (file)
@@ -67,7 +67,8 @@
    #:string-strip-ending
    #:string-maybe-shorten
    #:shrink-vector
-
+   #:collapse-whitespace
+   
    ;; io.lisp
    #:indent-spaces
    #:indent-html-spaces
    #: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
    ))