From: Paul Eggert Date: Fri, 15 Jul 2005 21:55:32 +0000 (+0000) Subject: nohup no longer worries about POSIXLY_CORRECT. X-Git-Tag: CPPI-1_12~240 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=829fcc09917483a1db3cf496f7f822592e7e58c9;p=platform%2Fupstream%2Fcoreutils.git nohup no longer worries about POSIXLY_CORRECT. --- diff --git a/ChangeLog b/ChangeLog index 87ed8c9..72c7c22 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,13 @@ -2005-07-13 Paul Eggert +2005-07-15 Paul Eggert * 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 + * 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 f7195b1..5fb57dd 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-07-15 Paul Eggert + + * coreutils.texi (nohup invocation): POSIXLY_CORRECT no longer + affects nohup's behavior. Input is redirected from /dev/null. + 2005-07-11 Paul Eggert * coreutils.texi (cat invocation): Remove -B or --binary option