(iprin1): When writing a string, collect all characters that can be
authorMarius Vollmer <mvo@zagadka.de>
Mon, 6 Jun 2005 19:54:20 +0000 (19:54 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 6 Jun 2005 19:54:20 +0000 (19:54 +0000)
commit6d92f14f142e308ab8818c042a3d56e22d0b45fc
tree4ed6f0987386fae88a8597ebef123d689cd360f9
parent589f22f66550b5aa77a30c5d6a1e417196b05a6d
(iprin1): When writing a string, collect all characters that can be
printed directly into one call to scm_lfwrite.  Previously, every
character was output with its own call to write(2) on unbuffered
ports.
libguile/print.c