mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-28 20:44:42 +08:00
*** empty log message ***
This commit is contained in:
parent
eee12ddc9d
commit
3104d1d445
10
ChangeLog
10
ChangeLog
@ -1,7 +1,15 @@
|
||||
2004-04-08 Jim Meyering <jim@meyering.net>
|
||||
2004-04-08 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* 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 <jim@meyering.net>
|
||||
|
||||
* 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
|
||||
|
@ -1,3 +1,7 @@
|
||||
2004-04-08 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* coreutils.texi (dd invocation): Remove noctty flag from dd.
|
||||
|
||||
2004-04-07 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
New dd conv= symbols nocreat, excl, fdatasync, fsync,
|
||||
|
Loading…
Reference in New Issue
Block a user