From: Jim Meyering Date: Fri, 11 Apr 2003 12:55:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v5.0.1~708 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a526befb04a0edd04ec494ee4451be383f24c10f;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 43ef71c13b..e67bd2b43a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,11 +13,13 @@ * src/yes.c: Include error.h after system.h, not before. - * copy.c, cp-hash.c, cp.c, csplit.c, cut.c, date.c, df.c, du.c: - * expand.c, expr.c, id.c, join.c, md5sum.c, nl.c, od.c, paste.c: - * pr.c, ptx.c, sort.c, split.c, su.c, tail.c, tee.c, tr.c: - * unexpand.c, users.c: Remove anachronistic casts of xmalloc, - xrealloc, and xcalloc return values and of xrealloc's first argument. + * src/copy.c, src/cp-hash.c, src/cp.c, src/csplit.c, src/cut.c: + * src/date.c, src/df.c, src/du.c, src/expand.c, src/expr.c, src/id.c: + * src/join.c, src/md5sum.c, src/nl.c, src/od.c, src/paste.c, src/pr.c: + * src/ptx.c, src/sort.c, src/split.c, src/su.c, src/tail.c, src/tee.c: + * src/tr.c: * src/unexpand.c, src/users.c: + Remove anachronistic casts of xmalloc, xrealloc, and xcalloc + return values and of xrealloc's first argument. 2003-04-10 Jim Meyering