summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-08-07 08:25:34 +0000
committerJim Meyering <jim@meyering.net>1999-08-07 08:25:34 +0000
commitb5f2d23a1cdaf97ff83666a3873320d00e8df86a (patch)
tree0fbb1545a9681c15ae4d4c4efa3f9cdeadcaf5e9
parent2d4a9216996dbd8e11f422e265c519b7960e915e (diff)
downloadcoreutils-b5f2d23a1cdaf97ff83666a3873320d00e8df86a.tar.xz
*** empty log message ***
-rw-r--r--old/sh-utils/ChangeLog4
-rw-r--r--old/sh-utils/NEWS1
2 files changed, 3 insertions, 2 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index 310cecb88..152c8447b 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,8 +1,8 @@
1999-08-04 Jim Meyering <meyering@ascend.com>
false and true once again generate --help and --version output
- * src/true.c: Honor --help and --version once again, though now
- only if POSIXLY_CORRECT is set.
+ * src/true.c: Honor --help and --version once again, bug ignore
+ those options when POSIXLY_CORRECT is set.
* src/false.c: Fail even for --help and --version.
* src/Makefile.am (false.c): Generate automatically from true.c.
(BUILT_SOURCES): Add false.c.
diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS
index 83b56767a..1cc75b859 100644
--- a/old/sh-utils/NEWS
+++ b/old/sh-utils/NEWS
@@ -1,6 +1,7 @@
Changes in release 1.17
[1.16l]
* false and true are now C programs rather than shell scripts
+* false and true now ignore --help and --version when POSIXLY_CORRECT is set
[1.16k]
* fix typos in my version of AC_SEARCH_LIBS.
* fix dates on config files so builders don't need autoconf/automake