]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 6 Jun 2004 14:20:20 +0000 (14:20 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 6 Jun 2004 14:20:20 +0000 (14:20 +0000)
ChangeLog

index e57915cb086bf4420f8f7b48d3644a9d048a7405..21c757bb6390d9dffbade0ed7413da4a86c8ef88 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
+2004-06-05  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 5.3.0.
 
+       * 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.
+
+2004-06-04  Paul Eggert  <eggert@cs.ucla.edu>
+
        * src/shred.c (dopass): Don't subtract 1 from the offset after
        a write error.  Problem reported by Jon Peatfield in:
        http://lists.gnu.org/archive/html/bug-coreutils/2004-06/msg00020.html