r8075: add def-cached-instance
[kmrcl.git] / package.lisp
index 4146122e8adf15343538b0725a3bf8ff1035e5bd..eeaf204cdb9f282dfff107e9a0d79de1b1e4bca2 100644 (file)
@@ -67,7 +67,6 @@
    #:string-strip-ending
    #:string-maybe-shorten
    #:shrink-vector
-   #:match-unique-abbreviation
 
    ;; io.lisp
    #:indent-spaces
    
    ;; 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
    ;; os.lisp
    #:run-shell-command
 
-   ;; getopt.lisp
-   #:getopt
-   
+   ;; color.lisp
+   #:rgb->hsv
+   #:rgb255->hsv255
+   #:hsv->rgb
+   #:hsv255->rgb255
+   #:hsv-equal
+   #:hsv255-equal
+   #:hsv-similar
+   #:hsv255-similar
+   #:hue-difference
+   #:hue-difference-fixnum
    ))