diff options
author | Jim Blandy <jimb@red-bean.com> | 1997-05-26 18:05:21 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1997-05-26 18:05:21 +0000 |
commit | f348c8074e9afa0c0a89ccf43f380b5587d3605f (patch) | |
tree | 32e41d8f37b59f85fe84cf73aa85c6029805cd85 /NEWS | |
parent | c1a649bff857c0ea5bdb453f6c14c0055a86ec22 (diff) | |
download | guile-f348c8074e9afa0c0a89ccf43f380b5587d3605f.tar.gz |
Include rationale for removing ungetc-char-ready?.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -356,7 +356,9 @@ returned string. For the old behavior, use (read-line PORT 'concat). take new optional START and END arguments, specifying the region of the array to read and write. -*** The `ungetc-char-ready?' function has been removed. +*** The `ungetc-char-ready?' function has been removed. We feel it's +inappropriate for an interface to expose implementation details this +way. ** Changes to the Unix library and system call interface |