summaryrefslogtreecommitdiff
path: root/old/textutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-16 15:12:19 +0000
committerJim Meyering <jim@meyering.net>1999-01-16 15:12:19 +0000
commit115a5d0e61663d977612aab4903d593729202c02 (patch)
tree757614371a24ce240f9c44cd8a80f71e47b26f13 /old/textutils
parentf28d5ba1256093dd76f809519f9535bf4807ee6c (diff)
downloadcoreutils-115a5d0e61663d977612aab4903d593729202c02.tar.xz
*** empty log message ***
Diffstat (limited to 'old/textutils')
-rw-r--r--old/textutils/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index e5b95fcab..84c7c9257 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,3 +1,13 @@
+1999-01-16 Jim Meyering <meyering@ascend.com>
+
+ * lib/argmatch.h (XARGMATCH): Define to return a value once again.
+ (XARGCASEMATCH): Likewise.
+
+ * lib/argmatch.c (ARGMATCH_DIE): Provide default.
+ (__xargmatch_internal): New function.
+ s/rogram_name/program_name.
+ From Akim Demaille.
+
1999-01-14 Jim Meyering <meyering@ascend.com>
* tests/md5sum/basic-1: Use `f', not `x' as temp. file name to avoid
@@ -10,7 +20,7 @@
1999-01-14 Akim Demaille <demaille@inf.enst.fr>
* acconfig.h: Add a @BOTTOM@ section.
- (@BOTTOM@): Define ARGMATCH_EXIT_FAILURE. Declare usage ().
+ (@BOTTOM@): Define ARGMATCH_DIE. Declare usage ().
* src/*.c: Don't prototype usage as static.
1999-01-10 Jim Meyering <meyering@ascend.com>