r8931: command-output fixes
[kmrcl.git] / package.lisp
index e348abd2ab1e9b58135d3f019ab85dbd6eeae1ce..b04ab8e50f18c16a28ab0990d24ce7aa4e136801 100644 (file)
    #:prefixed-fixnum-string
    #:integer-string
    #:fast-string-search
+   #:string-substitute
    #:string-to-list-skip-delimiter
    #:string-starts-with
    #:count-string-char
    #:count-string-char-if
    #:hexchar
-   #:uriencode-string
-   #:uridecode-string
+   #:encode-uri-string
+   #:decode-uri-string
    #:non-alphanumericp
    #:random-string
    #:first-char
    #:string-right-trim-one-char
    #:string-strip-ending
    #:string-maybe-shorten
+   #:string-elide
    #:shrink-vector
    #:collapse-whitespace
-   
+   #:string->list
+
    ;; io.lisp
    #:indent-spaces
    #:indent-html-spaces
    #:ensure-integer
    #:histogram
    #:fixnum-width
+   #:scaled-epsilon
    
    ;; macros.lisp
    #:time-iterations
    #:deflex
    #:def-cached-vector
    #:def-cached-instance
+   #:with-ignore-errors
    
    ;; files.lisp
    #:print-file-contents
+   #:read-stream-to-string
    #:read-file-to-string
+   #:read-stream-to-strings
    #:read-file-to-strings
    
    ;; strings.lisp
    
    ;; symbols.lisp
    #:ensure-keyword
+   #:ensure-keyword-upcase
+   #:ensure-keyword-default-case
    #:concat-symbol
    #:concat-symbol-pkg
    #:show
    #:date-string
    #:print-float-units
    #:print-seconds
+   #:posix-time-to-utime
    
    ;; From random.lisp
    #:seed-random-generator
    #:*standard-xml-header*
    #:user-agent-ie-p
    #:decode-uri-query-string
+   #:split-uri-query-string
    
    ;; From xml-utils
    #:sgml-header-stream