*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 08:47:12 +0000 (08:47 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Jun 2002 08:47:12 +0000 (08:47 +0000)
lib/ChangeLog

index 8b7433c6acdb4b62f738d26af5c2d9b2a1cc08e4..41986c6030af7565567c8d3dd572c30f8f0486fc 100644 (file)
@@ -1,9 +1,22 @@
 2002-06-15  Jim Meyering  <meyering@lucent.com>
 
+       * file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
+       For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
+       have been included before this file.
+
+2002-06-13  Richard Dawe  <richdawe@bigfoot.com>
+
+       * 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  <meyering@lucent.com>
+
+       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  <meyering@lucent.com>