]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Fri, 11 Apr 2003 12:55:58 +0000 (12:55 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 11 Apr 2003 12:55:58 +0000 (12:55 +0000)
ChangeLog

index 43ef71c13b15ba63bc7f2c854481d5f2c68a8f33..e67bd2b43ab90c03dfcd7bcbde95c80eacec4d27 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
 
        * 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>