X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=5f10fb9a8071370d3de7d415d2e49e68dc351cde;hb=10959ae8c2c6839e1a2134c17f267429c938f44a;hp=64db28fb66e2c7f168395a6649ec7edb44f37d19;hpb=e9927af19ebf762b2311f296643c00e3aa9cbb00;p=kmrcl.git diff --git a/package.lisp b/package.lisp index 64db28f..5f10fb9 100644 --- a/package.lisp +++ b/package.lisp @@ -108,13 +108,15 @@ #:day-of-week #:+datetime-number-strings+ #:utc-offset - + #:copy-binary-stream + ;; impl.lisp #:probe-directory #:cwd #:quit #:command-line-arguments - #:shell-command-output + #:copy-file + #:run-shell-command ;; lists.lisp #:remove-from-tree-if @@ -133,7 +135,8 @@ #:update-plist #:get-plist #:flatten - + #:unique-slot-values + ;; seq.lisp #:nsubseq @@ -171,6 +174,7 @@ #:print-file-contents #:read-stream-to-string #:read-file-to-string + #:read-file-to-usb8-array #:read-stream-to-strings #:read-file-to-strings @@ -286,7 +290,9 @@ ;; os.lisp #:command-output #:run-shell-command-output-stream - + #:delete-directory-and-files + #:file-size + ;; color.lisp #:rgb->hsv #:rgb255->hsv255