summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-07-23 08:13:37 +0000
committerJim Meyering <jim@meyering.net>2003-07-23 08:13:37 +0000
commitc5624a1702e2b1d94329189a46ca53964fc52293 (patch)
tree960a13d909c931861da3a007aa9bb1f2a70eec52 /ChangeLog
parentdb7745de9883fec95d0d2d17058571f4f5309a4d (diff)
downloadcoreutils-c5624a1702e2b1d94329189a46ca53964fc52293.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a5e207972..11da20a10 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
Don't include headers already included by system.h:
* src/tr.c: Don't include errno.h.
+ * src/true.c: Don't include version-etc.h.
* src/test.c: Don't include limits.h or error.h.
* src/stat.c: Don't include unistd.h or time.h.
* src/readlink.c: Don't include stdlib.h, unistd.h, or limits.h.
@@ -12,6 +13,16 @@
* src/nice.c: Don't include sys/time.h.
* src/ls.c: Don't include stdlib.h.
+ * basename.c, cat.c, chroot.c, cksum.c, comm.c, csplit.c, cut.c, date.c:
+ * dd.c, dirname.c, echo.c, env.c, expand.c, expr.c, factor.c, fmt.c:
+ * fold.c, head.c, hostid.c, hostname.c, id.c, join.c, kill.c, logname.c:
+ * md5sum.c, nice.c, nl.c, nohup.c, od.c, paste.c, pathchk.c, pinky.c:
+ * pr.c, printenv.c, printf.c, ptx.c, pwd.c, seq.c, setuidgid.c, shred.c:
+ * sleep.c, sort.c, split.c, stat.c, stty.c, su.c, sum.c, tac.c, tail.c:
+ * tee.c, test.c, tr.c, true.c, tsort.c, tty.c, uname.c, unexpand.c:
+ * uniq.c, uptime.c, users.c, wc.c, who.c, whoami.c, yes.c:
+ Don't include closeout.h.
+
* tests/rm/fail-2eperm: Add a check for whether $NON_ROOT_USERNAME
can access the required version of rm.
* tests/rm/Makefile.am (TESTS_ENVIRONMENT): Define PACKAGE_VERSION.