summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-09-28 15:27:13 +0000
committerJim Meyering <jim@meyering.net>1999-09-28 15:27:13 +0000
commita66e71a1d28fe66bfe92f0bd5557cb82746a4f59 (patch)
tree7a9464165e988e6848ba4ca8c241d3ce9906bbd1 /old
parent4a03ccc044ff2dc86bbd1de4641a2442caa7044e (diff)
downloadcoreutils-a66e71a1d28fe66bfe92f0bd5557cb82746a4f59.tar.xz
*** empty log message ***
Diffstat (limited to 'old')
-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.