]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
More nice fixes.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Sep 2005 20:51:55 +0000 (20:51 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 9 Sep 2005 20:51:55 +0000 (20:51 +0000)
ChangeLog
doc/ChangeLog

index e32f4f9e6b12ed56e1d31b67ba35b4d66f52fbe4..4a165719474943793796b6ad92ce67746b765fab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,15 @@
-2005-09-09  Jim Meyering  <jim@meyering.net>
+2005-09-09  Paul Eggert  <eggert@cs.ucla.edu>
 
        * Version 5.3.1-cvs.
 
+       * NEWS: Document "niceness" vs "nice value".
+       * configure.ac (utils_cv_func_setpriority): Simplify the tests.
+       Define HAVE_NICE rather than NICE_PRIORITY (since a niceness is
+       not a priority); all uses changed.
+       * src/nice.c (main): Hoist errno=0 outside the ifdef.
+
+2005-09-09  Jim Meyering  <jim@meyering.net>
+
        * tests/misc/date (neg-secs2, fill-1, fill-2): Add new tests.
 
 2005-09-07  Paul Eggert  <eggert@cs.ucla.edu>
index f81dde6c5980073d9f28e567510ae51d03c1ce25..15703ab539349371c551501292f2184b68dfd77f 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-08  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * coreutils.texi (nice invocation): Document "niceness" versus
+       "nice value" versus "scheduling priority".
+
 2005-09-07  Paul Eggert  <eggert@cs.ucla.edu>
 
        * coreutils.texi (nice invocation): Use "niceness", not "nice value"