From 58e6f3d386624b98595d582a8a7d54d1f587cf57 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 15 Jun 2002 08:47:12 +0000 Subject: *** empty log message *** --- lib/ChangeLog | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/ChangeLog b/lib/ChangeLog index 8b7433c6a..41986c603 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,9 +1,22 @@ 2002-06-15 Jim Meyering + * file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef. + For GNU libc 2.2 and newer, ensure that and + have been included before this file. + +2002-06-13 Richard Dawe + + * Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than $@-t, + so that each temporary file name is unique and valid in the first + 8 characters, for operation under DOS. + +2002-06-15 Jim Meyering + + Work even with DJGPP 2.03, which lacks support for symlinks. + From Richard Dawe. * xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK is defined. * lchown.c (S_ISLNK): Likewise. - From Richard Dawe. 2002-06-14 Jim Meyering -- cgit v1.2.3-54-g00ecf