diff options
author | Roland McGrath <roland@gnu.org> | 2001-01-20 23:18:25 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-01-20 23:18:25 +0000 |
commit | eea4a97f8aed8e185b8e0aa64ef3306eb8a2d15c (patch) | |
tree | 8d5b5dfbd82d3cf780d913ccc79c795602abaea1 /trans/ChangeLog | |
parent | 841a03ccbd71ddb48d903c051daa8ff52e29335f (diff) |
.
Diffstat (limited to 'trans/ChangeLog')
-rw-r--r-- | trans/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
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 <roland@frob.com> + + * 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 <marcus@gnu.org> * Makefile (SRCS): Add streamio.c |