summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2016-04-03 11:13:13 +0200
committerAndy Wingo <wingo@pobox.com>2016-04-04 16:30:56 +0200
commit4460f1f15280e3378633115fe9035448a68c636b (patch)
tree9bc3b16ee9eba1d92e10b0f233f4822eaabe917f /NEWS
parent4eb9fd47c47fcd3d9da8aaced8b729a9cd303ab4 (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--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1be6c83a2..0ab0b395c 100644
--- a/NEWS
+++ b/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):