r8005: Automated commit for kmrcl debian-version-1.58-1
[kmrcl.git] / package.lisp
index 5d4bcc80d3002554ffaa24b68a90b0c251e7162c..803dc120129513310530598a40eb0444d138b716 100644 (file)
@@ -67,8 +67,6 @@
    #:string-strip-ending
    #:string-maybe-shorten
    #:shrink-vector
-   
-   #:flatten
 
    ;; io.lisp
    #:indent-spaces
    #:file-subst
    #:stream-subst
    #:null-output-stream
-   #:probe-directory
    #:directory-tree
-   
+
+   ;; impl.lisp
+   #:probe-directory
+   #:cwd
+   #:quit
+   #:command-line-arguments
+   #:shell-command-output
+
    ;; lists.lisp
    #:remove-from-tree-if
    #:find-tree
    #:plist-alist
    #:update-plist
    #:get-plist
+   #:flatten
 
    ;; seq.lisp
    #:nsubseq
    
    ;; math.lisp
    #:ensure-integer
+   #:histogram
    
    ;; macros.lisp
    #:time-iterations
 
    ;; os.lisp
    #:run-shell-command
-   
+
    ))