summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-17 14:41:34 +0000
committerJim Meyering <jim@meyering.net>2004-06-17 14:41:34 +0000
commit4ec104828375914e0a403f695028e42f56f36aa3 (patch)
treea7702eb1afdccd38e150f55b93bd3a29b0960bab /ChangeLog
parent05c93d0212a6d1900955cf4ad57dbd6c0290d1e0 (diff)
downloadcoreutils-4ec104828375914e0a403f695028e42f56f36aa3.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 18 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 74687ea09..eaf1c2794 100644
--- 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.