diff options
author | Jim Meyering <jim@meyering.net> | 1996-08-03 04:23:08 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-08-03 04:23:08 +0000 |
commit | e1df5e7167c6d57fc6d6b6db8ebd0454b635ab52 (patch) | |
tree | a81d317fd84f7af5ae5c5dc2c97581b508fc72a4 /old/sh-utils | |
parent | 1d8ed38329f3b5482a5b49e43679e45e6429b8ed (diff) | |
download | coreutils-e1df5e7167c6d57fc6d6b6db8ebd0454b635ab52.tar.xz |
.
Diffstat (limited to 'old/sh-utils')
-rw-r--r-- | old/sh-utils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 649866ab4..990300f20 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,5 +1,10 @@ Fri Aug 2 21:45:06 1996 Jim Meyering <meyering@na-net.ornl.gov> + * 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 <ericb@lsid.hp.com> 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. |