]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Wed, 22 Jan 2003 15:46:42 +0000 (15:46 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 22 Jan 2003 15:46:42 +0000 (15:46 +0000)
lib/ChangeLog

index bfe370a2f37af97f0245baae2b55ef9e9cd221b9..97401b6ba71b2a5aa75a42355dbad01127cdfa20 100644 (file)
@@ -1,3 +1,22 @@
+2003-01-22  Jim Meyering  <jim@meyering.net>
+
+       * ftw.c (process_entry): Handle FTW_DCHP.
+       (ftw_dir): Handle FTW_DCH.
+
+       * ftw_.h [!_LIBC && !__USE_XOPEN_EXTENDED]: Define __USE_XOPEN_EXTENDED
+       and FTW_H_STANDALONE.
+       [anon enum] (FTW_DCH, FTW_DCHP): New members.
+       (FTW_DCH, FTW_DCHP): Define.
+
+       * ftw.c: Include autoconf-recommended block of dirent/NAMELEN
+       related definitions and includes.  Use NAMELEN throughout,
+       rather than _D_EXACT_NAMLEN.
+       [_LIBC]: Define NAMELEN to _D_EXACT_NAMLEN.
+       (stpcpy): Declare, if necessary.
+       (mempcpy): Define, if necessary.
+       [!_LIBC] (__stpcpy, __mempcpy): Define.
+       [!_LIBC] (LXSTAT, XSTAT): Define.
+
 2003-01-21  Jim Meyering  <jim@meyering.net>
 
        * tsearch.c: New file, from GNU libc.