summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-02-15 12:33:35 +0000
committerJim Meyering <jim@meyering.net>2005-02-15 12:33:35 +0000
commitb32308597f6cb45351ca2a892aec3af331465ac7 (patch)
treeadd23ff18932417f0f46e516f2b2c97408b28dec
parentbc9a87005ff926c212f17b78285fe474fdd7fbba (diff)
downloadcoreutils-b32308597f6cb45351ca2a892aec3af331465ac7.tar.xz
*** empty log message ***
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f703e6ee3..04f8bbc88 100644
--- a/NEWS
+++ b/NEWS
@@ -26,10 +26,15 @@ GNU coreutils NEWS -*- outline -*-
test now detects integer overflow when evaluating large integers,
rather than silently wrapping around.
+** Improved portability
+
+ nice now works on Darwin 7.7.0 in spite of its invalid definition of NZERO.
+
** New features
stat -f -c %S outputs the fundamental block size (used for block counts).
stat -f's default output format has been changed to output this size as well.
+ stat -f recognizes file systems of type XFS and JFS
* Major changes in release 5.3.0 (2005-01-08) [unstable]