add (ice-9 binary-ports)
authorAndy Wingo <wingo@pobox.com>
Fri, 18 Feb 2011 14:52:02 +0000 (15:52 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 18 Feb 2011 15:01:21 +0000 (16:01 +0100)
commitdd0d987fbdf32387ff4b36631302918ca8ff36cb
tree5ca6a5bd578c304b28868d0e02bade560f85395f
parent7e23d9d0f1efd8d62e8fbe1341d0e1ea54b2eb57
add (ice-9 binary-ports)

* module/ice-9/binary-ports.scm: New module.
* module/Makefile.am: Add to makefile.

* module/rnrs/io/ports.scm: Re-export bindings from (ice-9 binary
  ports).  This will allow the compiler to not pull (rnrs) into its
  included module set.
module/Makefile.am
module/ice-9/binary-ports.scm [new file with mode: 0644]
module/rnrs/io/ports.scm