From mboxrd@z Thu Jan 1 00:00:00 1970 From: ghouston@sourceware.cygnus.com To: guile-cvs@sourceware.cygnus.com Subject: guile/guile-core/libguile ChangeLog gdbint.c s ... Date: Sat, 18 Sep 1999 01:36:00 -0000 Message-id: <19990918083638.16709.qmail@egcs.cygnus.com> X-SW-Source: 1999-q3/msg00738.html List-Id: CVSROOT: /cvs/guile Module name: guile Changes by: ghouston@egcs.cygnus.com 99/09/18 01:36:36 Modified files: guile-core/libguile: ChangeLog gdbint.c strports.c Log message: 1999-09-18 Gary Houston * 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.