blowfish,gdbm,md5: Expand on note about importing bindings.
authorMatt Birkholz <matt@birkholz.chandler.az.us>
Sun, 8 Sep 2013 19:30:32 +0000 (12:30 -0700)
committerMatt Birkholz <matt@birkholz.chandler.az.us>
Sun, 8 Sep 2013 19:30:32 +0000 (12:30 -0700)
src/blowfish/blowfish.pkg
src/gdbm/gdbm.pkg
src/md5/md5.pkg

index f256630a9f6cc766f57c7f8fb923912dcd727b10..3e5a145d892acdc1217250d7fd79008ffb2a8dc4 100644 (file)
@@ -29,8 +29,8 @@ USA.
 (define-package (blowfish)
   (files "blowfish")
   (parent ())
-  ;; You'll have to import these from (gdbm), after a (global-
-  ;; definitions gdbm/) declaration(?).
+  ;; You'll have to import these from (global-definitions blowfish/).
+  ;; They are currently bound in () by exports from (runtime blowfish).
   #;(export #f
          blowfish-available?
          blowfish-cbc
index 66bcd083186bbe453356a3976f99e94a8f67c258..92f52e243397b19cf781fd2b42c054745056a5e8 100644 (file)
@@ -30,8 +30,8 @@ USA.
   (files "gdbm")
   (parent ())
   (initialization (initialize-package!))
-  ;; You'll have to import these from (gdbm).  They are currently
-  ;; bound in () by exports from (runtime gdbm).
+  ;; You'll have to import these from (global-definitions gdbm/).
+  ;; They are currently bound in () by exports from (runtime gdbm).
   #;(export #f
          gdbm-available?
          gdbm-close
index c11e1a6ee11c751ee3017e81938332b1edbf29ec..6c8ea6aa267eff87b94d60a82b1aa56afea8ce2a 100644 (file)
@@ -29,8 +29,8 @@ USA.
 (define-package (md5)
   (files "md5")
   (parent ())
-  ;; You'll have to import these from (gdbm), after a (global-
-  ;; definitions gdbm/) declaration(?).
+  ;; You'll have to import these from (global-definitions md5/).  They
+  ;; are currently bound in () by exports from (runtime crypto).
   #;(export #f
          md5-available?
          md5-file