From: Jim Meyering Date: Mon, 2 Dec 2002 09:31:04 +0000 (+0000) Subject: . X-Git-Tag: COREUTILS-4_5_4~86 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cba2225ce65e95869939537729e16ee9339b5113;p=platform%2Fupstream%2Fcoreutils.git . --- diff --git a/NEWS b/NEWS index 7e16e90..dd04ab7 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 f5b8eb6..f9dceb4 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.