~ chicken-core (chicken-5) 7332820147698c357689e6fcd51ecd0fa9ba9535


commit 7332820147698c357689e6fcd51ecd0fa9ba9535
Author:     felix <felix@call-with-current-continuation.org>
AuthorDate: Mon Aug 16 03:07:20 2010 -0400
Commit:     felix <felix@call-with-current-continuation.org>
CommitDate: Mon Aug 16 03:07:20 2010 -0400

    added missing entry for decompose-directory in types.db and files.import.scm (thanks to Kon)

diff --git a/files.import.scm b/files.import.scm
index 334f0f5d..bd9ca363 100644
--- a/files.import.scm
+++ b/files.import.scm
@@ -34,6 +34,7 @@
    make-absolute-pathname
    create-temporary-directory
    create-temporary-file
+   decompose-directory
    decompose-pathname
    absolute-pathname?
    pathname-directory
diff --git a/types.db b/types.db
index e1151158..e9480d93 100644
--- a/types.db
+++ b/types.db
@@ -522,6 +522,7 @@
 (make-absolute-pathname (procedure make-absolute-pathname (* * #!optional string string) string))
 (create-temporary-directory (procedure create-temporary-directory () string))
 (create-temporary-file (procedure create-temporary-file (#!optional string) string))
+(decompose-directory (procedure decompose-directory (string) * * *))
 (decompose-pathname (procedure decompose-pathname (string) * * *))
 (absolute-pathname? (procedure absolute-pathname? (string) boolean))
 (pathname-directory (procedure pathname-directory (string) *))
Trap