From: Paul Eggert Date: Tue, 5 Oct 2004 06:34:12 +0000 (+0000) Subject: * src/expr.c (NEW, OLD): Remove. X-Git-Tag: v5.3.0~566 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01f57610c470fe6548a00518c82aa85dc3bc24ba;p=thirdparty%2Fcoreutils.git * src/expr.c (NEW, OLD): Remove. --- diff --git a/ChangeLog b/ChangeLog index 3e7db0db96..642133d031 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2004-09-28 Jim Meyering +2004-10-04 Paul Eggert * 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 + * src/tail.c (usage): Clarify: --retry works only with --follow=name. Reported by Nik A. Melchior in http://bugs.debian.org/273781.