Fix last ChangeLog entry.
[gnulib.git] / doc / glibc-functions / strchrnul.texi
blob0ea29333739c86fd1a85401c10b7439ee83c1e9b
1 @node strchrnul
2 @subsection @code{strchrnul}
3 @findex strchrnul
5 Documentation:
6 @itemize
7 @item
8 @ifinfo
9 @ref{Search Functions,,Search Functions,libc},
10 @end ifinfo
11 @ifnotinfo
12 @url{https://www.gnu.org/software/libc/manual/html_node/Search-Functions.html},
13 @end ifnotinfo
14 @item
15 @uref{https://www.kernel.org/doc/man-pages/online/pages/man3/strchrnul.3.html,,man strchrnul}.
16 @end itemize
18 Gnulib module: strchrnul
19 @mindex strchrnul
21 Portability problems fixed by Gnulib:
22 @itemize
23 @item
24 This function is missing on many non-glibc platforms:
25 macOS 14, FreeBSD 6.0, NetBSD 7.1, OpenBSD 7.5, Minix 3.1.8, AIX 5.1, HP-UX 11, Solaris 10, Cygwin 1.7.8, mingw, MSVC 14, Android 6.0.
26 @item
27 This function crashes when no occurrence is found on some platforms:
28 Cygwin 1.7.9.
29 @end itemize
31 Portability problems not fixed by Gnulib:
32 @itemize
33 @end itemize