From 1da58ef93889633764e9641450ab00b53478c13f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 20 Apr 2009 19:09:17 +0200 Subject: [PATCH] Comment the origin of `scm_set_port_read ()'. * src/compat.h: Update comment regarding `scm_set_port_read ()'. --- src/compat.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/compat.h b/src/compat.h index cafdfc6..1318ba3 100644 --- a/src/compat.h +++ b/src/compat.h @@ -1,5 +1,5 @@ /* Guile-R6RS-Libs --- Implementation of R6RS standard libraries. - Copyright (C) 2008 Ludovic Courtès + Copyright (C) 2008, 2009 Ludovic Courtès Guile-R6RS-Libs is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -22,9 +22,10 @@ # include #endif -/* The `scm_set_port_read ()' method is scheduled to appear in Guile 1.8.6, - providing a flexible and better performing replacement for the - `fill_input' port method. */ +/* The `scm_set_port_read ()' method was once proposed to provide a flexible + and better performing replacement for the `fill_input' port method: + http://lists.gnu.org/archive/html/guile-devel/2008-06/msg00004.html . + It has not made it (yet?) into a Guile release. */ #ifdef HAVE_SCM_SET_PORT_READ # define PORT_FILL_INPUT_METHOD(m) NULL -- 2.11.4.GIT