# HG changeset patch # User Bruno Haible # Date 1229278111 -3600 # Node ID fb8d0f8624e2a1c2db9853726aef5b2c44766662 # Parent 4c39481d06e1fce7e6db7e1f924d669e47d8434a Move documentation for glibc functions that are now in POSIX. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,168 @@ +2008-12-14 Bruno Haible + + Update doc for POSIX:2008. + * doc/posix-functions/alphasort.texi: Renamed from + doc/glibc-functions/alphasort.texi. + * doc/posix-functions/dirfd.texi: Renamed from + doc/glibc-functions/dirfd.texi. + * doc/posix-functions/dprintf.texi: Renamed from + doc/glibc-functions/dprintf.texi. + * doc/posix-functions/duplocale.texi: Renamed from + doc/glibc-functions/duplocale.texi. + * doc/posix-functions/fexecve.texi: Renamed from + doc/glibc-functions/fexecve.texi. + * doc/posix-functions/fmemopen.texi: Renamed from + doc/glibc-functions/fmemopen.texi. + * doc/posix-functions/freelocale.texi: Renamed from + doc/glibc-functions/freelocale.texi. + * doc/posix-functions/getdate_err.texi: Renamed from + doc/glibc-functions/getdate_err.texi. + * doc/posix-functions/isalnum_l.texi: Renamed from + doc/glibc-functions/isalnum_l.texi. + * doc/posix-functions/isalpha_l.texi: Renamed from + doc/glibc-functions/isalpha_l.texi. + * doc/posix-functions/isblank_l.texi: Renamed from + doc/glibc-functions/isblank_l.texi. + * doc/posix-functions/iscntrl_l.texi: Renamed from + doc/glibc-functions/iscntrl_l.texi. + * doc/posix-functions/isdigit_l.texi: Renamed from + doc/glibc-functions/isdigit_l.texi. + * doc/posix-functions/isgraph_l.texi: Renamed from + doc/glibc-functions/isgraph_l.texi. + * doc/posix-functions/islower_l.texi: Renamed from + doc/glibc-functions/islower_l.texi. + * doc/posix-functions/isprint_l.texi: Renamed from + doc/glibc-functions/isprint_l.texi. + * doc/posix-functions/ispunct_l.texi: Renamed from + doc/glibc-functions/ispunct_l.texi. + * doc/posix-functions/isspace_l.texi: Renamed from + doc/glibc-functions/isspace_l.texi. + * doc/posix-functions/isupper_l.texi: Renamed from + doc/glibc-functions/isupper_l.texi. + * doc/posix-functions/iswalnum_l.texi: Renamed from + doc/glibc-functions/iswalnum_l.texi. + * doc/posix-functions/iswalpha_l.texi: Renamed from + doc/glibc-functions/iswalpha_l.texi. + * doc/posix-functions/iswblank_l.texi: Renamed from + doc/glibc-functions/iswblank_l.texi. + * doc/posix-functions/iswcntrl_l.texi: Renamed from + doc/glibc-functions/iswcntrl_l.texi. + * doc/posix-functions/iswctype_l.texi: Renamed from + doc/glibc-functions/iswctype_l.texi. + * doc/posix-functions/iswdigit_l.texi: Renamed from + doc/glibc-functions/iswdigit_l.texi. + * doc/posix-functions/iswgraph_l.texi: Renamed from + doc/glibc-functions/iswgraph_l.texi. + * doc/posix-functions/iswlower_l.texi: Renamed from + doc/glibc-functions/iswlower_l.texi. + * doc/posix-functions/iswprint_l.texi: Renamed from + doc/glibc-functions/iswprint_l.texi. + * doc/posix-functions/iswpunct_l.texi: Renamed from + doc/glibc-functions/iswpunct_l.texi. + * doc/posix-functions/iswspace_l.texi: Renamed from + doc/glibc-functions/iswspace_l.texi. + * doc/posix-functions/iswupper_l.texi: Renamed from + doc/glibc-functions/iswupper_l.texi. + * doc/posix-functions/iswxdigit_l.texi: Renamed from + doc/glibc-functions/iswxdigit_l.texi. + * doc/posix-functions/isxdigit_l.texi: Renamed from + doc/glibc-functions/isxdigit_l.texi. + * doc/posix-functions/mbsnrtowcs.texi: Renamed from + doc/glibc-functions/mbsnrtowcs.texi. + * doc/posix-functions/mkdtemp.texi: Renamed from + doc/glibc-functions/mkdtemp.texi. + * doc/posix-functions/newlocale.texi: Renamed from + doc/glibc-functions/newlocale.texi. + * doc/posix-functions/nl_langinfo_l.texi: Renamed from + doc/glibc-functions/nl_langinfo_l.texi. + * doc/posix-functions/open_memstream.texi: Renamed from + doc/glibc-functions/open_memstream.texi. + * doc/posix-functions/opterr.texi: Renamed from + doc/glibc-functions/opterr.texi. + * doc/posix-functions/optind.texi: Renamed from + doc/glibc-functions/optind.texi. + * doc/posix-functions/optopt.texi: Renamed from + doc/glibc-functions/optopt.texi. + * doc/posix-functions/psignal.texi: Renamed from + doc/glibc-functions/psignal.texi. + * doc/posix-functions/scandir.texi: Renamed from + doc/glibc-functions/scandir.texi. + * doc/posix-functions/sched_get_priority_min.texi: Renamed from + doc/glibc-functions/sched_get_priority_min.texi. + * doc/posix-functions/signgam.texi: Renamed from + doc/glibc-functions/signgam.texi. + * doc/posix-functions/stpcpy.texi: Renamed from + doc/glibc-functions/stpcpy.texi. + * doc/posix-functions/stpncpy.texi: Renamed from + doc/glibc-functions/stpncpy.texi. + * doc/posix-functions/strcasecmp_l.texi: Renamed from + doc/glibc-functions/strcasecmp_l.texi. + * doc/posix-functions/strcoll_l.texi: Renamed from + doc/glibc-functions/strcoll_l.texi. + * doc/posix-functions/strfmon_l.texi: Renamed from + doc/glibc-functions/strfmon_l.texi. + * doc/posix-functions/strftime_l.texi: Renamed from + doc/glibc-functions/strftime_l.texi. + * doc/posix-functions/strncasecmp_l.texi: Renamed from + doc/glibc-functions/strncasecmp_l.texi. + * doc/posix-functions/strndup.texi: Renamed from + doc/glibc-functions/strndup.texi. + * doc/posix-functions/strnlen.texi: Renamed from + doc/glibc-functions/strnlen.texi. + * doc/posix-functions/strsignal.texi: Renamed from + doc/glibc-functions/strsignal.texi. + * doc/posix-functions/strxfrm_l.texi: Renamed from + doc/glibc-functions/strxfrm_l.texi. + * doc/posix-functions/timer_gettime.texi: Renamed from + doc/glibc-functions/timer_gettime.texi. + * doc/posix-functions/tolower_l.texi: Renamed from + doc/glibc-functions/tolower_l.texi. + * doc/posix-functions/toupper_l.texi: Renamed from + doc/glibc-functions/toupper_l.texi. + * doc/posix-functions/towctrans_l.texi: Renamed from + doc/glibc-functions/towctrans_l.texi. + * doc/posix-functions/towlower_l.texi: Renamed from + doc/glibc-functions/towlower_l.texi. + * doc/posix-functions/towupper_l.texi: Renamed from + doc/glibc-functions/towupper_l.texi. + * doc/posix-functions/uselocale.texi: Renamed from + doc/glibc-functions/uselocale.texi. + * doc/posix-functions/vdprintf.texi: Renamed from + doc/glibc-functions/vdprintf.texi. + * doc/posix-functions/wcpcpy.texi: + Renamed from doc/glibc-functions/wcpcpy.texi. + * doc/posix-functions/wcpncpy.texi: Renamed from + doc/glibc-functions/wcpncpy.texi. + * doc/posix-functions/wcscasecmp.texi: Renamed from + doc/glibc-functions/wcscasecmp.texi. + * doc/posix-functions/wcscasecmp_l.texi: Renamed from + doc/glibc-functions/wcscasecmp_l.texi. + * doc/posix-functions/wcscoll_l.texi: Renamed from + doc/glibc-functions/wcscoll_l.texi. + * doc/posix-functions/wcsdup.texi: Renamed from + doc/glibc-functions/wcsdup.texi. + * doc/posix-functions/wcsncasecmp.texi: Renamed from + doc/glibc-functions/wcsncasecmp.texi. + * doc/posix-functions/wcsncasecmp_l.texi: Renamed from + doc/glibc-functions/wcsncasecmp_l.texi. + * doc/posix-functions/wcsnlen.texi: Renamed from + doc/glibc-functions/wcsnlen.texi. + * doc/posix-functions/wcsnrtombs.texi: Renamed from + doc/glibc-functions/wcsnrtombs.texi. + * doc/posix-functions/wcsxfrm_l.texi: Renamed from + doc/glibc-functions/wcsxfrm_l.texi. + * doc/posix-functions/wctrans_l.texi: Renamed from + doc/glibc-functions/wctrans_l.texi. + * doc/posix-functions/wctype_l.texi: Renamed from + doc/glibc-functions/wctype_l.texi. + * doc/gnulib.texi (Function Substitutes): Add these subsections. + (Glibc ctype.h, Glibc dirent.h, Glibc getopt.h, Glibc math.h, + Glibc sched.h, Glibc signal.h, Glibc stdio.h, Glibc stdlib.h, + Glibc string.h, Glibc time.h, Glibc unistd.h, Glibc wchar.h): Remove + these subsections. + (Glibc langinfo.h, Glibc locale.h, Glibc monetary.h, Glibc wctype.h): + Remove sections. + 2008-12-14 Bruno Haible Update doc for POSIX:2008. diff --git a/doc/glibc-functions/alphasort.texi b/doc/glibc-functions/alphasort.texi deleted file mode 100644 --- a/doc/glibc-functions/alphasort.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node alphasort -@subsection @code{alphasort} -@findex alphasort - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -Solaris 9, mingw, BeOS. -@end itemize diff --git a/doc/glibc-functions/dirfd.texi b/doc/glibc-functions/dirfd.texi deleted file mode 100644 --- a/doc/glibc-functions/dirfd.texi +++ /dev/null @@ -1,19 +0,0 @@ -@node dirfd -@subsection @code{dirfd} -@findex dirfd - -Gnulib module: dirfd - -Portability problems fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -AIX 5.1, HP-UX 11, OSF/1 5.1, Solaris 10. -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -mingw. -@end itemize diff --git a/doc/glibc-functions/dprintf.texi b/doc/glibc-functions/dprintf.texi deleted file mode 100644 --- a/doc/glibc-functions/dprintf.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node dprintf -@subsection @code{dprintf} -@findex dprintf - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/duplocale.texi b/doc/glibc-functions/duplocale.texi deleted file mode 100644 --- a/doc/glibc-functions/duplocale.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node duplocale -@subsection @code{duplocale} -@findex duplocale - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/fexecve.texi b/doc/glibc-functions/fexecve.texi deleted file mode 100644 --- a/doc/glibc-functions/fexecve.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node fexecve -@subsection @code{fexecve} -@findex fexecve - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/fmemopen.texi b/doc/glibc-functions/fmemopen.texi deleted file mode 100644 --- a/doc/glibc-functions/fmemopen.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node fmemopen -@subsection @code{fmemopen} -@findex fmemopen - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/freelocale.texi b/doc/glibc-functions/freelocale.texi deleted file mode 100644 --- a/doc/glibc-functions/freelocale.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node freelocale -@subsection @code{freelocale} -@findex freelocale - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/getdate_err.texi b/doc/glibc-functions/getdate_err.texi deleted file mode 100644 --- a/doc/glibc-functions/getdate_err.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node getdate_err -@subsection @code{getdate_err} -@findex getdate_err - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This variable is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, BeOS. -@end itemize diff --git a/doc/glibc-functions/isalnum_l.texi b/doc/glibc-functions/isalnum_l.texi deleted file mode 100644 --- a/doc/glibc-functions/isalnum_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node isalnum_l -@subsection @code{isalnum_l} -@findex isalnum_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/isalpha_l.texi b/doc/glibc-functions/isalpha_l.texi deleted file mode 100644 --- a/doc/glibc-functions/isalpha_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node isalpha_l -@subsection @code{isalpha_l} -@findex isalpha_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/isblank_l.texi b/doc/glibc-functions/isblank_l.texi deleted file mode 100644 --- a/doc/glibc-functions/isblank_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node isblank_l -@subsection @code{isblank_l} -@findex isblank_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/iscntrl_l.texi b/doc/glibc-functions/iscntrl_l.texi deleted file mode 100644 --- a/doc/glibc-functions/iscntrl_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node iscntrl_l -@subsection @code{iscntrl_l} -@findex iscntrl_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/isdigit_l.texi b/doc/glibc-functions/isdigit_l.texi deleted file mode 100644 --- a/doc/glibc-functions/isdigit_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node isdigit_l -@subsection @code{isdigit_l} -@findex isdigit_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/isgraph_l.texi b/doc/glibc-functions/isgraph_l.texi deleted file mode 100644 --- a/doc/glibc-functions/isgraph_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node isgraph_l -@subsection @code{isgraph_l} -@findex isgraph_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/islower_l.texi b/doc/glibc-functions/islower_l.texi deleted file mode 100644 --- a/doc/glibc-functions/islower_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node islower_l -@subsection @code{islower_l} -@findex islower_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/isprint_l.texi b/doc/glibc-functions/isprint_l.texi deleted file mode 100644 --- a/doc/glibc-functions/isprint_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node isprint_l -@subsection @code{isprint_l} -@findex isprint_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/ispunct_l.texi b/doc/glibc-functions/ispunct_l.texi deleted file mode 100644 --- a/doc/glibc-functions/ispunct_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node ispunct_l -@subsection @code{ispunct_l} -@findex ispunct_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/isspace_l.texi b/doc/glibc-functions/isspace_l.texi deleted file mode 100644 --- a/doc/glibc-functions/isspace_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node isspace_l -@subsection @code{isspace_l} -@findex isspace_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/isupper_l.texi b/doc/glibc-functions/isupper_l.texi deleted file mode 100644 --- a/doc/glibc-functions/isupper_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node isupper_l -@subsection @code{isupper_l} -@findex isupper_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/iswalnum_l.texi b/doc/glibc-functions/iswalnum_l.texi deleted file mode 100644 --- a/doc/glibc-functions/iswalnum_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node iswalnum_l -@subsection @code{iswalnum_l} -@findex iswalnum_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/iswalpha_l.texi b/doc/glibc-functions/iswalpha_l.texi deleted file mode 100644 --- a/doc/glibc-functions/iswalpha_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node iswalpha_l -@subsection @code{iswalpha_l} -@findex iswalpha_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/iswblank_l.texi b/doc/glibc-functions/iswblank_l.texi deleted file mode 100644 --- a/doc/glibc-functions/iswblank_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node iswblank_l -@subsection @code{iswblank_l} -@findex iswblank_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/iswcntrl_l.texi b/doc/glibc-functions/iswcntrl_l.texi deleted file mode 100644 --- a/doc/glibc-functions/iswcntrl_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node iswcntrl_l -@subsection @code{iswcntrl_l} -@findex iswcntrl_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/iswctype_l.texi b/doc/glibc-functions/iswctype_l.texi deleted file mode 100644 --- a/doc/glibc-functions/iswctype_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node iswctype_l -@subsection @code{iswctype_l} -@findex iswctype_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/iswdigit_l.texi b/doc/glibc-functions/iswdigit_l.texi deleted file mode 100644 --- a/doc/glibc-functions/iswdigit_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node iswdigit_l -@subsection @code{iswdigit_l} -@findex iswdigit_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/iswgraph_l.texi b/doc/glibc-functions/iswgraph_l.texi deleted file mode 100644 --- a/doc/glibc-functions/iswgraph_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node iswgraph_l -@subsection @code{iswgraph_l} -@findex iswgraph_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/iswlower_l.texi b/doc/glibc-functions/iswlower_l.texi deleted file mode 100644 --- a/doc/glibc-functions/iswlower_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node iswlower_l -@subsection @code{iswlower_l} -@findex iswlower_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/iswprint_l.texi b/doc/glibc-functions/iswprint_l.texi deleted file mode 100644 --- a/doc/glibc-functions/iswprint_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node iswprint_l -@subsection @code{iswprint_l} -@findex iswprint_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/iswpunct_l.texi b/doc/glibc-functions/iswpunct_l.texi deleted file mode 100644 --- a/doc/glibc-functions/iswpunct_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node iswpunct_l -@subsection @code{iswpunct_l} -@findex iswpunct_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/iswspace_l.texi b/doc/glibc-functions/iswspace_l.texi deleted file mode 100644 --- a/doc/glibc-functions/iswspace_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node iswspace_l -@subsection @code{iswspace_l} -@findex iswspace_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/iswupper_l.texi b/doc/glibc-functions/iswupper_l.texi deleted file mode 100644 --- a/doc/glibc-functions/iswupper_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node iswupper_l -@subsection @code{iswupper_l} -@findex iswupper_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/iswxdigit_l.texi b/doc/glibc-functions/iswxdigit_l.texi deleted file mode 100644 --- a/doc/glibc-functions/iswxdigit_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node iswxdigit_l -@subsection @code{iswxdigit_l} -@findex iswxdigit_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/isxdigit_l.texi b/doc/glibc-functions/isxdigit_l.texi deleted file mode 100644 --- a/doc/glibc-functions/isxdigit_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node isxdigit_l -@subsection @code{isxdigit_l} -@findex isxdigit_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/mbsnrtowcs.texi b/doc/glibc-functions/mbsnrtowcs.texi deleted file mode 100644 --- a/doc/glibc-functions/mbsnrtowcs.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node mbsnrtowcs -@subsection @code{mbsnrtowcs} -@findex mbsnrtowcs - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. -@end itemize diff --git a/doc/glibc-functions/mkdtemp.texi b/doc/glibc-functions/mkdtemp.texi deleted file mode 100644 --- a/doc/glibc-functions/mkdtemp.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node mkdtemp -@subsection @code{mkdtemp} -@findex mkdtemp - -Gnulib module: mkdtemp - -Portability problems fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS. -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@end itemize diff --git a/doc/glibc-functions/newlocale.texi b/doc/glibc-functions/newlocale.texi deleted file mode 100644 --- a/doc/glibc-functions/newlocale.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node newlocale -@subsection @code{newlocale} -@findex newlocale - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/nl_langinfo_l.texi b/doc/glibc-functions/nl_langinfo_l.texi deleted file mode 100644 --- a/doc/glibc-functions/nl_langinfo_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node nl_langinfo_l -@subsection @code{nl_langinfo_l} -@findex nl_langinfo_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/open_memstream.texi b/doc/glibc-functions/open_memstream.texi deleted file mode 100644 --- a/doc/glibc-functions/open_memstream.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node open_memstream -@subsection @code{open_memstream} -@findex open_memstream - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/opterr.texi b/doc/glibc-functions/opterr.texi deleted file mode 100644 --- a/doc/glibc-functions/opterr.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node opterr -@subsection @code{opterr} -@findex opterr - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This variable is missing on some platforms: -IRIX 6.5, OSF/1 5.1, Cygwin. -@end itemize diff --git a/doc/glibc-functions/optind.texi b/doc/glibc-functions/optind.texi deleted file mode 100644 --- a/doc/glibc-functions/optind.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node optind -@subsection @code{optind} -@findex optind - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This variable is missing on some platforms: -IRIX 6.5, OSF/1 5.1, Cygwin. -@end itemize diff --git a/doc/glibc-functions/optopt.texi b/doc/glibc-functions/optopt.texi deleted file mode 100644 --- a/doc/glibc-functions/optopt.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node optopt -@subsection @code{optopt} -@findex optopt - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This variable is missing on some platforms: -MacOS X 10.3, IRIX 6.5, OSF/1 5.1, Cygwin. -@end itemize diff --git a/doc/glibc-functions/psignal.texi b/doc/glibc-functions/psignal.texi deleted file mode 100644 --- a/doc/glibc-functions/psignal.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node psignal -@subsection @code{psignal} -@findex psignal - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -HP-UX 11, Cygwin, mingw, Interix 3.5, BeOS. -@end itemize diff --git a/doc/glibc-functions/scandir.texi b/doc/glibc-functions/scandir.texi deleted file mode 100644 --- a/doc/glibc-functions/scandir.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node scandir -@subsection @code{scandir} -@findex scandir - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -Solaris 9, mingw, BeOS. -@end itemize diff --git a/doc/glibc-functions/sched_get_priority_min.texi b/doc/glibc-functions/sched_get_priority_min.texi deleted file mode 100644 --- a/doc/glibc-functions/sched_get_priority_min.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node sched_get_priority_min -@subsection @code{sched_get_priority_min} -@findex sched_get_priority_min - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -OpenBSD 3.8, HP-UX 11, IRIX 5.3, mingw, BeOS. -@end itemize diff --git a/doc/glibc-functions/signgam.texi b/doc/glibc-functions/signgam.texi deleted file mode 100644 --- a/doc/glibc-functions/signgam.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node signgam -@subsection @code{signgam} -@findex signgam - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This variable is missing on some platforms: -MacOS X 10.3, AIX 5.1, IRIX 6.5, OSF/1 5.1, Cygwin, mingw. -@end itemize diff --git a/doc/glibc-functions/stpcpy.texi b/doc/glibc-functions/stpcpy.texi deleted file mode 100644 --- a/doc/glibc-functions/stpcpy.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node stpcpy -@subsection @code{stpcpy} -@findex stpcpy - -Gnulib module: stpcpy - -Portability problems fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5. -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@end itemize diff --git a/doc/glibc-functions/stpncpy.texi b/doc/glibc-functions/stpncpy.texi deleted file mode 100644 --- a/doc/glibc-functions/stpncpy.texi +++ /dev/null @@ -1,19 +0,0 @@ -@node stpncpy -@subsection @code{stpncpy} -@findex stpncpy - -Gnulib module: stpncpy - -Portability problems fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. -@item -This function has an incompatible return value on some platforms: -AIX 5.1. -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@end itemize diff --git a/doc/glibc-functions/strcasecmp_l.texi b/doc/glibc-functions/strcasecmp_l.texi deleted file mode 100644 --- a/doc/glibc-functions/strcasecmp_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node strcasecmp_l -@subsection @code{strcasecmp_l} -@findex strcasecmp_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/strcoll_l.texi b/doc/glibc-functions/strcoll_l.texi deleted file mode 100644 --- a/doc/glibc-functions/strcoll_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node strcoll_l -@subsection @code{strcoll_l} -@findex strcoll_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/strfmon_l.texi b/doc/glibc-functions/strfmon_l.texi deleted file mode 100644 --- a/doc/glibc-functions/strfmon_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node strfmon_l -@subsection @code{strfmon_l} -@findex strfmon_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/strftime_l.texi b/doc/glibc-functions/strftime_l.texi deleted file mode 100644 --- a/doc/glibc-functions/strftime_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node strftime_l -@subsection @code{strftime_l} -@findex strftime_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/strncasecmp_l.texi b/doc/glibc-functions/strncasecmp_l.texi deleted file mode 100644 --- a/doc/glibc-functions/strncasecmp_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node strncasecmp_l -@subsection @code{strncasecmp_l} -@findex strncasecmp_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/strndup.texi b/doc/glibc-functions/strndup.texi deleted file mode 100644 --- a/doc/glibc-functions/strndup.texi +++ /dev/null @@ -1,19 +0,0 @@ -@node strndup -@subsection @code{strndup} -@findex strndup - -Gnulib module: strndup - -Portability problems fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS. -@item -This function does not NUL-terminate the result on some platforms: -AIX 5.1. -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@end itemize diff --git a/doc/glibc-functions/strnlen.texi b/doc/glibc-functions/strnlen.texi deleted file mode 100644 --- a/doc/glibc-functions/strnlen.texi +++ /dev/null @@ -1,19 +0,0 @@ -@node strnlen -@subsection @code{strnlen} -@findex strnlen - -Gnulib module: strnlen - -Portability problems fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5. -@item -This function is buggy on some platforms: -AIX 4.3. -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@end itemize diff --git a/doc/glibc-functions/strsignal.texi b/doc/glibc-functions/strsignal.texi deleted file mode 100644 --- a/doc/glibc-functions/strsignal.texi +++ /dev/null @@ -1,24 +0,0 @@ -@node strsignal -@subsection @code{strsignal} -@findex strsignal - -Gnulib module: strsignal - -Portability problems fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, mingw. - -@item -This function does not return a string for out-of-range numbers on -some platforms: -Solaris, AIX 5.1. -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -This function returns @code{const char *} instead of @code{char *} on -some platforms: -cygwin 1.5.25. -@end itemize diff --git a/doc/glibc-functions/strxfrm_l.texi b/doc/glibc-functions/strxfrm_l.texi deleted file mode 100644 --- a/doc/glibc-functions/strxfrm_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node strxfrm_l -@subsection @code{strxfrm_l} -@findex strxfrm_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/timer_gettime.texi b/doc/glibc-functions/timer_gettime.texi deleted file mode 100644 --- a/doc/glibc-functions/timer_gettime.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node timer_gettime -@subsection @code{timer_gettime} -@findex timer_gettime - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, IRIX 5.3, mingw, Interix 3.5, BeOS. -@end itemize diff --git a/doc/glibc-functions/tolower_l.texi b/doc/glibc-functions/tolower_l.texi deleted file mode 100644 --- a/doc/glibc-functions/tolower_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node tolower_l -@subsection @code{tolower_l} -@findex tolower_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/toupper_l.texi b/doc/glibc-functions/toupper_l.texi deleted file mode 100644 --- a/doc/glibc-functions/toupper_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node toupper_l -@subsection @code{toupper_l} -@findex toupper_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/towctrans_l.texi b/doc/glibc-functions/towctrans_l.texi deleted file mode 100644 --- a/doc/glibc-functions/towctrans_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node towctrans_l -@subsection @code{towctrans_l} -@findex towctrans_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/towlower_l.texi b/doc/glibc-functions/towlower_l.texi deleted file mode 100644 --- a/doc/glibc-functions/towlower_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node towlower_l -@subsection @code{towlower_l} -@findex towlower_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/towupper_l.texi b/doc/glibc-functions/towupper_l.texi deleted file mode 100644 --- a/doc/glibc-functions/towupper_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node towupper_l -@subsection @code{towupper_l} -@findex towupper_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/uselocale.texi b/doc/glibc-functions/uselocale.texi deleted file mode 100644 --- a/doc/glibc-functions/uselocale.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node uselocale -@subsection @code{uselocale} -@findex uselocale - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/vdprintf.texi b/doc/glibc-functions/vdprintf.texi deleted file mode 100644 --- a/doc/glibc-functions/vdprintf.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node vdprintf -@subsection @code{vdprintf} -@findex vdprintf - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on some 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. -@end itemize diff --git a/doc/glibc-functions/wcpcpy.texi b/doc/glibc-functions/wcpcpy.texi deleted file mode 100644 --- a/doc/glibc-functions/wcpcpy.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node wcpcpy -@subsection @code{wcpcpy} -@findex wcpcpy - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. -@end itemize diff --git a/doc/glibc-functions/wcpncpy.texi b/doc/glibc-functions/wcpncpy.texi deleted file mode 100644 --- a/doc/glibc-functions/wcpncpy.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node wcpncpy -@subsection @code{wcpncpy} -@findex wcpncpy - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. -@end itemize diff --git a/doc/glibc-functions/wcscasecmp.texi b/doc/glibc-functions/wcscasecmp.texi deleted file mode 100644 --- a/doc/glibc-functions/wcscasecmp.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node wcscasecmp -@subsection @code{wcscasecmp} -@findex wcscasecmp - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw. -@end itemize diff --git a/doc/glibc-functions/wcscasecmp_l.texi b/doc/glibc-functions/wcscasecmp_l.texi deleted file mode 100644 --- a/doc/glibc-functions/wcscasecmp_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node wcscasecmp_l -@subsection @code{wcscasecmp_l} -@findex wcscasecmp_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/wcscoll_l.texi b/doc/glibc-functions/wcscoll_l.texi deleted file mode 100644 --- a/doc/glibc-functions/wcscoll_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node wcscoll_l -@subsection @code{wcscoll_l} -@findex wcscoll_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/wcsdup.texi b/doc/glibc-functions/wcsdup.texi deleted file mode 100644 --- a/doc/glibc-functions/wcsdup.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node wcsdup -@subsection @code{wcsdup} -@findex wcsdup - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, BeOS. -@end itemize diff --git a/doc/glibc-functions/wcsncasecmp.texi b/doc/glibc-functions/wcsncasecmp.texi deleted file mode 100644 --- a/doc/glibc-functions/wcsncasecmp.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node wcsncasecmp -@subsection @code{wcsncasecmp} -@findex wcsncasecmp - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, BeOS. -@end itemize diff --git a/doc/glibc-functions/wcsncasecmp_l.texi b/doc/glibc-functions/wcsncasecmp_l.texi deleted file mode 100644 --- a/doc/glibc-functions/wcsncasecmp_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node wcsncasecmp_l -@subsection @code{wcsncasecmp_l} -@findex wcsncasecmp_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/wcsnlen.texi b/doc/glibc-functions/wcsnlen.texi deleted file mode 100644 --- a/doc/glibc-functions/wcsnlen.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node wcsnlen -@subsection @code{wcsnlen} -@findex wcsnlen - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. -@end itemize diff --git a/doc/glibc-functions/wcsnrtombs.texi b/doc/glibc-functions/wcsnrtombs.texi deleted file mode 100644 --- a/doc/glibc-functions/wcsnrtombs.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node wcsnrtombs -@subsection @code{wcsnrtombs} -@findex wcsnrtombs - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on some platforms: -MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. -@end itemize diff --git a/doc/glibc-functions/wcsxfrm_l.texi b/doc/glibc-functions/wcsxfrm_l.texi deleted file mode 100644 --- a/doc/glibc-functions/wcsxfrm_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node wcsxfrm_l -@subsection @code{wcsxfrm_l} -@findex wcsxfrm_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/wctrans_l.texi b/doc/glibc-functions/wctrans_l.texi deleted file mode 100644 --- a/doc/glibc-functions/wctrans_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node wctrans_l -@subsection @code{wctrans_l} -@findex wctrans_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/glibc-functions/wctype_l.texi b/doc/glibc-functions/wctype_l.texi deleted file mode 100644 --- a/doc/glibc-functions/wctype_l.texi +++ /dev/null @@ -1,16 +0,0 @@ -@node wctype_l -@subsection @code{wctype_l} -@findex wctype_l - -Gnulib module: --- - -Portability problems fixed by Gnulib: -@itemize -@end itemize - -Portability problems not fixed by Gnulib: -@itemize -@item -This function is missing on all non-glibc 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 diff --git a/doc/gnulib.texi b/doc/gnulib.texi --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -692,6 +692,7 @@ * aio_suspend:: * aio_write:: * alarm:: +* alphasort:: * asctime:: * asctime_r:: * asin:: @@ -839,15 +840,18 @@ * dbm_open:: * dbm_store:: * difftime:: +* dirfd:: * dirname:: * div:: * dlclose:: * dlerror:: * dlopen:: * dlsym:: +* dprintf:: * drand48:: * dup:: * dup2:: +* duplocale:: * encrypt:: * endgrent:: * endhostent:: @@ -909,6 +913,7 @@ * fesetround:: * fetestexcept:: * feupdateenv:: +* fexecve:: * fflush:: * ffs:: * fgetc:: @@ -927,6 +932,7 @@ * fmax:: * fmaxf:: * fmaxl:: +* fmemopen:: * fmin:: * fminf:: * fminl:: @@ -947,6 +953,7 @@ * fread:: * free:: * freeaddrinfo:: +* freelocale:: * freopen:: * frexp:: * frexpf:: @@ -977,6 +984,7 @@ * getchar_unlocked:: * getcwd:: * getdate:: +* getdate_err:: * getdelim:: * getegid:: * getenv:: @@ -1066,15 +1074,21 @@ * insque:: * ioctl:: * isalnum:: +* isalnum_l:: * isalpha:: +* isalpha_l:: * isascii:: * isastream:: * isatty:: * isblank:: +* isblank_l:: * iscntrl:: +* iscntrl_l:: * isdigit:: +* isdigit_l:: * isfinite:: * isgraph:: +* isgraph_l:: * isgreater:: * isgreaterequal:: * isinf:: @@ -1082,27 +1096,46 @@ * islessequal:: * islessgreater:: * islower:: +* islower_l:: * isnan:: * isnormal:: * isprint:: +* isprint_l:: * ispunct:: +* ispunct_l:: * isspace:: +* isspace_l:: * isunordered:: * isupper:: +* isupper_l:: * iswalnum:: +* iswalnum_l:: * iswalpha:: +* iswalpha_l:: * iswblank:: +* iswblank_l:: * iswcntrl:: +* iswcntrl_l:: * iswctype:: +* iswctype_l:: * iswdigit:: +* iswdigit_l:: * iswgraph:: +* iswgraph_l:: * iswlower:: +* iswlower_l:: * iswprint:: +* iswprint_l:: * iswpunct:: +* iswpunct_l:: * iswspace:: +* iswspace_l:: * iswupper:: +* iswupper_l:: * iswxdigit:: +* iswxdigit_l:: * isxdigit:: +* isxdigit_l:: * j0:: * j1:: * jn:: @@ -1167,6 +1200,7 @@ * mbrlen:: * mbrtowc:: * mbsinit:: +* mbsnrtowcs:: * mbsrtowcs:: * mbstowcs:: * mbtowc:: @@ -1177,6 +1211,7 @@ * memmove:: * memset:: * mkdir:: +* mkdtemp:: * mkfifo:: * mknod:: * mkstemp:: @@ -1214,6 +1249,7 @@ * nearbyint:: * nearbyintf:: * nearbyintl:: +* newlocale:: * nextafter:: * nextafterf:: * nextafterl:: @@ -1223,13 +1259,18 @@ * nftw:: * nice:: * nl_langinfo:: +* nl_langinfo_l:: * nrand48:: * ntohl:: * ntohs:: * open:: * opendir:: * openlog:: +* open_memstream:: * optarg:: +* opterr:: +* optind:: +* optopt:: * pathconf:: * pause:: * pclose:: @@ -1322,6 +1363,7 @@ * pread:: * printf:: * pselect:: +* psignal:: * pthread_atfork:: * pthread_attr_destroy:: * pthread_attr_getdetachstate:: @@ -1477,8 +1519,10 @@ * scalbn:: * scalbnf:: * scalbnl:: +* scandir:: * scanf:: * sched_get_priority_max:: +* sched_get_priority_min:: * sched_getparam:: * sched_getscheduler:: * sched_rr_get_interval:: @@ -1552,6 +1596,7 @@ * siglongjmp:: * signal:: * signbit:: +* signgam:: * sigpause:: * sigpending:: * sigprocmask:: @@ -1587,26 +1632,36 @@ * stderr:: * stdin:: * stdout:: +* stpcpy:: +* stpncpy:: * strcasecmp:: +* strcasecmp_l:: * strcat:: * strchr:: * strcmp:: * strcoll:: +* strcoll_l:: * strcpy:: * strcspn:: * strdup:: * strerror:: * strerror_r:: * strfmon:: +* strfmon_l:: * strftime:: +* strftime_l:: * strlen:: * strncasecmp:: +* strncasecmp_l:: * strncat:: * strncmp:: * strncpy:: +* strndup:: +* strnlen:: * strpbrk:: * strptime:: * strrchr:: +* strsignal:: * strspn:: * strstr:: * strtod:: @@ -1621,6 +1676,7 @@ * strtoull:: * strtoumax:: * strxfrm:: +* strxfrm_l:: * swab:: * swprintf:: * swscanf:: @@ -1655,6 +1711,7 @@ * timer_create:: * timer_delete:: * timer_getoverrun:: +* timer_gettime:: * timer_settime:: * times:: * timezone:: @@ -1662,10 +1719,15 @@ * tmpnam:: * toascii:: * tolower:: +* tolower_l:: * toupper:: +* toupper_l:: * towctrans:: +* towctrans_l:: * towlower:: +* towlower_l:: * towupper:: +* towupper_l:: * trunc:: * truncate:: * truncf:: @@ -1684,12 +1746,14 @@ * unlink:: * unlockpt:: * unsetenv:: +* uselocale:: * utime:: * utimes:: * va_arg:: * va_copy:: * va_end:: * va_start:: +* vdprintf:: * vfprintf:: * vfscanf:: * vfwprintf:: @@ -1706,18 +1770,28 @@ * wait:: * waitid:: * waitpid:: +* wcpcpy:: +* wcpncpy:: * wcrtomb:: +* wcscasecmp:: +* wcscasecmp_l:: * wcscat:: * wcschr:: * wcscmp:: * wcscoll:: +* wcscoll_l:: * wcscpy:: * wcscspn:: +* wcsdup:: * wcsftime:: * wcslen:: +* wcsncasecmp:: +* wcsncasecmp_l:: * wcsncat:: * wcsncmp:: * wcsncpy:: +* wcsnlen:: +* wcsnrtombs:: * wcspbrk:: * wcsrchr:: * wcsrtombs:: @@ -1736,10 +1810,13 @@ * wcstoumax:: * wcswidth:: * wcsxfrm:: +* wcsxfrm_l:: * wctob:: * wctomb:: * wctrans:: +* wctrans_l:: * wctype:: +* wctype_l:: * wcwidth:: * wmemchr:: * wmemcmp:: @@ -1786,6 +1863,7 @@ @include posix-functions/aio_suspend.texi @include posix-functions/aio_write.texi @include posix-functions/alarm.texi +@include posix-functions/alphasort.texi @include posix-functions/asctime.texi @include posix-functions/asctime_r.texi @include posix-functions/asin.texi @@ -1933,15 +2011,18 @@ @include posix-functions/dbm_open.texi @include posix-functions/dbm_store.texi @include posix-functions/difftime.texi +@include posix-functions/dirfd.texi @include posix-functions/dirname.texi @include posix-functions/div.texi @include posix-functions/dlclose.texi @include posix-functions/dlerror.texi @include posix-functions/dlopen.texi @include posix-functions/dlsym.texi +@include posix-functions/dprintf.texi @include posix-functions/drand48.texi @include posix-functions/dup.texi @include posix-functions/dup2.texi +@include posix-functions/duplocale.texi @include posix-functions/encrypt.texi @include posix-functions/endgrent.texi @include posix-functions/endhostent.texi @@ -2003,6 +2084,7 @@ @include posix-functions/fesetround.texi @include posix-functions/fetestexcept.texi @include posix-functions/feupdateenv.texi +@include posix-functions/fexecve.texi @include posix-functions/fflush.texi @include posix-functions/ffs.texi @include posix-functions/fgetc.texi @@ -2021,6 +2103,7 @@ @include posix-functions/fmax.texi @include posix-functions/fmaxf.texi @include posix-functions/fmaxl.texi +@include posix-functions/fmemopen.texi @include posix-functions/fmin.texi @include posix-functions/fminf.texi @include posix-functions/fminl.texi @@ -2041,6 +2124,7 @@ @include posix-functions/fread.texi @include posix-functions/free.texi @include posix-functions/freeaddrinfo.texi +@include posix-functions/freelocale.texi @include posix-functions/freopen.texi @include posix-functions/frexp.texi @include posix-functions/frexpf.texi @@ -2071,6 +2155,7 @@ @include posix-functions/getchar_unlocked.texi @include posix-functions/getcwd.texi @include posix-functions/getdate.texi +@include posix-functions/getdate_err.texi @include posix-functions/getdelim.texi @include posix-functions/getegid.texi @include posix-functions/getenv.texi @@ -2160,15 +2245,21 @@ @include posix-functions/insque.texi @include posix-functions/ioctl.texi @include posix-functions/isalnum.texi +@include posix-functions/isalnum_l.texi @include posix-functions/isalpha.texi +@include posix-functions/isalpha_l.texi @include posix-functions/isascii.texi @include posix-functions/isastream.texi @include posix-functions/isatty.texi @include posix-functions/isblank.texi +@include posix-functions/isblank_l.texi @include posix-functions/iscntrl.texi +@include posix-functions/iscntrl_l.texi @include posix-functions/isdigit.texi +@include posix-functions/isdigit_l.texi @include posix-functions/isfinite.texi @include posix-functions/isgraph.texi +@include posix-functions/isgraph_l.texi @include posix-functions/isgreater.texi @include posix-functions/isgreaterequal.texi @include posix-functions/isinf.texi @@ -2176,27 +2267,46 @@ @include posix-functions/islessequal.texi @include posix-functions/islessgreater.texi @include posix-functions/islower.texi +@include posix-functions/islower_l.texi @include posix-functions/isnan.texi @include posix-functions/isnormal.texi @include posix-functions/isprint.texi +@include posix-functions/isprint_l.texi @include posix-functions/ispunct.texi +@include posix-functions/ispunct_l.texi @include posix-functions/isspace.texi +@include posix-functions/isspace_l.texi @include posix-functions/isunordered.texi @include posix-functions/isupper.texi +@include posix-functions/isupper_l.texi @include posix-functions/iswalnum.texi +@include posix-functions/iswalnum_l.texi @include posix-functions/iswalpha.texi +@include posix-functions/iswalpha_l.texi @include posix-functions/iswblank.texi +@include posix-functions/iswblank_l.texi @include posix-functions/iswcntrl.texi +@include posix-functions/iswcntrl_l.texi @include posix-functions/iswctype.texi +@include posix-functions/iswctype_l.texi @include posix-functions/iswdigit.texi +@include posix-functions/iswdigit_l.texi @include posix-functions/iswgraph.texi +@include posix-functions/iswgraph_l.texi @include posix-functions/iswlower.texi +@include posix-functions/iswlower_l.texi @include posix-functions/iswprint.texi +@include posix-functions/iswprint_l.texi @include posix-functions/iswpunct.texi +@include posix-functions/iswpunct_l.texi @include posix-functions/iswspace.texi +@include posix-functions/iswspace_l.texi @include posix-functions/iswupper.texi +@include posix-functions/iswupper_l.texi @include posix-functions/iswxdigit.texi +@include posix-functions/iswxdigit_l.texi @include posix-functions/isxdigit.texi +@include posix-functions/isxdigit_l.texi @include posix-functions/j0.texi @include posix-functions/j1.texi @include posix-functions/jn.texi @@ -2261,6 +2371,7 @@ @include posix-functions/mbrlen.texi @include posix-functions/mbrtowc.texi @include posix-functions/mbsinit.texi +@include posix-functions/mbsnrtowcs.texi @include posix-functions/mbsrtowcs.texi @include posix-functions/mbstowcs.texi @include posix-functions/mbtowc.texi @@ -2271,6 +2382,7 @@ @include posix-functions/memmove.texi @include posix-functions/memset.texi @include posix-functions/mkdir.texi +@include posix-functions/mkdtemp.texi @include posix-functions/mkfifo.texi @include posix-functions/mknod.texi @include posix-functions/mkstemp.texi @@ -2308,6 +2420,7 @@ @include posix-functions/nearbyint.texi @include posix-functions/nearbyintf.texi @include posix-functions/nearbyintl.texi +@include posix-functions/newlocale.texi @include posix-functions/nextafter.texi @include posix-functions/nextafterf.texi @include posix-functions/nextafterl.texi @@ -2317,13 +2430,18 @@ @include posix-functions/nftw.texi @include posix-functions/nice.texi @include posix-functions/nl_langinfo.texi +@include posix-functions/nl_langinfo_l.texi @include posix-functions/nrand48.texi @include posix-functions/ntohl.texi @include posix-functions/ntohs.texi @include posix-functions/open.texi @include posix-functions/opendir.texi @include posix-functions/openlog.texi +@include posix-functions/open_memstream.texi @include posix-functions/optarg.texi +@include posix-functions/opterr.texi +@include posix-functions/optind.texi +@include posix-functions/optopt.texi @include posix-functions/pathconf.texi @include posix-functions/pause.texi @include posix-functions/pclose.texi @@ -2416,6 +2534,7 @@ @include posix-functions/pread.texi @include posix-functions/printf.texi @include posix-functions/pselect.texi +@include posix-functions/psignal.texi @include posix-functions/pthread_atfork.texi @include posix-functions/pthread_attr_destroy.texi @include posix-functions/pthread_attr_getdetachstate.texi @@ -2571,8 +2690,10 @@ @include posix-functions/scalbn.texi @include posix-functions/scalbnf.texi @include posix-functions/scalbnl.texi +@include posix-functions/scandir.texi @include posix-functions/scanf.texi @include posix-functions/sched_get_priority_max.texi +@include posix-functions/sched_get_priority_min.texi @include posix-functions/sched_getparam.texi @include posix-functions/sched_getscheduler.texi @include posix-functions/sched_rr_get_interval.texi @@ -2646,6 +2767,7 @@ @include posix-functions/siglongjmp.texi @include posix-functions/signal.texi @include posix-functions/signbit.texi +@include posix-functions/signgam.texi @include posix-functions/sigpause.texi @include posix-functions/sigpending.texi @include posix-functions/sigprocmask.texi @@ -2681,26 +2803,36 @@ @include posix-functions/stderr.texi @include posix-functions/stdin.texi @include posix-functions/stdout.texi +@include posix-functions/stpcpy.texi +@include posix-functions/stpncpy.texi @include posix-functions/strcasecmp.texi +@include posix-functions/strcasecmp_l.texi @include posix-functions/strcat.texi @include posix-functions/strchr.texi @include posix-functions/strcmp.texi @include posix-functions/strcoll.texi +@include posix-functions/strcoll_l.texi @include posix-functions/strcpy.texi @include posix-functions/strcspn.texi @include posix-functions/strdup.texi @include posix-functions/strerror.texi @include posix-functions/strerror_r.texi @include posix-functions/strfmon.texi +@include posix-functions/strfmon_l.texi @include posix-functions/strftime.texi +@include posix-functions/strftime_l.texi @include posix-functions/strlen.texi @include posix-functions/strncasecmp.texi +@include posix-functions/strncasecmp_l.texi @include posix-functions/strncat.texi @include posix-functions/strncmp.texi @include posix-functions/strncpy.texi +@include posix-functions/strndup.texi +@include posix-functions/strnlen.texi @include posix-functions/strpbrk.texi @include posix-functions/strptime.texi @include posix-functions/strrchr.texi +@include posix-functions/strsignal.texi @include posix-functions/strspn.texi @include posix-functions/strstr.texi @include posix-functions/strtod.texi @@ -2715,6 +2847,7 @@ @include posix-functions/strtoull.texi @include posix-functions/strtoumax.texi @include posix-functions/strxfrm.texi +@include posix-functions/strxfrm_l.texi @include posix-functions/swab.texi @include posix-functions/swprintf.texi @include posix-functions/swscanf.texi @@ -2749,6 +2882,7 @@ @include posix-functions/timer_create.texi @include posix-functions/timer_delete.texi @include posix-functions/timer_getoverrun.texi +@include posix-functions/timer_gettime.texi @include posix-functions/timer_settime.texi @include posix-functions/times.texi @include posix-functions/timezone.texi @@ -2756,10 +2890,15 @@ @include posix-functions/tmpnam.texi @include posix-functions/toascii.texi @include posix-functions/tolower.texi +@include posix-functions/tolower_l.texi @include posix-functions/toupper.texi +@include posix-functions/toupper_l.texi @include posix-functions/towctrans.texi +@include posix-functions/towctrans_l.texi @include posix-functions/towlower.texi +@include posix-functions/towlower_l.texi @include posix-functions/towupper.texi +@include posix-functions/towupper_l.texi @include posix-functions/trunc.texi @include posix-functions/truncate.texi @include posix-functions/truncf.texi @@ -2778,12 +2917,14 @@ @include posix-functions/unlink.texi @include posix-functions/unlockpt.texi @include posix-functions/unsetenv.texi +@include posix-functions/uselocale.texi @include posix-functions/utime.texi @include posix-functions/utimes.texi @include posix-functions/va_arg.texi @include posix-functions/va_copy.texi @include posix-functions/va_end.texi @include posix-functions/va_start.texi +@include posix-functions/vdprintf.texi @include posix-functions/vfprintf.texi @include posix-functions/vfscanf.texi @include posix-functions/vfwprintf.texi @@ -2800,18 +2941,28 @@ @include posix-functions/wait.texi @include posix-functions/waitid.texi @include posix-functions/waitpid.texi +@include posix-functions/wcpcpy.texi +@include posix-functions/wcpncpy.texi @include posix-functions/wcrtomb.texi +@include posix-functions/wcscasecmp.texi +@include posix-functions/wcscasecmp_l.texi @include posix-functions/wcscat.texi @include posix-functions/wcschr.texi @include posix-functions/wcscmp.texi @include posix-functions/wcscoll.texi +@include posix-functions/wcscoll_l.texi @include posix-functions/wcscpy.texi @include posix-functions/wcscspn.texi +@include posix-functions/wcsdup.texi @include posix-functions/wcsftime.texi @include posix-functions/wcslen.texi +@include posix-functions/wcsncasecmp.texi +@include posix-functions/wcsncasecmp_l.texi @include posix-functions/wcsncat.texi @include posix-functions/wcsncmp.texi @include posix-functions/wcsncpy.texi +@include posix-functions/wcsnlen.texi +@include posix-functions/wcsnrtombs.texi @include posix-functions/wcspbrk.texi @include posix-functions/wcsrchr.texi @include posix-functions/wcsrtombs.texi @@ -2830,10 +2981,13 @@ @include posix-functions/wcstoumax.texi @include posix-functions/wcswidth.texi @include posix-functions/wcsxfrm.texi +@include posix-functions/wcsxfrm_l.texi @include posix-functions/wctob.texi @include posix-functions/wctomb.texi @include posix-functions/wctrans.texi +@include posix-functions/wctrans_l.texi @include posix-functions/wctype.texi +@include posix-functions/wctype_l.texi @include posix-functions/wcwidth.texi @include posix-functions/wmemchr.texi @include posix-functions/wmemcmp.texi @@ -3031,14 +3185,11 @@ * Glibc gnu/libc-version.h:: * Glibc grp.h:: * Glibc ifaddrs.h:: -* Glibc langinfo.h:: * Glibc libintl.h:: * Glibc link.h:: -* Glibc locale.h:: * Glibc malloc.h:: * Glibc math.h:: * Glibc mcheck.h:: -* Glibc monetary.h:: * Glibc mntent.h:: * Glibc netdb.h:: * Glibc netinet/ether.h:: @@ -3117,7 +3268,6 @@ * Glibc utmp.h:: * Glibc utmpx.h:: * Glibc wchar.h:: -* Glibc wctype.h:: @end menu @c @node Glibc a.out.h @@ -3291,54 +3441,20 @@ @section Glibc Extensions to @code{} @menu -* isalnum_l:: -* isalpha_l:: -* isblank_l:: -* iscntrl_l:: * isctype:: -* isdigit_l:: -* isgraph_l:: -* islower_l:: -* isprint_l:: -* ispunct_l:: -* isspace_l:: -* isupper_l:: -* isxdigit_l:: -* tolower_l:: -* toupper_l:: @end menu -@include glibc-functions/isalnum_l.texi -@include glibc-functions/isalpha_l.texi -@include glibc-functions/isblank_l.texi -@include glibc-functions/iscntrl_l.texi @include glibc-functions/isctype.texi -@include glibc-functions/isdigit_l.texi -@include glibc-functions/isgraph_l.texi -@include glibc-functions/islower_l.texi -@include glibc-functions/isprint_l.texi -@include glibc-functions/ispunct_l.texi -@include glibc-functions/isspace_l.texi -@include glibc-functions/isupper_l.texi -@include glibc-functions/isxdigit_l.texi -@include glibc-functions/tolower_l.texi -@include glibc-functions/toupper_l.texi @node Glibc dirent.h @section Glibc Extensions to @code{} @menu -* alphasort:: -* dirfd:: * getdirentries:: -* scandir:: * versionsort:: @end menu -@include glibc-functions/alphasort.texi -@include glibc-functions/dirfd.texi @include glibc-functions/getdirentries.texi -@include glibc-functions/scandir.texi @include glibc-functions/versionsort.texi @node Glibc dlfcn.h @@ -3527,16 +3643,10 @@ @menu * getopt_long:: * getopt_long_only:: -* opterr:: -* optind:: -* optopt:: @end menu @include glibc-functions/getopt_long.texi @include glibc-functions/getopt_long_only.texi -@include glibc-functions/opterr.texi -@include glibc-functions/optind.texi -@include glibc-functions/optopt.texi @node Glibc glob.h @section Glibc Extensions to @code{} @@ -3602,14 +3712,8 @@ @c @node Glibc iso646.h @c @section Glibc Extensions to @code{} -@node Glibc langinfo.h -@section Glibc Extensions to @code{} - -@menu -* nl_langinfo_l:: -@end menu - -@include glibc-functions/nl_langinfo_l.texi +@c @node Glibc langinfo.h +@c @section Glibc Extensions to @code{} @c @node Glibc libgen.h @c @section Glibc Extensions to @code{} @@ -3651,20 +3755,8 @@ @include glibc-functions/dl_iterate_phdr.texi -@node Glibc locale.h -@section Glibc Extensions to @code{} - -@menu -* duplocale:: -* freelocale:: -* newlocale:: -* uselocale:: -@end menu - -@include glibc-functions/duplocale.texi -@include glibc-functions/freelocale.texi -@include glibc-functions/newlocale.texi -@include glibc-functions/uselocale.texi +@c @node Glibc locale.h +@c @section Glibc Extensions to @code{} @node Glibc malloc.h @section Glibc @code{} @@ -3726,7 +3818,6 @@ * pow10l:: * scalbf:: * scalbl:: -* signgam:: * significand:: * significandf:: * significandl:: @@ -3772,7 +3863,6 @@ @include glibc-functions/pow10l.texi @include glibc-functions/scalbf.texi @include glibc-functions/scalbl.texi -@include glibc-functions/signgam.texi @include glibc-functions/significand.texi @include glibc-functions/significandf.texi @include glibc-functions/significandl.texi @@ -3805,14 +3895,8 @@ @include glibc-functions/mtrace.texi @include glibc-functions/muntrace.texi -@node Glibc monetary.h -@section Glibc Extensions to @code{} - -@menu -* strfmon_l:: -@end menu - -@include glibc-functions/strfmon_l.texi +@c @node Glibc monetary.h +@c @section Glibc Extensions to @code{} @node Glibc mntent.h @section Glibc @code{} @@ -4730,13 +4814,11 @@ @menu * clone:: * sched_getaffinity:: -* sched_get_priority_min:: * sched_setaffinity:: @end menu @include glibc-functions/clone.texi @include glibc-functions/sched_getaffinity.texi -@include glibc-functions/sched_get_priority_min.texi @include glibc-functions/sched_setaffinity.texi @node Glibc search.h @@ -4798,7 +4880,6 @@ @menu * gsignal:: -* psignal:: * sigandset:: * sigblock:: * siggetmask:: @@ -4814,7 +4895,6 @@ @end menu @include glibc-functions/gsignal.texi -@include glibc-functions/psignal.texi @include glibc-functions/sigandset.texi @include glibc-functions/sigblock.texi @include glibc-functions/siggetmask.texi @@ -4849,7 +4929,6 @@ @menu * asprintf:: * cuserid:: -* dprintf:: * clearerr_unlocked:: * fcloseall:: * feof_unlocked:: @@ -4858,14 +4937,12 @@ * fgetc_unlocked:: * fgets_unlocked:: * fileno_unlocked:: -* fmemopen:: * fopencookie:: * fputc_unlocked:: * fputs_unlocked:: * fread_unlocked:: * fwrite_unlocked:: * getw:: -* open_memstream:: * putw:: * setbuffer:: * setlinebuf:: @@ -4873,12 +4950,10 @@ * sys_nerr:: * tmpnam_r:: * vasprintf:: -* vdprintf:: @end menu @include glibc-functions/asprintf.texi @include glibc-functions/cuserid.texi -@include glibc-functions/dprintf.texi @include glibc-functions/clearerr_unlocked.texi @include glibc-functions/fcloseall.texi @include glibc-functions/feof_unlocked.texi @@ -4887,14 +4962,12 @@ @include glibc-functions/fgetc_unlocked.texi @include glibc-functions/fgets_unlocked.texi @include glibc-functions/fileno_unlocked.texi -@include glibc-functions/fmemopen.texi @include glibc-functions/fopencookie.texi @include glibc-functions/fputc_unlocked.texi @include glibc-functions/fputs_unlocked.texi @include glibc-functions/fread_unlocked.texi @include glibc-functions/fwrite_unlocked.texi @include glibc-functions/getw.texi -@include glibc-functions/open_memstream.texi @include glibc-functions/putw.texi @include glibc-functions/setbuffer.texi @include glibc-functions/setlinebuf.texi @@ -4902,7 +4975,6 @@ @include glibc-functions/sys_nerr.texi @include glibc-functions/tmpnam_r.texi @include glibc-functions/vasprintf.texi -@include glibc-functions/vdprintf.texi @node Glibc stdlib.h @section Glibc Extensions to @code{} @@ -4921,7 +4993,6 @@ * jrand48_r:: * lcong48_r:: * lrand48_r:: -* mkdtemp:: * mrand48_r:: * nrand48_r:: * on_exit:: @@ -4962,7 +5033,6 @@ @include glibc-functions/jrand48_r.texi @include glibc-functions/lcong48_r.texi @include glibc-functions/lrand48_r.texi -@include glibc-functions/mkdtemp.texi @include glibc-functions/mrand48_r.texi @include glibc-functions/nrand48_r.texi @include glibc-functions/on_exit.texi @@ -5000,20 +5070,11 @@ * mempcpy:: * memrchr:: * rawmemchr:: -* stpcpy:: -* stpncpy:: -* strcasecmp_l:: * strcasestr:: * strchrnul:: -* strcoll_l:: * strfry:: * strsep:: -* strsignal:: -* strncasecmp_l:: -* strndup:: -* strnlen:: * strverscmp:: -* strxfrm_l:: @end menu @include glibc-functions/ffsl.texi @@ -5023,20 +5084,11 @@ @include glibc-functions/mempcpy.texi @include glibc-functions/memrchr.texi @include glibc-functions/rawmemchr.texi -@include glibc-functions/stpcpy.texi -@include glibc-functions/stpncpy.texi -@include glibc-functions/strcasecmp_l.texi @include glibc-functions/strcasestr.texi @include glibc-functions/strchrnul.texi -@include glibc-functions/strcoll_l.texi @include glibc-functions/strfry.texi @include glibc-functions/strsep.texi -@include glibc-functions/strsignal.texi -@include glibc-functions/strncasecmp_l.texi -@include glibc-functions/strndup.texi -@include glibc-functions/strnlen.texi @include glibc-functions/strverscmp.texi -@include glibc-functions/strxfrm_l.texi @c @node Glibc strings.h @c @section Glibc Extensions to @code{} @@ -5487,25 +5539,19 @@ @menu * dysize:: -* getdate_err:: * getdate_r:: * stime:: -* strftime_l:: * strptime_l:: * timegm:: * timelocal:: -* timer_gettime:: @end menu @include glibc-functions/dysize.texi -@include glibc-functions/getdate_err.texi @include glibc-functions/getdate_r.texi @include glibc-functions/stime.texi -@include glibc-functions/strftime_l.texi @include glibc-functions/strptime_l.texi @include glibc-functions/timegm.texi @include glibc-functions/timelocal.texi -@include glibc-functions/timer_gettime.texi @c @node Glibc trace.h @c @section Glibc Extensions to @code{} @@ -5541,7 +5587,6 @@ * daemon:: * endusershell:: * euidaccess:: -* fexecve:: * get_current_dir_name:: * getdomainname:: * getdtablesize:: @@ -5572,7 +5617,6 @@ @include glibc-functions/daemon.texi @include glibc-functions/endusershell.texi @include glibc-functions/euidaccess.texi -@include glibc-functions/fexecve.texi @include glibc-functions/get_current_dir_name.texi @include glibc-functions/getdomainname.texi @include glibc-functions/getdtablesize.texi @@ -5653,21 +5697,10 @@ * fputws_unlocked:: * getwc_unlocked:: * getwchar_unlocked:: -* mbsnrtowcs:: * putwc_unlocked:: * putwchar_unlocked:: -* wcpcpy:: -* wcpncpy:: -* wcscasecmp:: -* wcscasecmp_l:: * wcschrnul:: -* wcscoll_l:: -* wcsdup:: * wcsftime_l:: -* wcsncasecmp:: -* wcsncasecmp_l:: -* wcsnlen:: -* wcsnrtombs:: * wcstod_l:: * wcstof_l:: * wcstol_l:: @@ -5677,7 +5710,6 @@ * wcstoul_l:: * wcstoull_l:: * wcstouq:: -* wcsxfrm_l:: * wmempcpy:: @end menu @@ -5687,21 +5719,10 @@ @include glibc-functions/fputws_unlocked.texi @include glibc-functions/getwc_unlocked.texi @include glibc-functions/getwchar_unlocked.texi -@include glibc-functions/mbsnrtowcs.texi @include glibc-functions/putwc_unlocked.texi @include glibc-functions/putwchar_unlocked.texi -@include glibc-functions/wcpcpy.texi -@include glibc-functions/wcpncpy.texi -@include glibc-functions/wcscasecmp.texi -@include glibc-functions/wcscasecmp_l.texi @include glibc-functions/wcschrnul.texi -@include glibc-functions/wcscoll_l.texi -@include glibc-functions/wcsdup.texi @include glibc-functions/wcsftime_l.texi -@include glibc-functions/wcsncasecmp.texi -@include glibc-functions/wcsncasecmp_l.texi -@include glibc-functions/wcsnlen.texi -@include glibc-functions/wcsnrtombs.texi @include glibc-functions/wcstod_l.texi @include glibc-functions/wcstof_l.texi @include glibc-functions/wcstol_l.texi @@ -5711,51 +5732,10 @@ @include glibc-functions/wcstoul_l.texi @include glibc-functions/wcstoull_l.texi @include glibc-functions/wcstouq.texi -@include glibc-functions/wcsxfrm_l.texi @include glibc-functions/wmempcpy.texi -@node Glibc wctype.h -@section Glibc Extensions to @code{} - -@menu -* iswalnum_l:: -* iswalpha_l:: -* iswblank_l:: -* iswcntrl_l:: -* iswctype_l:: -* iswdigit_l:: -* iswgraph_l:: -* iswlower_l:: -* iswprint_l:: -* iswpunct_l:: -* iswspace_l:: -* iswupper_l:: -* iswxdigit_l:: -* towctrans_l:: -* towlower_l:: -* towupper_l:: -* wctrans_l:: -* wctype_l:: -@end menu - -@include glibc-functions/iswalnum_l.texi -@include glibc-functions/iswalpha_l.texi -@include glibc-functions/iswblank_l.texi -@include glibc-functions/iswcntrl_l.texi -@include glibc-functions/iswctype_l.texi -@include glibc-functions/iswdigit_l.texi -@include glibc-functions/iswgraph_l.texi -@include glibc-functions/iswlower_l.texi -@include glibc-functions/iswprint_l.texi -@include glibc-functions/iswpunct_l.texi -@include glibc-functions/iswspace_l.texi -@include glibc-functions/iswupper_l.texi -@include glibc-functions/iswxdigit_l.texi -@include glibc-functions/towctrans_l.texi -@include glibc-functions/towlower_l.texi -@include glibc-functions/towupper_l.texi -@include glibc-functions/wctrans_l.texi -@include glibc-functions/wctype_l.texi +@c @node Glibc wctype.h +@c @section Glibc Extensions to @code{} @c @node Glibc wordexp.h @c @section Glibc Extensions to @code{} diff --git a/doc/posix-functions/alphasort.texi b/doc/posix-functions/alphasort.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/alphasort.texi @@ -0,0 +1,18 @@ +@node alphasort +@section @code{alphasort} +@findex alphasort + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/alphasort.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +Solaris 9, mingw, BeOS. +@end itemize diff --git a/doc/posix-functions/dirfd.texi b/doc/posix-functions/dirfd.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/dirfd.texi @@ -0,0 +1,21 @@ +@node dirfd +@section @code{dirfd} +@findex dirfd + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dirfd.html} + +Gnulib module: dirfd + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +AIX 5.1, HP-UX 11, OSF/1 5.1, Solaris 10. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +mingw. +@end itemize diff --git a/doc/posix-functions/dprintf.texi b/doc/posix-functions/dprintf.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/dprintf.texi @@ -0,0 +1,18 @@ +@node dprintf +@section @code{dprintf} +@findex dprintf + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/dprintf.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/duplocale.texi b/doc/posix-functions/duplocale.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/duplocale.texi @@ -0,0 +1,18 @@ +@node duplocale +@section @code{duplocale} +@findex duplocale + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/duplocale.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/fexecve.texi b/doc/posix-functions/fexecve.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/fexecve.texi @@ -0,0 +1,18 @@ +@node fexecve +@section @code{fexecve} +@findex fexecve + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fexecve.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/fmemopen.texi b/doc/posix-functions/fmemopen.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/fmemopen.texi @@ -0,0 +1,18 @@ +@node fmemopen +@section @code{fmemopen} +@findex fmemopen + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/fmemopen.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/freelocale.texi b/doc/posix-functions/freelocale.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/freelocale.texi @@ -0,0 +1,18 @@ +@node freelocale +@section @code{freelocale} +@findex freelocale + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/freelocale.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/getdate_err.texi b/doc/posix-functions/getdate_err.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/getdate_err.texi @@ -0,0 +1,18 @@ +@node getdate_err +@section @code{getdate_err} +@findex getdate_err + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getdate_err.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This variable is missing on some platforms: +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, IRIX 6.5, OSF/1 5.1, Cygwin, mingw, BeOS. +@end itemize diff --git a/doc/posix-functions/isalnum_l.texi b/doc/posix-functions/isalnum_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/isalnum_l.texi @@ -0,0 +1,18 @@ +@node isalnum_l +@section @code{isalnum_l} +@findex isalnum_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isalnum_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/isalpha_l.texi b/doc/posix-functions/isalpha_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/isalpha_l.texi @@ -0,0 +1,18 @@ +@node isalpha_l +@section @code{isalpha_l} +@findex isalpha_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isalpha_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/isblank_l.texi b/doc/posix-functions/isblank_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/isblank_l.texi @@ -0,0 +1,18 @@ +@node isblank_l +@section @code{isblank_l} +@findex isblank_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isblank_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/iscntrl_l.texi b/doc/posix-functions/iscntrl_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/iscntrl_l.texi @@ -0,0 +1,18 @@ +@node iscntrl_l +@section @code{iscntrl_l} +@findex iscntrl_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iscntrl_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/isdigit_l.texi b/doc/posix-functions/isdigit_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/isdigit_l.texi @@ -0,0 +1,18 @@ +@node isdigit_l +@section @code{isdigit_l} +@findex isdigit_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isdigit_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/isgraph_l.texi b/doc/posix-functions/isgraph_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/isgraph_l.texi @@ -0,0 +1,18 @@ +@node isgraph_l +@section @code{isgraph_l} +@findex isgraph_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isgraph_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/islower_l.texi b/doc/posix-functions/islower_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/islower_l.texi @@ -0,0 +1,18 @@ +@node islower_l +@section @code{islower_l} +@findex islower_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/islower_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/isprint_l.texi b/doc/posix-functions/isprint_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/isprint_l.texi @@ -0,0 +1,18 @@ +@node isprint_l +@section @code{isprint_l} +@findex isprint_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isprint_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/ispunct_l.texi b/doc/posix-functions/ispunct_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/ispunct_l.texi @@ -0,0 +1,18 @@ +@node ispunct_l +@section @code{ispunct_l} +@findex ispunct_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/ispunct_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/isspace_l.texi b/doc/posix-functions/isspace_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/isspace_l.texi @@ -0,0 +1,18 @@ +@node isspace_l +@section @code{isspace_l} +@findex isspace_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isspace_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/isupper_l.texi b/doc/posix-functions/isupper_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/isupper_l.texi @@ -0,0 +1,18 @@ +@node isupper_l +@section @code{isupper_l} +@findex isupper_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isupper_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/iswalnum_l.texi b/doc/posix-functions/iswalnum_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/iswalnum_l.texi @@ -0,0 +1,18 @@ +@node iswalnum_l +@section @code{iswalnum_l} +@findex iswalnum_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswalnum_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/iswalpha_l.texi b/doc/posix-functions/iswalpha_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/iswalpha_l.texi @@ -0,0 +1,18 @@ +@node iswalpha_l +@section @code{iswalpha_l} +@findex iswalpha_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswalpha_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/iswblank_l.texi b/doc/posix-functions/iswblank_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/iswblank_l.texi @@ -0,0 +1,18 @@ +@node iswblank_l +@section @code{iswblank_l} +@findex iswblank_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswblank_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/iswcntrl_l.texi b/doc/posix-functions/iswcntrl_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/iswcntrl_l.texi @@ -0,0 +1,18 @@ +@node iswcntrl_l +@section @code{iswcntrl_l} +@findex iswcntrl_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswcntrl_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/iswctype_l.texi b/doc/posix-functions/iswctype_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/iswctype_l.texi @@ -0,0 +1,18 @@ +@node iswctype_l +@section @code{iswctype_l} +@findex iswctype_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswctype_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/iswdigit_l.texi b/doc/posix-functions/iswdigit_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/iswdigit_l.texi @@ -0,0 +1,18 @@ +@node iswdigit_l +@section @code{iswdigit_l} +@findex iswdigit_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswdigit_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/iswgraph_l.texi b/doc/posix-functions/iswgraph_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/iswgraph_l.texi @@ -0,0 +1,18 @@ +@node iswgraph_l +@section @code{iswgraph_l} +@findex iswgraph_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswgraph_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/iswlower_l.texi b/doc/posix-functions/iswlower_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/iswlower_l.texi @@ -0,0 +1,18 @@ +@node iswlower_l +@section @code{iswlower_l} +@findex iswlower_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswlower_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/iswprint_l.texi b/doc/posix-functions/iswprint_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/iswprint_l.texi @@ -0,0 +1,18 @@ +@node iswprint_l +@section @code{iswprint_l} +@findex iswprint_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswprint_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/iswpunct_l.texi b/doc/posix-functions/iswpunct_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/iswpunct_l.texi @@ -0,0 +1,18 @@ +@node iswpunct_l +@section @code{iswpunct_l} +@findex iswpunct_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswpunct_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/iswspace_l.texi b/doc/posix-functions/iswspace_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/iswspace_l.texi @@ -0,0 +1,18 @@ +@node iswspace_l +@section @code{iswspace_l} +@findex iswspace_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswspace_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/iswupper_l.texi b/doc/posix-functions/iswupper_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/iswupper_l.texi @@ -0,0 +1,18 @@ +@node iswupper_l +@section @code{iswupper_l} +@findex iswupper_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswupper_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/iswxdigit_l.texi b/doc/posix-functions/iswxdigit_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/iswxdigit_l.texi @@ -0,0 +1,18 @@ +@node iswxdigit_l +@section @code{iswxdigit_l} +@findex iswxdigit_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/iswxdigit_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/isxdigit_l.texi b/doc/posix-functions/isxdigit_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/isxdigit_l.texi @@ -0,0 +1,18 @@ +@node isxdigit_l +@section @code{isxdigit_l} +@findex isxdigit_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/isxdigit_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/mbsnrtowcs.texi b/doc/posix-functions/mbsnrtowcs.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/mbsnrtowcs.texi @@ -0,0 +1,18 @@ +@node mbsnrtowcs +@section @code{mbsnrtowcs} +@findex mbsnrtowcs + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mbsnrtowcs.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. +@end itemize diff --git a/doc/posix-functions/mkdtemp.texi b/doc/posix-functions/mkdtemp.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/mkdtemp.texi @@ -0,0 +1,18 @@ +@node mkdtemp +@section @code{mkdtemp} +@findex mkdtemp + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/mkdtemp.html} + +Gnulib module: mkdtemp + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +AIX 5.1, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/newlocale.texi b/doc/posix-functions/newlocale.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/newlocale.texi @@ -0,0 +1,18 @@ +@node newlocale +@section @code{newlocale} +@findex newlocale + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/newlocale.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/nl_langinfo_l.texi b/doc/posix-functions/nl_langinfo_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/nl_langinfo_l.texi @@ -0,0 +1,18 @@ +@node nl_langinfo_l +@section @code{nl_langinfo_l} +@findex nl_langinfo_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/nl_langinfo_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/open_memstream.texi b/doc/posix-functions/open_memstream.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/open_memstream.texi @@ -0,0 +1,18 @@ +@node open_memstream +@section @code{open_memstream} +@findex open_memstream + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/open_memstream.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/opterr.texi b/doc/posix-functions/opterr.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/opterr.texi @@ -0,0 +1,18 @@ +@node opterr +@section @code{opterr} +@findex opterr + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/opterr.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This variable is missing on some platforms: +IRIX 6.5, OSF/1 5.1, Cygwin. +@end itemize diff --git a/doc/posix-functions/optind.texi b/doc/posix-functions/optind.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/optind.texi @@ -0,0 +1,18 @@ +@node optind +@section @code{optind} +@findex optind + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/optind.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This variable is missing on some platforms: +IRIX 6.5, OSF/1 5.1, Cygwin. +@end itemize diff --git a/doc/posix-functions/optopt.texi b/doc/posix-functions/optopt.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/optopt.texi @@ -0,0 +1,18 @@ +@node optopt +@section @code{optopt} +@findex optopt + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/optopt.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This variable is missing on some platforms: +MacOS X 10.3, IRIX 6.5, OSF/1 5.1, Cygwin. +@end itemize diff --git a/doc/posix-functions/psignal.texi b/doc/posix-functions/psignal.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/psignal.texi @@ -0,0 +1,18 @@ +@node psignal +@section @code{psignal} +@findex psignal + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/psignal.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +HP-UX 11, Cygwin, mingw, Interix 3.5, BeOS. +@end itemize diff --git a/doc/posix-functions/scandir.texi b/doc/posix-functions/scandir.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/scandir.texi @@ -0,0 +1,18 @@ +@node scandir +@section @code{scandir} +@findex scandir + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/scandir.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +Solaris 9, mingw, BeOS. +@end itemize diff --git a/doc/posix-functions/sched_get_priority_min.texi b/doc/posix-functions/sched_get_priority_min.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/sched_get_priority_min.texi @@ -0,0 +1,18 @@ +@node sched_get_priority_min +@section @code{sched_get_priority_min} +@findex sched_get_priority_min + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/sched_get_priority_min.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +OpenBSD 3.8, HP-UX 11, IRIX 5.3, mingw, BeOS. +@end itemize diff --git a/doc/posix-functions/signgam.texi b/doc/posix-functions/signgam.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/signgam.texi @@ -0,0 +1,18 @@ +@node signgam +@section @code{signgam} +@findex signgam + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/signgam.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This variable is missing on some platforms: +MacOS X 10.3, AIX 5.1, IRIX 6.5, OSF/1 5.1, Cygwin, mingw. +@end itemize diff --git a/doc/posix-functions/stpcpy.texi b/doc/posix-functions/stpcpy.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/stpcpy.texi @@ -0,0 +1,18 @@ +@node stpcpy +@section @code{stpcpy} +@findex stpcpy + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/stpcpy.html} + +Gnulib module: stpcpy + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/stpncpy.texi b/doc/posix-functions/stpncpy.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/stpncpy.texi @@ -0,0 +1,21 @@ +@node stpncpy +@section @code{stpncpy} +@findex stpncpy + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/stpncpy.html} + +Gnulib module: stpncpy + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. +@item +This function has an incompatible return value on some platforms: +AIX 5.1. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/strcasecmp_l.texi b/doc/posix-functions/strcasecmp_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/strcasecmp_l.texi @@ -0,0 +1,18 @@ +@node strcasecmp_l +@section @code{strcasecmp_l} +@findex strcasecmp_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcasecmp_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/strcoll_l.texi b/doc/posix-functions/strcoll_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/strcoll_l.texi @@ -0,0 +1,18 @@ +@node strcoll_l +@section @code{strcoll_l} +@findex strcoll_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strcoll_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/strfmon_l.texi b/doc/posix-functions/strfmon_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/strfmon_l.texi @@ -0,0 +1,18 @@ +@node strfmon_l +@section @code{strfmon_l} +@findex strfmon_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strfmon_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/strftime_l.texi b/doc/posix-functions/strftime_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/strftime_l.texi @@ -0,0 +1,18 @@ +@node strftime_l +@section @code{strftime_l} +@findex strftime_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strftime_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/strncasecmp_l.texi b/doc/posix-functions/strncasecmp_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/strncasecmp_l.texi @@ -0,0 +1,18 @@ +@node strncasecmp_l +@section @code{strncasecmp_l} +@findex strncasecmp_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strncasecmp_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/strndup.texi b/doc/posix-functions/strndup.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/strndup.texi @@ -0,0 +1,21 @@ +@node strndup +@section @code{strndup} +@findex strndup + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strndup.html} + +Gnulib module: strndup + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5, BeOS. +@item +This function does not NUL-terminate the result on some platforms: +AIX 5.1. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/strnlen.texi b/doc/posix-functions/strnlen.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/strnlen.texi @@ -0,0 +1,21 @@ +@node strnlen +@section @code{strnlen} +@findex strnlen + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strnlen.html} + +Gnulib module: strnlen + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, mingw, Interix 3.5. +@item +This function is buggy on some platforms: +AIX 4.3. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@end itemize diff --git a/doc/posix-functions/strsignal.texi b/doc/posix-functions/strsignal.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/strsignal.texi @@ -0,0 +1,26 @@ +@node strsignal +@section @code{strsignal} +@findex strsignal + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strsignal.html} + +Gnulib module: strsignal + +Portability problems fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, mingw. + +@item +This function does not return a string for out-of-range numbers on +some platforms: +Solaris, AIX 5.1. +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +This function returns @code{const char *} instead of @code{char *} on +some platforms: +cygwin 1.5.25. +@end itemize diff --git a/doc/posix-functions/strxfrm_l.texi b/doc/posix-functions/strxfrm_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/strxfrm_l.texi @@ -0,0 +1,18 @@ +@node strxfrm_l +@section @code{strxfrm_l} +@findex strxfrm_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/strxfrm_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/timer_gettime.texi b/doc/posix-functions/timer_gettime.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/timer_gettime.texi @@ -0,0 +1,18 @@ +@node timer_gettime +@section @code{timer_gettime} +@findex timer_gettime + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/timer_gettime.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +MacOS X 10.3, FreeBSD 6.0, IRIX 5.3, mingw, Interix 3.5, BeOS. +@end itemize diff --git a/doc/posix-functions/tolower_l.texi b/doc/posix-functions/tolower_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/tolower_l.texi @@ -0,0 +1,18 @@ +@node tolower_l +@section @code{tolower_l} +@findex tolower_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/tolower_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/toupper_l.texi b/doc/posix-functions/toupper_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/toupper_l.texi @@ -0,0 +1,18 @@ +@node toupper_l +@section @code{toupper_l} +@findex toupper_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/toupper_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/towctrans_l.texi b/doc/posix-functions/towctrans_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/towctrans_l.texi @@ -0,0 +1,18 @@ +@node towctrans_l +@section @code{towctrans_l} +@findex towctrans_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/towctrans_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/towlower_l.texi b/doc/posix-functions/towlower_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/towlower_l.texi @@ -0,0 +1,18 @@ +@node towlower_l +@section @code{towlower_l} +@findex towlower_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/towlower_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/towupper_l.texi b/doc/posix-functions/towupper_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/towupper_l.texi @@ -0,0 +1,18 @@ +@node towupper_l +@section @code{towupper_l} +@findex towupper_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/towupper_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/uselocale.texi b/doc/posix-functions/uselocale.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/uselocale.texi @@ -0,0 +1,18 @@ +@node uselocale +@section @code{uselocale} +@findex uselocale + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/uselocale.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/vdprintf.texi b/doc/posix-functions/vdprintf.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/vdprintf.texi @@ -0,0 +1,18 @@ +@node vdprintf +@section @code{vdprintf} +@findex vdprintf + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/vdprintf.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some 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. +@end itemize diff --git a/doc/posix-functions/wcpcpy.texi b/doc/posix-functions/wcpcpy.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/wcpcpy.texi @@ -0,0 +1,18 @@ +@node wcpcpy +@section @code{wcpcpy} +@findex wcpcpy + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcpcpy.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. +@end itemize diff --git a/doc/posix-functions/wcpncpy.texi b/doc/posix-functions/wcpncpy.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/wcpncpy.texi @@ -0,0 +1,18 @@ +@node wcpncpy +@section @code{wcpncpy} +@findex wcpncpy + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcpncpy.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. +@end itemize diff --git a/doc/posix-functions/wcscasecmp.texi b/doc/posix-functions/wcscasecmp.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/wcscasecmp.texi @@ -0,0 +1,18 @@ +@node wcscasecmp +@section @code{wcscasecmp} +@findex wcscasecmp + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcscasecmp.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw. +@end itemize diff --git a/doc/posix-functions/wcscasecmp_l.texi b/doc/posix-functions/wcscasecmp_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/wcscasecmp_l.texi @@ -0,0 +1,18 @@ +@node wcscasecmp_l +@section @code{wcscasecmp_l} +@findex wcscasecmp_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcscasecmp_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/wcscoll_l.texi b/doc/posix-functions/wcscoll_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/wcscoll_l.texi @@ -0,0 +1,18 @@ +@node wcscoll_l +@section @code{wcscoll_l} +@findex wcscoll_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcscoll_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/wcsdup.texi b/doc/posix-functions/wcsdup.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/wcsdup.texi @@ -0,0 +1,18 @@ +@node wcsdup +@section @code{wcsdup} +@findex wcsdup + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsdup.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, BeOS. +@end itemize diff --git a/doc/posix-functions/wcsncasecmp.texi b/doc/posix-functions/wcsncasecmp.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/wcsncasecmp.texi @@ -0,0 +1,18 @@ +@node wcsncasecmp +@section @code{wcsncasecmp} +@findex wcsncasecmp + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsncasecmp.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, BeOS. +@end itemize diff --git a/doc/posix-functions/wcsncasecmp_l.texi b/doc/posix-functions/wcsncasecmp_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/wcsncasecmp_l.texi @@ -0,0 +1,18 @@ +@node wcsncasecmp_l +@section @code{wcsncasecmp_l} +@findex wcsncasecmp_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsncasecmp_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/wcsnlen.texi b/doc/posix-functions/wcsnlen.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/wcsnlen.texi @@ -0,0 +1,18 @@ +@node wcsnlen +@section @code{wcsnlen} +@findex wcsnlen + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsnlen.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +MacOS X 10.3, FreeBSD 6.0, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. +@end itemize diff --git a/doc/posix-functions/wcsnrtombs.texi b/doc/posix-functions/wcsnrtombs.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/wcsnrtombs.texi @@ -0,0 +1,18 @@ +@node wcsnrtombs +@section @code{wcsnrtombs} +@findex wcsnrtombs + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsnrtombs.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on some platforms: +MacOS X 10.3, FreeBSD 5.2.1, NetBSD 3.0, OpenBSD 3.8, AIX 4.3.2, HP-UX 11, IRIX 6.5, OSF/1 5.1, Solaris 10, Cygwin, mingw, Interix 3.5, BeOS. +@end itemize diff --git a/doc/posix-functions/wcsxfrm_l.texi b/doc/posix-functions/wcsxfrm_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/wcsxfrm_l.texi @@ -0,0 +1,18 @@ +@node wcsxfrm_l +@section @code{wcsxfrm_l} +@findex wcsxfrm_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wcsxfrm_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/wctrans_l.texi b/doc/posix-functions/wctrans_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/wctrans_l.texi @@ -0,0 +1,18 @@ +@node wctrans_l +@section @code{wctrans_l} +@findex wctrans_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wctrans_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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 diff --git a/doc/posix-functions/wctype_l.texi b/doc/posix-functions/wctype_l.texi new file mode 100644 --- /dev/null +++ b/doc/posix-functions/wctype_l.texi @@ -0,0 +1,18 @@ +@node wctype_l +@section @code{wctype_l} +@findex wctype_l + +POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/wctype_l.html} + +Gnulib module: --- + +Portability problems fixed by Gnulib: +@itemize +@end itemize + +Portability problems not fixed by Gnulib: +@itemize +@item +This function is missing on all non-glibc 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