summaryrefslogtreecommitdiff
path: root/old/sh-utils
diff options
context:
space:
mode:
Diffstat (limited to 'old/sh-utils')
-rw-r--r--old/sh-utils/ChangeLog15
1 files changed, 10 insertions, 5 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog
index bb78c159d..60de6f928 100644
--- a/old/sh-utils/ChangeLog
+++ b/old/sh-utils/ChangeLog
@@ -1,17 +1,22 @@
1999-07-31 Jim Meyering <meyering@ascend.com>
- * man/Makefile.maint (helpful-men): Define.
- * man/Makefile.summ ($(helpless-men)): New manual-generating rules to
- accommodate the fact that false and true no longer accept --help.
+ * Version 1.16l.
- * man/true.1in: New file.
- * man/false.1in: New file.
+ false and true are now C programs rather than shell scripts
* src/true.c: New file.
* src/false.c: New file.
* src/true.sh: Removed.
* src/false.sh: Removed.
* src/Makefile.am: (bin_PROGRAMS): Add true and false.
(bin_SCRIPTS): Remove true and false.
+ * man/true.1in: New file.
+ * man/false.1in: New file.
+ * man/Makefile.am (EXTRA_DIST): Remove extra (shadowed) assignment.
+ (EXTRA_DIST): Add false.1in and true.1in.
+ * man/Makefile.maint (helpful-men): Define.
+ * man/Makefile.summ ($(helpless-men)): New manual-generating rules to
+ accommodate the fact that false and true no longer accept --help.
+ Prompted by Christi Alice Scarborough's truefalse package.
1999-07-30 Jim Meyering <meyering@ascend.com>