summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--old/fileutils/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index f475065b7..c46e4d264 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,6 +1,12 @@
+1999-09-28 Jim Meyering <meyering@ascend.com>
+
+ * lib/xalloc.h (__attribute__): Protect against redefinition.
+ From Akim Demaille.
+
1999-09-26 Jim Meyering <meyering@ascend.com>
- * lib/xmalloc.c (xalloc_die): Rename from xalloc_fail and update callers.
+ * lib/xmalloc.c (xalloc_die): Rename from xalloc_fail and
+ update callers.
Use explicit exit to help avoid warnings.
From Akim Demaille.