* boot-9.scm: don't import (ice-9 rdelim) here. it's done
authorGary Houston <ghouston@arglist.com>
Wed, 24 Jan 2001 21:45:09 +0000 (21:45 +0000)
committerGary Houston <ghouston@arglist.com>
Wed, 24 Jan 2001 21:45:09 +0000 (21:45 +0000)
commit6d36532c1c49cdb353c63275625c8343484107e9
tree4ae00270b37f1686ef4786dcb030af94d0150a52
parent1c8cbd62c5d9e8358cb5e5e4ce22f555a0995231
* boot-9.scm: don't import (ice-9 rdelim) here.  it's done
in C for now.
* rdelim.scm: export the C primitives too.
* documentation.scm: use (ice-9 rdelim).

* filesys.c (scm_link): docstring fix.
* fports.h (scm_setfileno): obsolete declaration removed.
* posix.c: bogus popen declaration removed.

* rdelim.c: new file, split from ioext.c with new proc
scm_init_rdelim.
* rdelim.h: new file.
* Makefile.am: add rdelim.c and related files.
* init.c: call scm_init_rdelim.  include rdelim.h.
ice-9/ChangeLog
ice-9/boot-9.scm
ice-9/documentation.scm
ice-9/rdelim.scm
libguile/ChangeLog
libguile/filesys.c
libguile/ioext.c
libguile/ioext.h
libguile/posix.c
libguile/rdelim.c [new file with mode: 0644]
libguile/rdelim.h [new file with mode: 0644]