mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Second argument of ‘unread-string’ is optional.
Fixes <https://bugs.gnu.org/67063>. * doc/ref/api-io.texi (Venerable Port Interfaces): Bring unread-string procedure documentation in line with other procedures in the section. * libguile/ports.c (scm_unread_string): Make port argument optional. * test-suite/tests/ports.test: Test unread-char and unread-string without ports. * NEWS: Update. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
80d4055e42
commit
a222503a89
4 changed files with 7 additions and 5 deletions
2
NEWS
2
NEWS
|
@ -59,6 +59,8 @@ files. See "Random Access" in the manual for details.
|
|||
(<https://bugs.gnu.org/55356>)
|
||||
** 'read-u8' in (scheme base) now defaults to (current-input-port)
|
||||
(<https://bugs.gnu.org/62690>)
|
||||
** Second argument of 'unread-string' is now optional, as previously documented
|
||||
(<https://bugs.gnu.org/67063>)
|
||||
** 'ftw' now correctly deals with directory permissions
|
||||
(<https://bugs.gnu.org/55344>)
|
||||
** 'make-custom-port' now honors its #:conversion-strategy argument
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue