X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=package.lisp;h=803dc120129513310530598a40eb0444d138b716;hp=1816cbafbbf40e121b7c1684fa4aa0ded8b8f1e1;hb=c2974df32b94d3bd25c32fa2e181b1980da59631;hpb=61100bfd2f0176c743db058160316a59441ce352 diff --git a/package.lisp b/package.lisp index 1816cba..803dc12 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 @@ -64,8 +67,6 @@ #:string-strip-ending #:string-maybe-shorten #:shrink-vector - - #:flatten ;; io.lisp #:indent-spaces @@ -78,7 +79,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 @@ -95,12 +104,14 @@ #:plist-alist #:update-plist #:get-plist + #:flatten ;; seq.lisp #:nsubseq ;; math.lisp #:ensure-integer + #:histogram ;; macros.lisp #:time-iterations @@ -232,7 +243,7 @@ ;; os.lisp #:run-shell-command - + ))