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

index 74687ea093e3c6f194c0a5ee6dc147714d113152..eaf1c2794acdbc81b45f59f45878e9bcd42cc9b8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,24 @@
-2004-06-09  Paul Eggert  <eggert@cs.ucla.edu>
+2004-06-15  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 5.3.0.
 
+       * NEWS: Remove more special cases for POSIXLY_CORRECT when POSIX
+       allows the GNU behavior.  "--" is now supported by chroot, hostid,
+       hosname, pwd, sync, yes.
+       * doc/coreutils.texi (yes invocation, false invocation,
+       true invocation): Document this.
+       * src/chroot.c (main): Handle "--".
+       * src/hostid.c (main): Likewise.
+       * src/hostname.c (main): Likewise.
+       * src/pwd.c (main): Likewise.
+       * src/sync.c (main): Likewise.
+       * src/yes.c (main): Likewise.
+       * src/true.c (main): Recognize --help and --version even if
+       POSIXLY_CORRECT is set.
+       * src/yes.c (main): Likewise.
+
+2004-06-09  Paul Eggert  <eggert@cs.ucla.edu>
+
        * NEWS: Remove special cases for POSIXLY_CORRECT when POSIX allows
        the GNU behavior.
        * doc/coreutils.texi (pr invocation, unlink invocation): Document this.