X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=package.lisp;h=80fa1190ef066f420157812420b5d24831adbbaf;hb=9e36114ec80a5a8b58a650a5f80b4d51b43d0ce0;hp=64db28fb66e2c7f168395a6649ec7edb44f37d19;hpb=e9927af19ebf762b2311f296643c00e3aa9cbb00;p=kmrcl.git diff --git a/package.lisp b/package.lisp index 64db28f..80fa119 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 @@ -165,12 +168,14 @@ #:def-cached-instance #:with-ignore-errors #:ppmx - #:defconst + #:defconstant* + #:defvar-unbound ;; files.lisp #: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 +291,9 @@ ;; os.lisp #:command-output #:run-shell-command-output-stream - + #:delete-directory-and-files + #:file-size + ;; color.lisp #:rgb->hsv #:rgb255->hsv255