* ioext.c (scm_read_delimited_x): use RO string macros for delims.
authorGary Houston <ghouston@arglist.com>
Thu, 13 Mar 1997 21:54:02 +0000 (21:54 +0000)
committerGary Houston <ghouston@arglist.com>
Thu, 13 Mar 1997 21:54:02 +0000 (21:54 +0000)
commitae2fa5bc81407b0d7591f2b801c7ecf0ae0dc0ae
treecb71eb425237900d2f404bd937b22c81820a523e
parent216fb10850c791ad58a0a72476cf9937104b843f
* ioext.c (scm_read_delimited_x): use RO string macros for delims.
(scm_freopen): use RO string macros for filename and modes.
(scm_duplicate_port, scm_fdopen): use RO string macros for modes.

* posix.c (scm_getgrgid): simplify conversion of name to C string.
(scm_mknod): use RO string macros for path.

* socket.c (scm_fill_sockaddr, scm_send, scm_sendto):
use SCM_ROSTRINGP, SCM_ROCHARS, SCM_ROLENGTH.

* net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_getserv):
use SCM_ROSTRINGP and SCM_ROCHARS.
libguile/ChangeLog
libguile/ioext.c
libguile/net_db.c
libguile/posix.c
libguile/socket.c