X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=package.lisp;h=60a96e7c1c0ded47b5aa9ea60037861a7b74e396;hp=50fafd73f74e4867a0ec01d9558b88f7f3db7777;hb=7a31a7ff629ae760d9c3e3abedf6e03605f83f23;hpb=0f12822c9d49849c26424743b3744d26056be4cc diff --git a/package.lisp b/package.lisp index 50fafd7..60a96e7 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.43 2003/06/18 17:12:29 kevin Exp $ +;;;; $Id: package.lisp,v 1.47 2003/07/08 16:11:19 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -53,10 +53,13 @@ #:count-string-char-if #:hexchar #:escape-uri-field + #:unescape-uri-field #:non-alphanumericp #:random-string #:first-char #:last-char + #:ensure-string + #:string-left-trim-one-char #:flatten @@ -67,6 +70,7 @@ #:print-n-strings #:print-list #:print-rows + #:write-fixnum #:file-subst #:stream-subst @@ -84,6 +88,7 @@ #:update-alist #:alist-plist #:plist-alist + #:update-plist #:get-plist ;; seq.lisp @@ -192,7 +197,21 @@ #:cmsg-add #:cmsg-remove #:fixme - + + ;; byte-stream + #:make-binary-array-output-stream + #:get-output-stream-data + #:dump-output-stream-data + #:make-byte-array-input-stream + + ;; sockets.lisp + #:make-active-socket + #:close-active-socket + + ;; listener.lisp + #:init/listener + #:stop-all/listener + #:listener ))