'scm_c_read' goes through the fast path with ISO-8859-1 unbuffered ports.
authorLudovic Courtès <ludo@gnu.org>
Mon, 14 Oct 2013 20:24:48 +0000 (22:24 +0200)
committerLudovic Courtès <ludo@gnu.org>
Mon, 14 Oct 2013 20:59:28 +0000 (22:59 +0200)
commitc61be45084d04b1db792b7e232f5bd77099f3287
tree1c22eb6a6b5c8ff18182bbc42024b8165eb17b0c
parentd360671c1cca335600079f1c5714572d1c2e676d
'scm_c_read' goes through the fast path with ISO-8859-1 unbuffered ports.

Discussed in <http://bugs.gnu.org/15368>.

* libguile/ports.c (scm_c_read): Enter the 'swap_buffer' case when
  pt->encoding is "ISO-8859-1".
libguile/ports.c