diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-07 15:27:47 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-07 15:27:47 +0000 |
commit | 8cb9d485595024eab02faa37f77f0bf2fc035ad7 (patch) | |
tree | 13ea95376adab00c1a24948ba91387a0880078ba | |
parent | 16155336a095fc4e749d42608e747bce4082230f (diff) | |
download | coreutils-8cb9d485595024eab02faa37f77f0bf2fc035ad7.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1,7 +1,17 @@ -2004-06-05 Paul Eggert <eggert@cs.ucla.edu> +2004-06-07 Jim Meyering <jim@meyering.net> * Version 5.3.0. + Enable direct-mode I/O (bypassing the buffer cache), if possible. + Prompted by a suggestion from Kalle Olavi Niemitalo + in http://bugs.debian.org/207035. + * src/shred.c (direct_mode): New function. + (do_wipefd): Turn on direct-mode I/O. + (dopass): If a file's first write fails with EINVAL, + turn off direct-mode I/O and retry the write. + +2004-06-05 Paul Eggert <eggert@cs.ucla.edu> + * src/tr.c (main): "tr -d a b" is now a fatal error even if POSIXLY_CORRECT is set. The POSIX SYNOPSIS does not allow this option combination. |