X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=89f583ac93c5d991e4ce7f6fac246710a9ad8f9d;hb=79ce9975800c5c9e968c5db342add2d01a5cd83b;hp=ff337e9678fec4612682250342457269ee537f8b;hpb=bf3d36016fc385a78d51d588dbb918599cfbc99a;p=kmrcl.git diff --git a/package.lisp b/package.lisp index ff337e9..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.48 2003/07/09 19:19:19 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 ;;;; @@ -60,6 +60,7 @@ #:last-char #:ensure-string #:string-right-trim-one-char + #:string-strip-ending #:flatten @@ -73,7 +74,8 @@ #:write-fixnum #:file-subst #:stream-subst - + #:null-output-stream + ;; lists.lisp #:remove-tree-if #:find-tree @@ -112,6 +114,7 @@ #:alambda #:it #:mac + #:mv-bind ;; files.lisp #:print-file-contents @@ -170,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* @@ -212,6 +216,10 @@ #:init/listener #:stop-all/listener #:listener + + ;; fformat.lisp + #:fformat + ))