1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-22 20:40:29 +02:00

Include rationale for removing ungetc-char-ready?.

This commit is contained in:
Jim Blandy 1997-05-26 18:05:21 +00:00
parent c1a649bff8
commit f348c8074e

4
NEWS
View file

@ -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 take new optional START and END arguments, specifying the region of
the array to read and write. 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 ** Changes to the Unix library and system call interface