X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=89f583ac93c5d991e4ce7f6fac246710a9ad8f9d;hb=79ce9975800c5c9e968c5db342add2d01a5cd83b;hp=f45be5594323cf36ada24a23b7ede02efcf90931;hpb=7fad9c10510187764a6afbe0ac070a68011278b8;p=kmrcl.git diff --git a/package.lisp b/package.lisp index f45be55..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.45 2003/07/05 02:32:31 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* @@ -202,6 +207,19 @@ #: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 + ))