From: Jim Meyering Date: Sat, 3 Aug 1996 04:23:08 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_19b~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e1df5e7167c6d57fc6d6b6db8ebd0454b635ab52;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 649866ab43..990300f20e 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,10 @@ Fri Aug 2 21:45:06 1996 Jim Meyering + * src/nice.c (main): Set minus_flag to zero in two places. + Otherwise, `nice --1 -3' would mistakenly do the equivalent of + `nice --3'. Thanks to Eric Backus for the + test cases. + * configure.in (check for /proc/uptime): New check. * acconfig.h (SAVE_PROC_UPTIME): #undef it. Reorder so symbols are sorted again.