From: Jim Meyering Date: Mon, 7 Jun 2004 15:27:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1388 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8cb9d485595024eab02faa37f77f0bf2fc035ad7;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 21c757bb63..0340db95f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,17 @@ -2004-06-05 Paul Eggert +2004-06-07 Jim Meyering * 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 + * 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.