summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-06-10 09:41:39 +0000
committerJim Meyering <jim@meyering.net>2006-06-10 09:41:39 +0000
commitd9f0cce0f493db842bdb5a59fb1f26921fc89d21 (patch)
treece1fb1b62b99c3ef3f2816a78bfadf42506656ea /NEWS
parent949ed19da0421274da727b1c1eb4d66e69520f0c (diff)
downloadcoreutils-d9f0cce0f493db842bdb5a59fb1f26921fc89d21.tar.xz
Mention the AIX-strndup-bug vs. dircolors workaround.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index fdca45225..a6b170c43 100644
--- a/NEWS
+++ b/NEWS
@@ -8,8 +8,9 @@ GNU coreutils NEWS -*- outline -*-
report the number of used blocks as being "total - available"
(a negative number) rather than as garbage.
- rm's core is now reentrant: rm --recursive (-r) now processes
- hierarchies without changing the working directory at all.
+ dircolors: a new autoconf run-test for AIX's buggy strndup function
+ prevents malfunction on that system; may also affect cut, expand,
+ and unexpand.
fts no longer changes the current working directory, so its clients
(chmod, chown, chgrp, du) no longer malfunction under extreme conditions.
@@ -17,6 +18,9 @@ GNU coreutils NEWS -*- outline -*-
pwd and other programs using lib/getcwd.c work even on file systems
where dirent.d_ino values are inconsistent with those from stat.st_ino.
+ rm's core is now reentrant: rm --recursive (-r) now processes
+ hierarchies without changing the working directory at all.
+
** Changes in behavior
basename and dirname now treat // as different from / on platforms