X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=0781ae5dc628d5ed43d32fef68dfc0913b391c19;hb=e408a6bd2a959f734733cd26a8c8098051fc46f6;hp=daeff57546ce3b3181ad318ca35b6967329ad77d;hpb=c0fe2c8fed48e08ef1ebb324f50d13db0d6d5042;p=kmrcl.git diff --git a/package.lisp b/package.lisp index daeff57..0781ae5 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.17 2002/12/14 18:51:53 kevin Exp $ +;;;; $Id: package.lisp,v 1.18 2002/12/26 11:57:07 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -53,16 +53,6 @@ #: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 @@ -83,6 +73,20 @@ #:mean #:with-gensyms + ;; 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 + ;; symbols.lisp #:ensure-keyword #:concat-symbol