diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-12 09:25:16 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-12 09:25:16 +0000 |
commit | be5f7b36a1ba5868b2ba29424b974c70fb378ada (patch) | |
tree | 2d552e17d595edf0f06211bb0f046f0b85a94c7e /ChangeLog | |
parent | 13620274aedeadaed89e67d7799d16ee2bcec663 (diff) | |
download | coreutils-be5f7b36a1ba5868b2ba29424b974c70fb378ada.tar.xz |
nohup now closes stdin if it is a terminal, unless POSIXLY_CORRECT is set.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,7 +1,16 @@ -2005-05-12 Jim Meyering <jim@meyering.net> +2005-05-12 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.1. + * NEWS: nohup now closes stdin if it is a terminal, unless + POSIXLY_CORRECT is set. This fixes a glitch noted by Wayne Pollock in + <https://www.opengroup.org/sophocles/show_mail.tpl?source=L&listname=aus +tin-group-l&id=8341>. + * doc/coreutils.texi (nohup invocation): Document this. + * src/nohup.c (main): Implement this. + +2005-05-12 Jim Meyering <jim@meyering.net> + * src/date.c: Assume `free (NULL)' works. * src/dd.c: Likewise. * src/df.c:Likewise. |