From eea4a97f8aed8e185b8e0aa64ef3306eb8a2d15c Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 20 Jan 2001 23:18:25 +0000 Subject: . --- trans/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/trans/ChangeLog b/trans/ChangeLog index 97cebae4..acb63e90 100644 --- a/trans/ChangeLog +++ b/trans/ChangeLog @@ -1,3 +1,19 @@ +2001-01-20 Roland McGrath + + * streamio.c (options): Add aliases --rdonly, --ro for -r. + Add aliases --rdwr, -rw for -w. + Add new option --writeonly/--wronly/-W. + (readonly): Variable removed. + (parse_opt): Set trivfs_allow_open for -r/-w/-W. + (main): Don't set trivfs_allow_open here. Instead, use it to decide + whether to set up input_buffer/output_buffer or not. + (open_hook): Use trivfs_allow_open instead of readonly. + Check whether read is allowed too. + (trivfs_modify_stat): Likewise. + + * streamio.c (stream_name, readonly, rdev, nperopens): Remove + superfluous zero initializers. + 2001-01-13 Marcus Brinkmann * Makefile (SRCS): Add streamio.c -- cgit v1.2.3