diff options
-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 |