diff options
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. |