summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-10-05 06:34:12 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-10-05 06:34:12 +0000
commit01f57610c470fe6548a00518c82aa85dc3bc24ba (patch)
treeba59dc146491f7e1f26d355d16a0081b475a1610 /ChangeLog
parentbcae12896c3363667f2bf0d8358ffad005d80d1f (diff)
downloadcoreutils-01f57610c470fe6548a00518c82aa85dc3bc24ba.tar.xz
* src/expr.c (NEW, OLD): Remove.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3e7db0db9..642133d03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,13 @@
-2004-09-28 Jim Meyering <jim@meyering.net>
+2004-10-04 Paul Eggert <eggert@cs.ucla.edu>
* Version 5.3.0.
+ * src/expr.c (NEW, OLD): Remove, partly to avoid
+ reference to obsolescent macro XMALLOC.
+ All uses replaced by xmalloc and free.
+
+2004-09-28 Jim Meyering <jim@meyering.net>
+
* src/tail.c (usage): Clarify: --retry works only with --follow=name.
Reported by Nik A. Melchior in http://bugs.debian.org/273781.