X-Git-Url: http://git.kpe.io/?p=kmrcl.git;a=blobdiff_plain;f=package.lisp;h=58c01720af41e8a9b1855c38a39b4865daa9dcb5;hp=5f10fb9a8071370d3de7d415d2e49e68dc351cde;hb=51b03e13f8d68533dc718e436f4c108c5be3e311;hpb=09816397bfa39bd4b3c85e9f5fc05d30b073bacb diff --git a/package.lisp b/package.lisp index 5f10fb9..58c0172 100644 --- a/package.lisp +++ b/package.lisp @@ -57,6 +57,7 @@ #:count-string-char #:count-string-char-if #:hexchar + #:charhex #:encode-uri-string #:decode-uri-string #:non-alphanumericp @@ -145,7 +146,9 @@ #:histogram #:fixnum-width #:scaled-epsilon - + #:sinc + #:numbers-within-percentage + ;; macros.lisp #:time-iterations #:time-seconds @@ -168,7 +171,8 @@ #:def-cached-instance #:with-ignore-errors #:ppmx - #:defconst + #:defconstant* + #:defvar-unbound ;; files.lisp #:print-file-contents @@ -234,6 +238,7 @@ #:print-float-units #:print-seconds #:posix-time-to-utime + #:utime-to-posix-time ;; From random.lisp #:seed-random-generator @@ -292,6 +297,7 @@ #:run-shell-command-output-stream #:delete-directory-and-files #:file-size + #:getpid ;; color.lisp #:rgb->hsv