diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-26 19:27:50 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-05-26 19:27:50 +0000 |
commit | 8597e1fd2d4014aa8fe7c1848a48cba455eb8070 (patch) | |
tree | 391c68f549a7383a5ddb0830ecc9c7b56e7fe1b9 /ChangeLog | |
parent | 3d8bc90af37c384ad944b57324adf469038d9802 (diff) | |
download | coreutils-8597e1fd2d4014aa8fe7c1848a48cba455eb8070.tar.xz |
nohup now redirects a tty stdin to an unreadable fd instead of closing it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,14 @@ -2005-05-26 Jim Meyering <jim@meyering.net> +2005-05-26 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.1. + * NEWS: nohup now redirects a tty stdin to an unreadable fd + instead of closing it. + * doc/coreutils.texi (nohup invocation): Document this. + * src/nohup.c (main): Implement this. + +2005-05-26 Jim Meyering <jim@meyering.net> + * src/expr.c (toarith): Fix a sign error introduced on 2005-01-14. Reported by David Alan Gilbert. * tests/expr/basic: Add tests using arithmetic on negative integers. |