Make binary ports work independent of their buffer size.
authorChris Hanson <org/chris-hanson/cph>
Thu, 19 Jan 2017 08:28:43 +0000 (00:28 -0800)
committerChris Hanson <org/chris-hanson/cph>
Thu, 19 Jan 2017 08:28:43 +0000 (00:28 -0800)
commit6473c1fbc55ef69c6b019a63b91388ca0b8102fe
tree6e2149a89463be7f24c88897f654f33c0292a4fd
parent9cbcc4bc08c5721464039a79b8af60388f31cd28
Make binary ports work independent of their buffer size.

Although they require a minimum size of 1 so that single-byte ops work.  Also
re-jigger names in preparation for reusing the sources and sinks for textual
ports.
src/runtime/binary-port.scm
src/runtime/runtime.pkg