From: Paul Eggert Date: Fri, 9 Sep 2005 20:51:55 +0000 (+0000) Subject: More nice fixes. X-Git-Tag: CPPI-1_12~32 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd4a5b1b53c1154ebf24470267e5347dcaebd921;p=thirdparty%2Fcoreutils.git More nice fixes. --- diff --git a/ChangeLog b/ChangeLog index e32f4f9e6b..4a16571947 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,15 @@ -2005-09-09 Jim Meyering +2005-09-09 Paul Eggert * 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 + * tests/misc/date (neg-secs2, fill-1, fill-2): Add new tests. 2005-09-07 Paul Eggert diff --git a/doc/ChangeLog b/doc/ChangeLog index f81dde6c59..15703ab539 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-09-08 Paul Eggert + + * coreutils.texi (nice invocation): Document "niceness" versus + "nice value" versus "scheduling priority". + 2005-09-07 Paul Eggert * coreutils.texi (nice invocation): Use "niceness", not "nice value"