base64: provide a fast path for encoding well sized buffers
[gnulib.git] / doc / posix-functions / glob.texi
index 3eb7ba5..21102f7 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{glob}
 @findex glob
 
-POSIX specification: @url{http://www.opengroup.org/susv3xsh/glob.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/glob.html}
 
 Gnulib module: glob
 
@@ -10,10 +10,15 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-IRIX 5.3, mingw, BeOS.
+IRIX 5.3, mingw, MSVC 9, BeOS.
 @item
-This function may list symbolic links to nonexistent files among the results,
-on some platforms.
+This function does not list symbolic links to nonexistent files among the results,
+on some platforms:
+glibc 2.14, AIX 7.1, HP-UX 11, Solaris 11 2011-11.
+@item
+On platforms where @code{off_t} is a 32-bit type, this function may not
+work correctly on huge directories larger than 2 GB.
+(Cf. @code{AC_SYS_LARGEFILE}.)
 @end itemize
 
 Portability problems not fixed by Gnulib: