r9728: updates
[kmrcl.git] / package.lisp
index 79f5b9ea86183c6a556126b41297546300fa19e8..64db28fb66e2c7f168395a6649ec7edb44f37d19 100644 (file)
@@ -51,6 +51,7 @@
    #:prefixed-fixnum-string
    #:integer-string
    #:fast-string-search
+   #:string-substitute
    #:string-to-list-skip-delimiter
    #:string-starts-with
    #:count-string-char
@@ -70,7 +71,8 @@
    #: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
    
    ;; macros.lisp
    #:time-iterations
+   #:time-seconds
    #:in
    #:mean
    #:with-gensyms
    #: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