~ chicken-core (chicken-5) 4c2d1187a5e21ea2cd0e1ef6521375a2fe233d03
commit 4c2d1187a5e21ea2cd0e1ef6521375a2fe233d03 Author: Peter Bex <peter@more-magic.net> AuthorDate: Thu Aug 16 22:24:09 2018 +0200 Commit: Peter Bex <peter@more-magic.net> CommitDate: Thu Aug 16 22:24:42 2018 +0200 Add the fact that we dropped read-all to the NEWS file diff --git a/NEWS b/NEWS index 41036579..434e2364 100644 --- a/NEWS +++ b/NEWS @@ -89,6 +89,8 @@ This procedure now also accepts a file descriptor or a port. - `file-permissions` now returns one value: the permission integer. - `read-file` has been renamed to `read-list`. + - `read-all` was dropped, as `read-string` with #f as its NUM argument + is equivalent. - The procedures for random numbers have been reimplemented; access to system-specific entropy is available, together with a reasonably good pseudo random number generator (WELL512).Trap