X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=89f583ac93c5d991e4ce7f6fac246710a9ad8f9d;hb=79ce9975800c5c9e968c5db342add2d01a5cd83b;hp=754aef5324ddebe540782f99db70a35dde24ee3f;hpb=6e84de6e7bff9079d0b6ba62a3c85d2eb98f2eb4;p=kmrcl.git diff --git a/package.lisp b/package.lisp index 754aef5..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.49 2003/07/11 06:58:32 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 @@ -214,6 +216,10 @@ #:init/listener #:stop-all/listener #:listener + + ;; fformat.lisp + #:fformat + ))