1999-09-18 Gary Houston <ghouston@freewire.co.uk>
authorGary Houston <ghouston@arglist.com>
Sat, 18 Sep 1999 08:36:35 +0000 (08:36 +0000)
committerGary Houston <ghouston@arglist.com>
Sat, 18 Sep 1999 08:36:35 +0000 (08:36 +0000)
commite684c60f44de155f5949d947c57baca870f827af
treef027b855ae5840871c5fd2fe35d7b45078f2767e
parent46a47bedc27a37a94fa1874c9965b1ba533f81fc
1999-09-18  Gary Houston  <ghouston@freewire.co.uk>

* strports.c (scm_strport_to_string): create the string from
pt->read_buf instead of an expression that evaluates to the
same thing.

* gdbint.c (gdb_print): don't just use SCM_CHARS to get a C string
from the port: the port's buffer may not be NUL terminated.
libguile/ChangeLog
libguile/gdbint.c
libguile/strports.c