From: Jim Meyering Date: Thu, 2 Feb 2006 21:25:10 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~805 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a8fc545232478d4374670b8adc103158a030d73;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 707246104e..ee1f752832 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,10 @@ +2006-02-02 Jim Meyering + + Eliminate the unwelcome (albeit unlikely) possibility of xmalloc + failure on deficient systems, and simplify gnulib lgpl dependencies. + * lstat.c (rpl_lstat): Rewrite to use stat() in place of the + xmalloc/lstat combination. Based on a patch from Bruno Haible. + 2006-01-27 Paul Eggert * fnmatch.c (L_): Renamed from L, to work around a bug in