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:
parent
4eb9fd47c4
commit
4460f1f152
4 changed files with 3 additions and 16 deletions
3
NEWS
3
NEWS
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue