From: Jim Meyering Date: Thu, 8 Apr 2004 21:37:50 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1831 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3104d1d445199129efbe3f5b517b84cb542825bf;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index d2dd970103..11e14dd298 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ -2004-04-08 Jim Meyering +2004-04-08 Paul Eggert * Version 5.3.0. + * NEWS: Remove noctty flag from dd. Suggested by Philippe Troin. + * doc/coreutils.texi (dd invocation): Likewise. + * src/shred.c (O_NOCTTY): Remove redundant decl. + * src/dd.c (flags, usage): Remove noctty flag. + (main): Always use O_NOCTTY when opening files. + +2004-04-08 Jim Meyering + * src/dd.c (dd_copy): Mark two diagnostics for translations. (set_fd_flags): Undo part of today's change: it's a little cleaner -- and more efficient in the common case -- to go diff --git a/doc/ChangeLog b/doc/ChangeLog index c055658f91..e0359018eb 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-04-08 Paul Eggert + + * coreutils.texi (dd invocation): Remove noctty flag from dd. + 2004-04-07 Paul Eggert New dd conv= symbols nocreat, excl, fdatasync, fsync,