r8305: Automated commit for Debian build of kmrcl upstream-version-1.61
[kmrcl.git] / package.lisp
index 2edc6dacfcb50da46f812c5a600b7177987e12a0..e348abd2ab1e9b58135d3f019ab85dbd6eeae1ce 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
    #:decode-uri-query-string
    
    ;; From xml-utils
-   #:wrap-with-xml
+   #:sgml-header-stream
    #:xml-tag-contents
    #:positions-xml-tag-contents
-   #:xml-cdata
-   #:write-xml-cdata
+   #:cdata-string
+   #:write-cdata
    
    ;; From console
    #:*console-msgs*
    #:fformat
 
    ;; os.lisp
-   #:run-shell-command
-
+   #:command-output
+   #:run-shell-command-output-stream
+   
    ;; color.lisp
    #:rgb->hsv
    #:rgb255->hsv255