r9728: updates
[kmrcl.git] / package.lisp
index dd95e3c75e6bf36d4742db348ac93baaaff66faf..64db28fb66e2c7f168395a6649ec7edb44f37d19 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
+   #:trim-non-alphanumeric
+   
    ;; io.lisp
    #:indent-spaces
    #:indent-html-spaces
    #:stream-subst
    #:null-output-stream
    #:directory-tree
-
+   #:write-utime-hms
+   #:write-utime-hm
+   #:write-utime-ymdhms
+   #:write-utime-ymdhm
+   #:write-utime-hms-stream
+   #:write-utime-hm-stream
+   #:write-utime-ymdhms-stream
+   #:write-utime-ymdhm-stream
+   #:with-utime-decoding
+   #:with-utime-decoding-utc-offset
+   #:is-dst
+   #:year
+   #:month
+   #:day-of-month
+   #:hour
+   #:minute
+   #:second
+   #:daylight-p
+   #:zone
+   #:day-of-month
+   #:day-of-week
+   #:+datetime-number-strings+   
+   #:utc-offset
+   
    ;; impl.lisp
    #:probe-directory
    #:cwd
    #:ensure-integer
    #:histogram
    #:fixnum-width
+   #:scaled-epsilon
    
    ;; macros.lisp
    #:time-iterations
+   #:time-seconds
    #:in
    #:mean
    #:with-gensyms
    #:mv-bind
    #:deflex
    #:def-cached-vector
+   #:def-cached-instance
+   #:with-ignore-errors
+   #:ppmx
+   #:defconst
    
    ;; 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
-   #: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