diff options
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) |