summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2004-07-26 06:07:04 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2004-07-26 06:07:04 +0000
commita4dec5db9157aeb3a06cf4a88bf33c475543a13e (patch)
tree15407a017fd4720813c49c0caac268c1fea2a1fa /NEWS
parent7200b3e37df79606b5f99c7642ee86cc9a3ee349 (diff)
downloadcoreutils-a4dec5db9157aeb3a06cf4a88bf33c475543a13e.tar.xz
Portability and POSIX fixes for "nice".
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2f7c4fd59..f46048dee 100644
--- a/NEWS
+++ b/NEWS
@@ -48,6 +48,19 @@ GNU coreutils NEWS -*- outline -*-
If d/x is a directory and x a file, "ln x d/" now reports an error
instead of incorrectly creating a link to d/x/x.
+ Fixes for "nice":
+
+ If it fails to lower the nice value due to lack of permissions,
+ it goes ahead and runs the command anyway, as POSIX requires.
+
+ It no longer incorrectly reports an error if the current nice
+ value happens to be -1.
+
+ It no longer assumes that nice values range from -20 through 19.
+
+ It now consistently adjusts out-of-range nice values to the
+ closest values in range; formerly it sometimes reported an error.
+
ptx now diagnoses invalid values for its --width=N (-w)
and --gap-size=N (-g) options.