diff options
author | Jim Meyering <jim@meyering.net> | 2003-01-07 14:12:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-01-07 14:12:30 +0000 |
commit | 72d00a1c57f23b209b98583a570b0e12d3700b09 (patch) | |
tree | d9a323b95a68b1e31d97a5389c4984a7102f2de9 | |
parent | 6a4d25740cc47e96b062b924ab778f24a969b886 (diff) | |
download | coreutils-72d00a1c57f23b209b98583a570b0e12d3700b09.tar.xz |
.
-rw-r--r-- | lib/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog index 2345d6d6f..9af79046a 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 <eggert@twinsun.com> 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. |