diff options
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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 <jim@meyering.net> |