X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=36d185bf21c4d60e2e7b65588b3261dcbddcdbac;hb=ea87515673ba2fd46e6e1ad270c4abf88d575a19;hp=1816cbafbbf40e121b7c1684fa4aa0ded8b8f1e1;hpb=61100bfd2f0176c743db058160316a59441ce352;p=kmrcl.git diff --git a/package.lisp b/package.lisp index 1816cba..36d185b 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.58 2003/08/12 06:37:53 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -37,6 +37,9 @@ #:for ;; strings.lisp + #:string-trim-whitespace + #:string-left-trim-whitespace + #:string-right-trim-whitespace #:mapappend #:mapcar-append-string #:mapcar2-append-string @@ -78,7 +81,15 @@ #:file-subst #:stream-subst #:null-output-stream - + #:directory-tree + + ;; impl.lisp + #:probe-directory + #:cwd + #:quit + #:command-line-arguments + #:shell-command-output + ;; lists.lisp #:remove-from-tree-if #:find-tree @@ -232,6 +243,9 @@ ;; os.lisp #:run-shell-command + + ;; getopt.lisp + #:getopt ))