1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-25 10:16:53 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
2003-04-11 12:55:58 +00:00
parent dd199731fd
commit a526befb04
+7 -5
View File
@@ -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>