comparison lib/ChangeLog @ 3873:a7c6043c4dc4

*** empty log message ***
author Jim Meyering <jim@meyering.net>
date Sat, 15 Jun 2002 08:47:12 +0000
parents 473abe58529e
children 30add0bce34f
comparison
equal deleted inserted replaced
3872:112d955a2008 3873:a7c6043c4dc4
1 2002-06-15 Jim Meyering <meyering@lucent.com> 1 2002-06-15 Jim Meyering <meyering@lucent.com>
2 2
3 * file-type.h (FILE_TYPE_H): Guard entire contents with #ifndef.
4 For GNU libc 2.2 and newer, ensure that <sys/types.h> and <sys/stat.h>
5 have been included before this file.
6
7 2002-06-13 Richard Dawe <richdawe@bigfoot.com>
8
9 * Makefile.am (lstat.c, stat.c, .sin.sed): Use t-$@, rather than $@-t,
10 so that each temporary file name is unique and valid in the first
11 8 characters, for operation under DOS.
12
13 2002-06-15 Jim Meyering <meyering@lucent.com>
14
15 Work even with DJGPP 2.03, which lacks support for symlinks.
16 From Richard Dawe.
3 * xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK 17 * xstat.in (S_ISLNK): Define to 0 if neither S_ISLNK nor S_IFLNK
4 is defined. 18 is defined.
5 * lchown.c (S_ISLNK): Likewise. 19 * lchown.c (S_ISLNK): Likewise.
6 From Richard Dawe.
7 20
8 2002-06-14 Jim Meyering <meyering@lucent.com> 21 2002-06-14 Jim Meyering <meyering@lucent.com>
9 22
10 * file-type.h: Use the version from diffutils-2.8.2. 23 * file-type.h: Use the version from diffutils-2.8.2.
11 * file-type.c: Likewise. 24 * file-type.c: Likewise.