From: Jim Meyering Date: Tue, 7 Jan 2003 14:12:30 +0000 (+0000) Subject: . X-Git-Tag: COREUTILS-4_5_5~318 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=72d00a1c57f23b209b98583a570b0e12d3700b09;p=platform%2Fupstream%2Fcoreutils.git . --- diff --git a/lib/ChangeLog b/lib/ChangeLog index 2345d6d..9af7904 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -6,6 +6,8 @@ * Makefile.am (libfetish_a_SOURCES): Add full-read.c and full-read.h. * full-read.c, full-read.h: New files. + Update from gnulib. + 2002-12-10 Paul Eggert Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7. * exclude.h (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS): @@ -17,6 +19,7 @@ instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems. Update from gnulib. + * utime.c (utime_null): Use SAFE_READ_ERROR. (utime_null): No need to call ftruncate if the file was nonempty. * getdate.y (get_date): Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE.