1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-05-19 00:41:07 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-03-20 23:16:34 +00:00
parent e2ff4b6e90
commit df570c09ee
2 changed files with 11 additions and 0 deletions

View File

@@ -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).

View File

@@ -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.