X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=f5cbc6e4f6e178c0990d92cb694545d8bd386f4f;hb=4c379c22b88b4433ed56fd8665e1265442b10ee2;hp=16b5ed029a27ab65db28e4184530573d9e352377;hpb=5738e60dc3724dc7d022d0fd2d5f2dbe337be470;p=kmrcl.git diff --git a/package.lisp b/package.lisp index 16b5ed0..f5cbc6e 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.53 2003/07/21 00:52:56 kevin Exp $ +;;;; $Id: package.lisp,v 1.56 2003/08/06 10:03:21 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -25,6 +25,7 @@ #:ensure-integer #:mklist #:filter + #:map-and-remove-nils #:appendnew #:memo-proc #:memoize @@ -117,6 +118,7 @@ #:it #:mac #:mv-bind + #:deflex ;; files.lisp #:print-file-contents @@ -227,6 +229,9 @@ ;; fformat.lisp #:fformat + + ;; os.lisp + #:run-shell-command ))