r8058: add integer functions
[kmrcl.git] / package.lisp
index 4146122e8adf15343538b0725a3bf8ff1035e5bd..2edc6dacfcb50da46f812c5a600b7177987e12a0 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
    ;; 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
    ))