diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-09 23:35:15 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-09 23:35:15 +0000 |
commit | f305d3a224827814d56a4a328b01fcee9daa7d01 (patch) | |
tree | 3f70dbb73da42b33cca9ce65e658c70211741b9a /ChangeLog | |
parent | 1def589bea0974dc92183b99efc18545c8f88c33 (diff) | |
download | coreutils-f305d3a224827814d56a4a328b01fcee9daa7d01.tar.xz |
Improve code to work in some cases when files are writeable but not readable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2004-08-09 Paul Eggert <eggert@cs.ucla.edu> + * src/shred.c (wipename): Work even if the directory is writeable + and not readable. Prefer write access, since this should work + better with fdatasync. + * src/csplit.c (xalloc_die): New function. (main): Remove now-obsolete initialization of xalloc_fail_func. |