From: Jim Meyering Date: Thu, 17 Jun 2004 14:41:34 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.3.0~1322 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4ec104828375914e0a403f695028e42f56f36aa3;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 74687ea093..eaf1c2794a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,24 @@ -2004-06-09 Paul Eggert +2004-06-15 Paul Eggert * 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 + * NEWS: Remove special cases for POSIXLY_CORRECT when POSIX allows the GNU behavior. * doc/coreutils.texi (pr invocation, unlink invocation): Document this.