Remove port mark functions

* doc/ref/api-io.texi (Port Implementation): Remove documentation.
* libguile/ports.c (scm_set_port_mark): Remove function.
* libguile/ports.h (scm_t_ptob_descriptor): Remove mark function.
* NEWS: Add entry.
This commit is contained in:
Andy Wingo 2016-04-03 11:13:13 +02:00
commit 4460f1f152
4 changed files with 3 additions and 16 deletions

3
NEWS
View file

@ -19,7 +19,10 @@ Instead, use the symbol values `none', `line', or `block', respectively,
as arguments to the `setvbuf' function.
* Incompatible changes
** Remove `scm_set_port_mark'
Port mark functions have not been called since the switch to the BDW
garbage collector.
Changes in 2.1.2 (changes since the 2.1.1 alpha release):