diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:31 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:05:31 -0800 |
commit | 5145dd3aa0c02c9fc496d1432fc4410674206e1d (patch) | |
tree | 540afc30c51da085f5bd8ec3f4c89f6496e7900d /mklibcat.scm | |
parent | 8466d8cfa486fb30d1755c4261b781135083787b (diff) | |
download | slib-5145dd3aa0c02c9fc496d1432fc4410674206e1d.tar.gz slib-5145dd3aa0c02c9fc496d1432fc4410674206e1d.zip |
Import Upstream version 3a2upstream/3a2
Diffstat (limited to 'mklibcat.scm')
-rw-r--r-- | mklibcat.scm | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mklibcat.scm b/mklibcat.scm index e6a0321..2047f86 100644 --- a/mklibcat.scm +++ b/mklibcat.scm @@ -71,6 +71,7 @@ (hash "hash") (sierpinski "sierpinski") (hilbert-fill "phil-spc") + (peano-fill "peanosfc") (soundex "soundex") (hash-table "hashtab") (logical "logical") @@ -87,7 +88,7 @@ (common-list-functions "comlist") (tree "tree") (coerce "coerce") - ;;(format "format") + (format "format") (generic-write "genwrite") (pretty-print "pp") (pprint-file "ppfile") @@ -137,6 +138,7 @@ (chapter-order "chap") (posix-time "psxtime") (common-lisp-time "cltime") + (time-core "timecore") (time-zone defmacro "timezone") (relational-database "rdms") (databases "dbutil") @@ -188,6 +190,7 @@ (color-database defmacro "mkclrnam") (resene color-names "clrnamdb.scm") (saturate color-names "clrnamdb.scm") + (nbs-iscc color-names "clrnamdb.scm") (daylight "daylight") (matfile "matfile") (mat-file matfile) @@ -208,6 +211,9 @@ (srfi-2 defmacro "srfi-2") (srfi-8 macro "srfi-8") (srfi-9 macro "srfi-9") + (srfi-47 array) + (srfi-63 array) + (srfi-60 logical) (new-catalog "mklibcat") )))) (let* ((req (in-vicinity (library-vicinity) |