From 5145dd3aa0c02c9fc496d1432fc4410674206e1d Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 Feb 2017 00:05:31 -0800 Subject: Import Upstream version 3a2 --- mklibcat.scm | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'mklibcat.scm') 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) -- cgit v1.2.3