doc: use ASCII in .texi files where UTF-8 isn't needed
[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, MSVC 9, BeOS.
14 @item
15 This function does not list symbolic links to nonexistent files among the results,
16 on some platforms:
17 glibc 2.14, AIX 7.1, HP-UX 11, Solaris 11 2011-11.
18 @item
19 On platforms where @code{off_t} is a 32-bit type, this function may not
20 work correctly on huge directories larger than 2 GB.
21 (Cf. @code{AC_SYS_LARGEFILE}.)
22 @end itemize
23
24 Portability problems not fixed by Gnulib:
25 @itemize
26 @item
27 Some platforms may store additional flags in the @code{gl_flags} field.
28 @end itemize