changeset 3873:a7c6043c4dc4

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 15 Jun 2002 08:47:12 +0000
parents 112d955a2008
children d1021fc75900
files lib/ChangeLog
diffstat 1 files changed, 14 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -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>