slight open-pipe* / open-process refactor
authorAndy Wingo <wingo@pobox.com>
Tue, 8 Jan 2013 11:58:05 +0000 (12:58 +0100)
committerAndy Wingo <wingo@pobox.com>
Tue, 8 Jan 2013 11:58:05 +0000 (12:58 +0100)
commit03a2f59851ff9e9ae751c92c5608ef2a197c4938
tree926358847eb7f81b03f84ed8043f6d80cd9aa1ef
parented3e8b8e06adaaa1df5085a0f730d42efa3f5c30
slight open-pipe* / open-process refactor

* libguile/posix.c (scm_open_process): Return the ports as values
  instead of calling out to Scheme again to make-rw-port.  This
  function is private to (ice-9 popen).

* module/ice-9/popen.scm (open-pipe*): Adapt to change.
libguile/posix.c
module/ice-9/popen.scm