X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=bba5fb8582082fe25be7731476e08761d23c9e05;hb=4adeb53d8082d10ebc092a2c39498a4b94e07ff7;hp=2edc6dacfcb50da46f812c5a600b7177987e12a0;hpb=f6555d4ded6e1612ef1042fdbfd8df3c8eb5df18;p=kmrcl.git diff --git a/package.lisp b/package.lisp index 2edc6da..bba5fb8 100644 --- a/package.lisp +++ b/package.lisp @@ -56,8 +56,8 @@ #:count-string-char #:count-string-char-if #:hexchar - #:uriencode-string - #:uridecode-string + #:encode-uri-string + #:decode-uri-string #:non-alphanumericp #:random-string #:first-char @@ -67,7 +67,8 @@ #:string-strip-ending #:string-maybe-shorten #:shrink-vector - + #:collapse-whitespace + ;; io.lisp #:indent-spaces #:indent-html-spaces @@ -131,6 +132,8 @@ #:mac #:mv-bind #:deflex + #:def-cached-vector + #:def-cached-instance ;; files.lisp #:print-file-contents @@ -210,11 +213,11 @@ #:decode-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* @@ -243,8 +246,9 @@ #:fformat ;; os.lisp - #:run-shell-command - + #:command-output + #:run-shell-command-output-stream + ;; color.lisp #:rgb->hsv #:rgb255->hsv255