Refresh 01-gnulib-directory.patch
[gnulib.git] / doc / posix-functions / glob.texi
1 @node glob
2 @section @code{glob}
3 @findex glob
4
5 POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/glob.html}
6
7 Gnulib module: glob
8
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This function is missing on some platforms:
13 IRIX 5.3, mingw, BeOS.
14 @item
15 This function may list symbolic links to nonexistent files among the results,
16 on some platforms.
17 @item
18 On platforms where @code{off_t} is a 32-bit type, this function may not
19 work correctly on huge directories larger than 2 GB.
20 (Cf. @code{AC_SYS_LARGEFILE}.)
21 @end itemize
22
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @item
26 Some platforms may store additional flags in the @code{gl_flags} field.
27 @end itemize