X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=89f583ac93c5d991e4ce7f6fac246710a9ad8f9d;hb=79ce9975800c5c9e968c5db342add2d01a5cd83b;hp=bd4d11d197d22bcdd97fa2ed27d5fe6c7080d4b9;hpb=7c7e6a18fd67e5370fd78690da2642cbe79e4113;p=kmrcl.git diff --git a/package.lisp b/package.lisp index bd4d11d..89f583a 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.44 2003/06/20 08:35:22 kevin Exp $ +;;;; $Id: package.lisp,v 1.51 2003/07/16 16:01:37 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -59,6 +59,8 @@ #:first-char #:last-char #:ensure-string + #:string-right-trim-one-char + #:string-strip-ending #:flatten @@ -72,7 +74,8 @@ #:write-fixnum #:file-subst #:stream-subst - + #:null-output-stream + ;; lists.lisp #:remove-tree-if #:find-tree @@ -111,6 +114,7 @@ #:alambda #:it #:mac + #:mv-bind ;; files.lisp #:print-file-contents @@ -169,8 +173,9 @@ #:seed-random-generator #:random-choice - ;; From telnet-server.lisp - #:start-telnet-server + ;; From repl.lisp + #:make-repl + #:init/repl ;; From web-utils #:*base-url* @@ -196,7 +201,25 @@ #: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 + + ;; fformat.lisp + #:fformat + ))