summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index c73e9fc11..310cecb88 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,5 +1,17 @@
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/false.c: Fail even for --help and --version.
+ * src/Makefile.am (false.c): Generate automatically from true.c.
+ (BUILT_SOURCES): Add false.c.
+ * man/Makefile.am (EXTRA_DIST): Remove false.1in and true.1in.
+ * man/Makefile.summ: Remove the rules added on 1999-07-31.
+ * man/Makefile.maint: Likewise.
+ * man/true.1in: Removed.
+ * man/false.1in: Removed.
+
* configure.in: Remove getline-testing code. Now it's in m4/.
1999-08-01 Jim Meyering <meyering@ascend.com>