* src/expr.c (NEW, OLD): Remove.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Oct 2004 06:34:12 +0000 (06:34 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 5 Oct 2004 06:34:12 +0000 (06:34 +0000)
ChangeLog

index 3e7db0d..642133d 100644 (file)
--- 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.