diff options
author | Andy Wingo <wingo@pobox.com> | 2016-04-03 11:13:13 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2016-04-04 16:30:56 +0200 |
commit | 4460f1f15280e3378633115fe9035448a68c636b (patch) | |
tree | 9bc3b16ee9eba1d92e10b0f233f4822eaabe917f /NEWS | |
parent | 4eb9fd47c47fcd3d9da8aaced8b729a9cd303ab4 (diff) |
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.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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): |