From: Jim Meyering Date: Mon, 2 Dec 2002 09:31:04 +0000 (+0000) Subject: . X-Git-Tag: v4.5.4~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cba2225ce65e95869939537729e16ee9339b5113;p=thirdparty%2Fcoreutils.git . --- diff --git a/NEWS b/NEWS index 7e16e90561..dd04ab7d0e 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ [4.5.4] +* `ls --color -F symlink-to-dir' works properly * ls is much more efficient on directories with valid dirent.d_type. * stty supports all baud rates defined in linux-2.4.19. * `du symlink-to-dir/' would improperly remove the trailing slash diff --git a/lib/ChangeLog b/lib/ChangeLog index f5b8eb6ef2..f9dceb4d52 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,8 @@ +2002-12-02 Jim Meyering + + * safe-read.c (EINTR): Define. + (safe_read): Rewrite to loop IFF read fails with EINTR. + 2002-12-01 Jim Meyering * safe-read.c: Merge from gnulib.