Simon Josefsson <si...@josefsson.org> writes: > I'm thinking of patches like this:
That patch was against an old gnulib, this is what I am really thinking of: diff --git a/doc/glibc-functions/strtof_l.texi b/doc/glibc-functions/strtof_l.texi index 00e74c4..dab09a0 100644 --- a/doc/glibc-functions/strtof_l.texi +++ b/doc/glibc-functions/strtof_l.texi @@ -11,6 +11,9 @@ Portability problems fixed by Gnulib: Portability problems not fixed by Gnulib: @itemize @item +This function is known to be present on all glibc platforms and on Mac +OS X 10.5. + This function is missing on many platforms: MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. @end itemize /Simon