r3758: *** empty log message ***
[kmrcl.git] / package.lisp
index b71a95da384a3960f706f300e1f6a827ca5180bf..78f264c7d9a2f3e4c76c6b837b982407f64b8489 100644 (file)
@@ -7,7 +7,7 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Apr 2000
 ;;;;
-;;;; $Id: package.lisp,v 1.16 2002/12/13 21:59:57 kevin Exp $
+;;;; $Id: package.lisp,v 1.19 2003/01/13 21:40:20 kevin Exp $
 ;;;;
 ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg
 ;;;;
@@ -39,6 +39,7 @@
          #:ensure-integer
          #:mklist
          #:filter
+         #:appendnew
          #:memo-proc
          #:memoize
          #:defun-memo
          #:mapcar2-append-string
          #:delimited-string-to-list
          #:list-to-delimited-string
-         #:string-append
-         #:count-string-words
-         #:substitute-string-for-char
-         #:string-trim-last-character
-         #:string-hash
-         #:string-not-null?
-         #:whitespace?
-         #:not-whitespace?
-         #:string-ws?
-         #:string-invert
          #:indent-spaces
          #:print-list
          #:print-rows
          #:in
          #:mean
          #:with-gensyms
-
+         #:time-iterations
+         #:print-float-units
+         #:print-seconds
+         
+         ;; strings.lisp
+         #:string-append
+         #:count-string-words
+         #:substitute-string-for-char
+         #:string-trim-last-character
+         #:string-hash
+         #:string-not-null?
+         #:whitespace?
+         #:not-whitespace?
+         #:string-ws?
+         #:string-invert
+         #:escape-xml-string
+         #:string-replace-char-string
+         #:make-usb8-array
+         #:usb8-array-to-string
+         #:string-to-usb8-array
+         
          ;; symbols.lisp
          #:ensure-keyword
          #:concat-symbol