diff options
author | Jim Meyering <jim@meyering.net> | 2002-06-15 08:47:12 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2002-06-15 08:47:12 +0000 |
commit | 58e6f3d386624b98595d582a8a7d54d1f587cf57 (patch) | |
tree | 1674b1447abdffda7ace4e74630769e3f42a322f /lib/ChangeLog | |
parent | 39237a241f7a0c8db3201babb33b8b145fd482ca (diff) | |
download | coreutils-58e6f3d386624b98595d582a8a7d54d1f587cf57.tar.xz |
*** empty log message ***
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r-- | lib/ChangeLog | 15 |
1 files changed, 14 insertions, 1 deletions
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 <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> |