*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 7 Aug 1999 08:25:34 +0000 (08:25 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 7 Aug 1999 08:25:34 +0000 (08:25 +0000)
old/sh-utils/ChangeLog
old/sh-utils/NEWS

index 310cecb..152c844 100644 (file)
@@ -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.
index 83b5676..1cc75b8 100644 (file)
@@ -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