diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-03-19 00:46:47 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-03-19 00:46:47 +0000 |
commit | f89674dc6f4e07ef788859f1d1d54137e6dd1fc5 (patch) | |
tree | c14c82862524c1222b26c7071e3916d7ffa85079 | |
parent | 435f4c081feddfa085d25a5be3972472a960f9f3 (diff) | |
download | coreutils-f89674dc6f4e07ef788859f1d1d54137e6dd1fc5.tar.xz |
nohup now ignores the umask when creating nohup.out.
nohup now closes stderr if it is a terminal and stdout is closed.
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,7 +1,16 @@ -2005-03-17 Jim Meyering <jim@meyering.net> +2005-03-18 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.1. + * NEWS: nohup now ignores the umask when creating nohup.out. + nohup now closes stderr if it is a terminal and stdout is closed. + * src/nohup.c (main): Likewise. Be a little more paranoid about + return values; e.g., check for any negative return from open. + Assume free (NULL) works. + Close file descriptor leak when redirecting standard output to a file. + +2005-03-17 Jim Meyering <jim@meyering.net> + * src/cut.c (set_fields): Use DECIMAL_DIGIT_ACCUMULATE macro, in place of functionally-equivalent code. * src/expand.c (parse_tab_stops, main): Likewise. |