summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-02 20:38:45 +0000
committerJim Meyering <jim@meyering.net>1999-01-02 20:38:45 +0000
commite38501be526c819fe1520d6196052e8c6af304b9 (patch)
treea1d440adf295bf903deaba4d6bb1dde9d7b7d959 /old
parent7b36cfca743bbc31f5e3234ba9d62f1ce3bdbc88 (diff)
downloadcoreutils-e38501be526c819fe1520d6196052e8c6af304b9.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog10
-rw-r--r--old/textutils/ChangeLog4
2 files changed, 12 insertions, 2 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 88c4ff049..5d7ab3652 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,15 @@
1999-01-02 Jim Meyering <meyering@ascend.com>
+ * lib/argmatch.c (argmatch_invalid): Remove double quotes from the
+ offending quoted argument before using it in explanatory diagnostic.
+ Use a single fprintf stmt.
+
+ * lib/argmatch.h (XARGMATCH): Don't return a value; instead,
+ modify a parameter. Add a `Die_stmt' parameter.
+ Add parentheses.
+ * lib/argmatch.c (__xargmatch_internal): Remove now-unused function.
+ (argmatch_to_argument): Add `const' attribute to first parameter.
+
* configure.in (AC_REPLACE_FUNCS): Remove strcasecmp (now it's
done in m4/jm-macros.m4).
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog
index b5180e55c..e4afdb9ec 100644
--- a/old/textutils/ChangeLog
+++ b/old/textutils/ChangeLog
@@ -1,5 +1,7 @@
1999-01-02 Jim Meyering <meyering@ascend.com>
+ * Version 1.22g.
+
* src/tsort.c (tsort): Use a single call to error instead of two
to fprintf.
(main): Remove `%s: ' prefix on format string.
@@ -9,8 +11,6 @@
* src/ptx.c (format_vals): New array.
(main): Use XARGMATCH in place of argmatch.
- * Version 1.22g.
-
* lib/argmatch.h (XARGMATCH): Don't return a value; instead,
modify a parameter. Add a `Die_stmt' parameter.
Add parentheses.