diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-10 22:06:28 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-10 22:06:28 +0000 |
commit | 1ccc1a1b4bf8ad0c5683113784959bde073174d3 (patch) | |
tree | c4210bf0974c8adb32564dc9f662ff1dda64b8ba | |
parent | 754ebf7885202cc240107076a0a2b31c8a33b5f2 (diff) | |
download | coreutils-1ccc1a1b4bf8ad0c5683113784959bde073174d3.tar.xz |
"sort -o -", "shred -", "tee -" POSIX-conformance fixes.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-08-10 Paul Eggert <eggert@cs.ucla.edu> + + * NEWS: Document "sort -o -" and "tee -" POSIX-conformance fixes. + * src/shred.c (usage): "-" is an operand, not an option. + * src/sort.c (die, xfopen, mergefps, first_same_file, merge): + A null file arg means standard output. + (main): "-o -" means to write to a file named "-", + not to standard output. + * src/tee.c (usage): "tee -" writes to standard output, not + to a file named "-". + 2004-08-10 Dmitry V. Levin <ldv@altlinux.org> * src/install.c (change_timestamps): Fix int->bool conversion |