diff options
author | Jim Meyering <jim@meyering.net> | 1999-03-20 23:16:34 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-03-20 23:16:34 +0000 |
commit | df570c09ee24b0a0fbfb70e7e07a86ff3052a5bf (patch) | |
tree | 50ea6895954ab0f50e191fced8f09c674d4b8654 /old | |
parent | e2ff4b6e90b230c87fc61be37dd1c29d6d51a3e9 (diff) | |
download | coreutils-df570c09ee24b0a0fbfb70e7e07a86ff3052a5bf.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/sh-utils/ChangeLog | 10 | ||||
-rw-r--r-- | old/sh-utils/NEWS | 1 |
2 files changed, 11 insertions, 0 deletions
diff --git a/old/sh-utils/ChangeLog b/old/sh-utils/ChangeLog index 910ae3d0c..1a97811b2 100644 --- a/old/sh-utils/ChangeLog +++ b/old/sh-utils/ChangeLog @@ -1,3 +1,13 @@ +1999-03-20 Jim Meyering <meyering@ascend.com> + + * src/nohup.sh: Don't modify PATH just to get GNU nice. Instead, + try to find an absolute path for GNU nice. From Bruno Haible. + +1999-03-19 Jim Meyering <meyering@ascend.com> + + * configure.in: Use new macro, jm_WINSIZE_IN_PTEM, instead of + open-coding it. + 1999-03-17 Jim Meyering <meyering@ascend.com> * configure.in (ALL_LINGUAS): Add Italian (it) and Slovak (sk). diff --git a/old/sh-utils/NEWS b/old/sh-utils/NEWS index df8908308..9b6261b41 100644 --- a/old/sh-utils/NEWS +++ b/old/sh-utils/NEWS @@ -1,5 +1,6 @@ Changes in release 1.17 [1.16g] +* nohup no longer modifies the shell's search path * `basename /' now prints `/', per the single unix spec * `who --lookup' no longer erroneously reports `localhost' for IP addresses for which it could not do a reverse lookup. |