Merge branch 'stable'
[gnulib.git] / doc / posix-functions / strtok_r.texi
index 7c0901e..f84155a 100644 (file)
@@ -2,7 +2,7 @@
 @section @code{strtok_r}
 @findex strtok_r
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtok_r.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strtok_r.html}
 
 Gnulib module: strtok_r
 
@@ -10,7 +10,11 @@ Portability problems fixed by Gnulib:
 @itemize
 @item
 This function is missing on some platforms:
-mingw.
+mingw, MSVC 9.
+@item
+This function crashes when invoked from code compiled with optimization enabled
+on some platforms:
+glibc 2.7.
 @end itemize
 
 Portability problems not fixed by Gnulib: