summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2005-07-15 21:55:32 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2005-07-15 21:55:32 +0000
commit829fcc09917483a1db3cf496f7f822592e7e58c9 (patch)
treeb3a640ace3f1f29daec190078b632c12b14e9774 /ChangeLog
parentef5043084faf7ffbd069efadeddd1d1e4f03111e (diff)
downloadcoreutils-829fcc09917483a1db3cf496f7f822592e7e58c9.tar.xz
nohup no longer worries about POSIXLY_CORRECT.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 87ed8c99b..72c7c2244 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.