summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/fileutils/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 01119c94f..2c555164a 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,5 +1,10 @@
1999-03-07 Jim Meyering <meyering@ascend.com>
+ * lib/xmalloc.c (xalloc_fail): Use "%s" format so the message doesn't
+ have to be scanned for % signs. Suggestion from François Pinard.
+
+ * Makefile.maint: Add two more URLs and the loops to use them.
+
* lib/long-options.c (parse_long_options): Include `Copyright...' line
in --version output.
Add the `...NO warranty...' message.