Merge commit '8ca97482b01cf1a6aa538cc5a2d1f71fb60f080c'
authorAndy Wingo <wingo@pobox.com>
Fri, 7 Feb 2014 13:42:40 +0000 (14:42 +0100)
committerAndy Wingo <wingo@pobox.com>
Fri, 7 Feb 2014 13:42:40 +0000 (14:42 +0100)
Conflicts:
libguile/r6rs-ports.c

1  2 
doc/ref/api-io.texi
libguile/r6rs-ports.c
test-suite/tests/r6rs-ports.test

Simple merge
@@@ -410,6 -488,6 +469,7 @@@ initialize_custom_binary_input_ports (v
  
    scm_set_port_seek (custom_binary_input_port_type, cbp_seek);
    scm_set_port_close (custom_binary_input_port_type, cbp_close);
++  scm_set_port_setvbuf (custom_binary_input_port_type, cbip_setvbuf);
  }
  
  
Simple merge