* * boot-9.scm (resolve-module): New optional parameter that
authorMarius Vollmer <mvo@zagadka.de>
Sat, 21 Dec 1996 09:50:38 +0000 (09:50 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sat, 21 Dec 1996 09:50:38 +0000 (09:50 +0000)
commit0209ca9a14863f55fa9b14ff4489563856b44aee
tree3eaf2b603a7e64bb352cbfefe43131f7ad116f4b
parent0b7a04e01bb074d630f8cd4f83ce18038c2fec9b
* * boot-9.scm (resolve-module): New optional parameter that
  controls whether autoloading is attempted or not. Default is #t.
(process-define-module): Don't autoload the defined module.
(try-module-autoload): Don't autoload the directory modules.

* * boot-9.scm (process-define-module): Ensure that the-scm-module
  is last in the `uses' list to allow shadowing builtin
  bindings. All :use-module options are added in the order they
  appear in the arguments but before anything already on the list
  (such as the-scm-module).
ice-9/boot-9.scm