X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=7341fe5c7e7d0216f91962039cee2d034735115c;hb=d691dfbbed177726ba5a5313e23568c21e045359;hp=bf26b7f8388fcb0473681be7166787a896cf6e30;hpb=30b4f8d91af2bb031e8d4ef7d5a38492739de2bf;p=kmrcl.git diff --git a/package.lisp b/package.lisp index bf26b7f..7341fe5 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.4 2002/10/10 16:23:48 kevin Exp $ +;;;; $Id: package.lisp,v 1.11 2002/11/03 20:10:48 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -104,31 +104,17 @@ #:seed-random-generator #:random-choice - - ;; From pipes.lisp - #:+empty-pipe+ - #:make-pipe - #:pipe-tail - #:pipe-head - #:pipe-elt - #:enumerate - #:pipe-display - #:pipe-force - #:pipe-filter - #:pipe-map - #:pipe-map-filtering - #:pipe-append - #:pipe-mappend - #:pipe-mappend-filtering - ;; From telnet-server.lisp #:start-telnet-server ;; From web-utils - #:std-xml-header + #:*standard-html-header* + #:*standard-xhtml-header* + #:*standard-xml-header* #:xml-cdata - - ;; From web-utils-allegro + #:user-agent-ie-p + + ;; From web-utils-aserve #:cgi-var #:print-http #:princ-http @@ -141,20 +127,12 @@ #:with-link #:home-link #:head - #:with-xml-page - #:with-trans-page + #:with-page #:wrap-with-xml #:parse-xml-no-ws #:positions-xml-tag-contents #:xml-tag-contents #:encode-query - - ;; From ml-class.lisp - #:ml-class - #:ml-class-title - #:load-all-subobjects - #:display-ml-class - #:xml-cdata ))