summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-09-09 20:51:55 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-09-09 20:51:55 +0000
commitfd4a5b1b53c1154ebf24470267e5347dcaebd921 (patch)
treea8d5b5ffb99ada2a46fd1b2c2d131cacc09ed75d /ChangeLog
parent263672792f546ea88f0fe744bdbf75aec5280175 (diff)
downloadcoreutils-fd4a5b1b53c1154ebf24470267e5347dcaebd921.tar.xz
More nice fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e32f4f9e6..4a1657194 100644
--- 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>