prepare NEWS.stable
[gnulib.git] / modules / fts
1 Description:
2 Traverse a file hierarchy.
3
4 Files:
5 lib/fts_.h
6 lib/fts.c
7 lib/fts-cycle.c
8 m4/fts.m4
9
10 Depends-on:
11 cloexec
12 cycle-check
13 d-ino
14 d-type
15 dirent-safer
16 fchdir
17 fcntl-h
18 fcntl-safer
19 hash
20 i-ring
21 lstat
22 memmove
23 openat-safer
24 stdbool
25 unistd-safer
26
27 configure.ac:
28 gl_FUNC_FTS
29 dnl Use this version of fts unconditionally, since the GNU libc and
30 dnl NetBSD versions have bugs and/or unnecessary limitations.
31 AC_LIBOBJ([fts])
32
33 Makefile.am:
34
35 Include:
36 "fts_.h"
37
38 License:
39 GPL
40
41 Maintainer:
42 Jim Meyering