call-with-{input,output}-string implemented in scheme
authorAndy Wingo <wingo@pobox.com>
Wed, 7 Mar 2012 12:34:06 +0000 (13:34 +0100)
committerAndy Wingo <wingo@pobox.com>
Wed, 7 Mar 2012 12:34:06 +0000 (13:34 +0100)
commita62b5c3d5431cf68d94af5397116ca38f7d15840
tree42624e996ac2bf295d05a6636649fef518900c99
parent4df9e5eb0f2cbdcd36cb2a50214f79a16816accf
call-with-{input,output}-string implemented in scheme

* module/ice-9/boot-9.scm (call-with-input-string)
  (call-with-output-string): Implement in Scheme.

* libguile/strports.c (scm_call_with_output_string):
  (scm_call_with_input_string): Dispatch to Scheme.
libguile/strports.c
module/ice-9/boot-9.scm