diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-15 21:55:32 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2005-07-15 21:55:32 +0000 |
commit | 829fcc09917483a1db3cf496f7f822592e7e58c9 (patch) | |
tree | b3a640ace3f1f29daec190078b632c12b14e9774 | |
parent | ef5043084faf7ffbd069efadeddd1d1e4f03111e (diff) | |
download | coreutils-829fcc09917483a1db3cf496f7f822592e7e58c9.tar.xz |
nohup no longer worries about POSIXLY_CORRECT.
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | doc/ChangeLog | 5 |
2 files changed, 12 insertions, 1 deletions
@@ -1,7 +1,13 @@ -2005-07-13 Paul Eggert <eggert@cs.ucla.edu> +2005-07-15 Paul Eggert <eggert@cs.ucla.edu> * Version 5.3.1. + * src/nohup.c (main): Don't worry about POSIXLY_CORRECT. Today's + Austin Group Minutes says that the GNU behavior will be put + forward as proposed text for a future revision. + +2005-07-13 Paul Eggert <eggert@cs.ucla.edu> + * src/Makefile.am (nanosec_libs): Remove $(FESETROUND_LIBM); no longer needed. Problem reported by Jeff Bailey. diff --git a/doc/ChangeLog b/doc/ChangeLog index f7195b13d..5fb57ddd1 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-07-15 Paul Eggert <eggert@cs.ucla.edu> + + * coreutils.texi (nohup invocation): POSIXLY_CORRECT no longer + affects nohup's behavior. Input is redirected from /dev/null. + 2005-07-11 Paul Eggert <eggert@cs.ucla.edu> * coreutils.texi (cat invocation): Remove -B or --binary option |