From: Jim Meyering Date: Fri, 12 Aug 2005 08:25:57 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: CPPI-1_12~187 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b73e8733676c851d4ad076a6ae715de3d0ce9500;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 0125a7bc80..afdab5b79d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -2,6 +2,8 @@ * Version 5.3.1. + * src/nohup.c (main): Explain why we reopen stdin for write-only access. + * src/ls.c (long_time_expected_width): Don't test for failed localtime. That cannot happen when the result date's year is in range. Add an assertion instead.