summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-05-12 09:25:16 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-05-12 09:25:16 +0000
commitbe5f7b36a1ba5868b2ba29424b974c70fb378ada (patch)
tree2d552e17d595edf0f06211bb0f046f0b85a94c7e /ChangeLog
parent13620274aedeadaed89e67d7799d16ee2bcec663 (diff)
downloadcoreutils-be5f7b36a1ba5868b2ba29424b974c70fb378ada.tar.xz
nohup now closes stdin if it is a terminal, unless POSIXLY_CORRECT is set.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 907dab145..78284a9c3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.