From e2bc86f63c5d0d0e940c2af05c4681bfc22e27bd Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 14 Dec 2008 19:08:31 +0100 Subject: [PATCH] Move documentation for glibc functions that are now in POSIX. --- ChangeLog | 165 ++++++++++ doc/gnulib.texi | 344 ++++++++++----------- .../alphasort.texi | 4 +- .../dirfd.texi | 4 +- .../dprintf.texi | 4 +- .../duplocale.texi | 4 +- .../fexecve.texi | 4 +- .../fmemopen.texi | 4 +- .../freelocale.texi | 4 +- .../getdate_err.texi | 4 +- .../isalnum_l.texi | 4 +- .../isalpha_l.texi | 4 +- .../isblank_l.texi | 4 +- .../iscntrl_l.texi | 4 +- .../isdigit_l.texi | 4 +- .../isgraph_l.texi | 4 +- .../islower_l.texi | 4 +- .../isprint_l.texi | 4 +- .../ispunct_l.texi | 4 +- .../isspace_l.texi | 4 +- .../isupper_l.texi | 4 +- .../iswalnum_l.texi | 4 +- .../iswalpha_l.texi | 4 +- .../iswblank_l.texi | 4 +- .../iswcntrl_l.texi | 4 +- .../iswctype_l.texi | 4 +- .../iswdigit_l.texi | 4 +- .../iswgraph_l.texi | 4 +- .../iswlower_l.texi | 4 +- .../iswprint_l.texi | 4 +- .../iswpunct_l.texi | 4 +- .../iswspace_l.texi | 4 +- .../iswupper_l.texi | 4 +- .../iswxdigit_l.texi | 4 +- .../isxdigit_l.texi | 4 +- .../mbsnrtowcs.texi | 4 +- .../mkdtemp.texi | 4 +- .../newlocale.texi | 4 +- .../nl_langinfo_l.texi | 4 +- .../open_memstream.texi | 4 +- .../opterr.texi | 4 +- .../optind.texi | 4 +- .../optopt.texi | 4 +- .../psignal.texi | 4 +- .../scandir.texi | 4 +- .../sched_get_priority_min.texi | 4 +- .../signgam.texi | 4 +- .../stpcpy.texi | 4 +- .../stpncpy.texi | 4 +- .../strcasecmp_l.texi | 4 +- .../strcoll_l.texi | 4 +- .../strfmon_l.texi | 4 +- .../strftime_l.texi | 4 +- .../strncasecmp_l.texi | 4 +- .../strndup.texi | 4 +- .../strnlen.texi | 4 +- .../strsignal.texi | 4 +- .../strxfrm_l.texi | 4 +- .../timer_gettime.texi | 4 +- .../tolower_l.texi | 4 +- .../toupper_l.texi | 4 +- .../towctrans_l.texi | 4 +- .../towlower_l.texi | 4 +- .../towupper_l.texi | 4 +- .../uselocale.texi | 4 +- .../vdprintf.texi | 4 +- .../wcpcpy.texi | 4 +- .../wcpncpy.texi | 4 +- .../wcscasecmp.texi | 4 +- .../wcscasecmp_l.texi | 4 +- .../wcscoll_l.texi | 4 +- .../wcsdup.texi | 4 +- .../wcsncasecmp.texi | 4 +- .../wcsncasecmp_l.texi | 4 +- .../wcsnlen.texi | 4 +- .../wcsnrtombs.texi | 4 +- .../wcsxfrm_l.texi | 4 +- .../wctrans_l.texi | 4 +- .../wctype_l.texi | 4 +- 79 files changed, 558 insertions(+), 259 deletions(-) rename doc/{glibc-functions => posix-functions}/alphasort.texi (66%) rename doc/{glibc-functions => posix-functions}/dirfd.texi (73%) rename doc/{glibc-functions => posix-functions}/dprintf.texi (75%) rename doc/{glibc-functions => posix-functions}/duplocale.texi (74%) rename doc/{glibc-functions => posix-functions}/fexecve.texi (75%) rename doc/{glibc-functions => posix-functions}/fmemopen.texi (75%) rename doc/{glibc-functions => posix-functions}/freelocale.texi (74%) rename doc/{glibc-functions => posix-functions}/getdate_err.texi (71%) rename doc/{glibc-functions => posix-functions}/isalnum_l.texi (74%) rename doc/{glibc-functions => posix-functions}/isalpha_l.texi (74%) rename doc/{glibc-functions => posix-functions}/isblank_l.texi (74%) rename doc/{glibc-functions => posix-functions}/iscntrl_l.texi (74%) rename doc/{glibc-functions => posix-functions}/isdigit_l.texi (74%) rename doc/{glibc-functions => posix-functions}/isgraph_l.texi (74%) rename doc/{glibc-functions => posix-functions}/islower_l.texi (74%) rename doc/{glibc-functions => posix-functions}/isprint_l.texi (74%) rename doc/{glibc-functions => posix-functions}/ispunct_l.texi (74%) rename doc/{glibc-functions => posix-functions}/isspace_l.texi (74%) rename doc/{glibc-functions => posix-functions}/isupper_l.texi (74%) rename doc/{glibc-functions => posix-functions}/iswalnum_l.texi (74%) rename doc/{glibc-functions => posix-functions}/iswalpha_l.texi (74%) rename doc/{glibc-functions => posix-functions}/iswblank_l.texi (74%) rename doc/{glibc-functions => posix-functions}/iswcntrl_l.texi (74%) rename doc/{glibc-functions => posix-functions}/iswctype_l.texi (74%) rename doc/{glibc-functions => posix-functions}/iswdigit_l.texi (74%) rename doc/{glibc-functions => posix-functions}/iswgraph_l.texi (74%) rename doc/{glibc-functions => posix-functions}/iswlower_l.texi (74%) rename doc/{glibc-functions => posix-functions}/iswprint_l.texi (74%) rename doc/{glibc-functions => posix-functions}/iswpunct_l.texi (74%) rename doc/{glibc-functions => posix-functions}/iswspace_l.texi (74%) rename doc/{glibc-functions => posix-functions}/iswupper_l.texi (74%) rename doc/{glibc-functions => posix-functions}/iswxdigit_l.texi (74%) rename doc/{glibc-functions => posix-functions}/isxdigit_l.texi (74%) rename doc/{glibc-functions => posix-functions}/mbsnrtowcs.texi (74%) rename doc/{glibc-functions => posix-functions}/mkdtemp.texi (71%) rename doc/{glibc-functions => posix-functions}/newlocale.texi (74%) rename doc/{glibc-functions => posix-functions}/nl_langinfo_l.texi (74%) rename doc/{glibc-functions => posix-functions}/open_memstream.texi (73%) rename doc/{glibc-functions => posix-functions}/opterr.texi (67%) rename doc/{glibc-functions => posix-functions}/optind.texi (67%) rename doc/{glibc-functions => posix-functions}/optopt.texi (68%) rename doc/{glibc-functions => posix-functions}/psignal.texi (68%) rename doc/{glibc-functions => posix-functions}/scandir.texi (67%) rename doc/{glibc-functions => posix-functions}/sched_get_priority_min.texi (66%) rename doc/{glibc-functions => posix-functions}/signgam.texi (70%) rename doc/{glibc-functions => posix-functions}/stpcpy.texi (73%) rename doc/{glibc-functions => posix-functions}/stpncpy.texi (78%) rename doc/{glibc-functions => posix-functions}/strcasecmp_l.texi (74%) rename doc/{glibc-functions => posix-functions}/strcoll_l.texi (74%) rename doc/{glibc-functions => posix-functions}/strfmon_l.texi (74%) rename doc/{glibc-functions => posix-functions}/strftime_l.texi (74%) rename doc/{glibc-functions => posix-functions}/strncasecmp_l.texi (74%) rename doc/{glibc-functions => posix-functions}/strndup.texi (78%) rename doc/{glibc-functions => posix-functions}/strnlen.texi (77%) rename doc/{glibc-functions => posix-functions}/strsignal.texi (79%) rename doc/{glibc-functions => posix-functions}/strxfrm_l.texi (74%) rename doc/{glibc-functions => posix-functions}/timer_gettime.texi (69%) rename doc/{glibc-functions => posix-functions}/tolower_l.texi (74%) rename doc/{glibc-functions => posix-functions}/toupper_l.texi (74%) rename doc/{glibc-functions => posix-functions}/towctrans_l.texi (74%) rename doc/{glibc-functions => posix-functions}/towlower_l.texi (74%) rename doc/{glibc-functions => posix-functions}/towupper_l.texi (74%) rename doc/{glibc-functions => posix-functions}/uselocale.texi (74%) rename doc/{glibc-functions => posix-functions}/vdprintf.texi (74%) rename doc/{glibc-functions => posix-functions}/wcpcpy.texi (75%) rename doc/{glibc-functions => posix-functions}/wcpncpy.texi (75%) rename doc/{glibc-functions => posix-functions}/wcscasecmp.texi (73%) rename doc/{glibc-functions => posix-functions}/wcscasecmp_l.texi (74%) rename doc/{glibc-functions => posix-functions}/wcscoll_l.texi (74%) rename doc/{glibc-functions => posix-functions}/wcsdup.texi (74%) rename doc/{glibc-functions => posix-functions}/wcsncasecmp.texi (73%) rename doc/{glibc-functions => posix-functions}/wcsncasecmp_l.texi (74%) rename doc/{glibc-functions => posix-functions}/wcsnlen.texi (75%) rename doc/{glibc-functions => posix-functions}/wcsnrtombs.texi (74%) rename doc/{glibc-functions => posix-functions}/wcsxfrm_l.texi (74%) rename doc/{glibc-functions => posix-functions}/wctrans_l.texi (74%) rename doc/{glibc-functions => posix-functions}/wctype_l.texi (75%) diff --git a/ChangeLog b/ChangeLog index 4f31031db..7faac2b60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,171 @@ 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. * doc/posix-functions/*.texi: Update URL of POSIX specification. 2008-12-14 Bruno Haible diff --git a/doc/gnulib.texi b/doc/gnulib.texi index 63251680f..845f083eb 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -692,6 +692,7 @@ by Gnulib. * aio_suspend:: * aio_write:: * alarm:: +* alphasort:: * asctime:: * asctime_r:: * asin:: @@ -839,15 +840,18 @@ by Gnulib. * dbm_open:: * dbm_store:: * difftime:: +* dirfd:: * dirname:: * div:: * dlclose:: * dlerror:: * dlopen:: * dlsym:: +* dprintf:: * drand48:: * dup:: * dup2:: +* duplocale:: * encrypt:: * endgrent:: * endhostent:: @@ -909,6 +913,7 @@ by Gnulib. * fesetround:: * fetestexcept:: * feupdateenv:: +* fexecve:: * fflush:: * ffs:: * fgetc:: @@ -927,6 +932,7 @@ by Gnulib. * fmax:: * fmaxf:: * fmaxl:: +* fmemopen:: * fmin:: * fminf:: * fminl:: @@ -947,6 +953,7 @@ by Gnulib. * fread:: * free:: * freeaddrinfo:: +* freelocale:: * freopen:: * frexp:: * frexpf:: @@ -977,6 +984,7 @@ by Gnulib. * getchar_unlocked:: * getcwd:: * getdate:: +* getdate_err:: * getdelim:: * getegid:: * getenv:: @@ -1066,15 +1074,21 @@ by Gnulib. * 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 @@ by Gnulib. * 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 @@ by Gnulib. * mbrlen:: * mbrtowc:: * mbsinit:: +* mbsnrtowcs:: * mbsrtowcs:: * mbstowcs:: * mbtowc:: @@ -1177,6 +1211,7 @@ by Gnulib. * memmove:: * memset:: * mkdir:: +* mkdtemp:: * mkfifo:: * mknod:: * mkstemp:: @@ -1214,6 +1249,7 @@ by Gnulib. * nearbyint:: * nearbyintf:: * nearbyintl:: +* newlocale:: * nextafter:: * nextafterf:: * nextafterl:: @@ -1223,13 +1259,18 @@ by Gnulib. * 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 @@ by Gnulib. * pread:: * printf:: * pselect:: +* psignal:: * pthread_atfork:: * pthread_attr_destroy:: * pthread_attr_getdetachstate:: @@ -1477,8 +1519,10 @@ by Gnulib. * 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 @@ by Gnulib. * siglongjmp:: * signal:: * signbit:: +* signgam:: * sigpause:: * sigpending:: * sigprocmask:: @@ -1587,26 +1632,36 @@ by Gnulib. * 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 @@ by Gnulib. * strtoull:: * strtoumax:: * strxfrm:: +* strxfrm_l:: * swab:: * swprintf:: * swscanf:: @@ -1655,6 +1711,7 @@ by Gnulib. * timer_create:: * timer_delete:: * timer_getoverrun:: +* timer_gettime:: * timer_settime:: * times:: * timezone:: @@ -1662,10 +1719,15 @@ by Gnulib. * tmpnam:: * toascii:: * tolower:: +* tolower_l:: * toupper:: +* toupper_l:: * towctrans:: +* towctrans_l:: * towlower:: +* towlower_l:: * towupper:: +* towupper_l:: * trunc:: * truncate:: * truncf:: @@ -1684,12 +1746,14 @@ by Gnulib. * unlink:: * unlockpt:: * unsetenv:: +* uselocale:: * utime:: * utimes:: * va_arg:: * va_copy:: * va_end:: * va_start:: +* vdprintf:: * vfprintf:: * vfscanf:: * vfwprintf:: @@ -1706,18 +1770,28 @@ by Gnulib. * 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 @@ by Gnulib. * wcstoumax:: * wcswidth:: * wcsxfrm:: +* wcsxfrm_l:: * wctob:: * wctomb:: * wctrans:: +* wctrans_l:: * wctype:: +* wctype_l:: * wcwidth:: * wmemchr:: * wmemcmp:: @@ -1786,6 +1863,7 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ by Gnulib. @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 @@ This list of functions is sorted according to the header that declares them. * 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 @@ This list of functions is sorted according to the header that declares them. * Glibc utmp.h:: * Glibc utmpx.h:: * Glibc wchar.h:: -* Glibc wctype.h:: @end menu @c @node Glibc a.out.h @@ -3291,54 +3441,20 @@ This list of functions is sorted according to the header that declares them. @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 @@ This list of functions is sorted according to the header that declares them. @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 @@ This list of functions is sorted according to the header that declares them. @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 @@ This list of functions is sorted according to the header that declares them. @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 @@ This list of functions is sorted according to the header that declares them. * pow10l:: * scalbf:: * scalbl:: -* signgam:: * significand:: * significandf:: * significandl:: @@ -3772,7 +3863,6 @@ This list of functions is sorted according to the header that declares them. @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 @@ This list of functions is sorted according to the header that declares them. @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 @@ This list of functions is sorted according to the header that declares them. @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 @@ This list of functions is sorted according to the header that declares them. @menu * gsignal:: -* psignal:: * sigandset:: * sigblock:: * siggetmask:: @@ -4814,7 +4895,6 @@ This list of functions is sorted according to the header that declares them. @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 @@ This list of functions is sorted according to the header that declares them. @menu * asprintf:: * cuserid:: -* dprintf:: * clearerr_unlocked:: * fcloseall:: * feof_unlocked:: @@ -4858,14 +4937,12 @@ This list of functions is sorted according to the header that declares them. * 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 @@ This list of functions is sorted according to the header that declares them. * 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 @@ This list of functions is sorted according to the header that declares them. @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 @@ This list of functions is sorted according to the header that declares them. @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 @@ This list of functions is sorted according to the header that declares them. * jrand48_r:: * lcong48_r:: * lrand48_r:: -* mkdtemp:: * mrand48_r:: * nrand48_r:: * on_exit:: @@ -4962,7 +5033,6 @@ This list of functions is sorted according to the header that declares them. @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 @@ This list of functions is sorted according to the header that declares them. * 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 @@ This list of functions is sorted according to the header that declares them. @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 @@ This list of functions is sorted according to the header that declares them. @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 @@ This list of functions is sorted according to the header that declares them. * daemon:: * endusershell:: * euidaccess:: -* fexecve:: * get_current_dir_name:: * getdomainname:: * getdtablesize:: @@ -5572,7 +5617,6 @@ This list of functions is sorted according to the header that declares them. @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 @@ This list of functions is sorted according to the header that declares them. * 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 @@ This list of functions is sorted according to the header that declares them. * wcstoul_l:: * wcstoull_l:: * wcstouq:: -* wcsxfrm_l:: * wmempcpy:: @end menu @@ -5687,21 +5719,10 @@ This list of functions is sorted according to the header that declares them. @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 @@ This list of functions is sorted according to the header that declares them. @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/glibc-functions/alphasort.texi b/doc/posix-functions/alphasort.texi similarity index 66% rename from doc/glibc-functions/alphasort.texi rename to doc/posix-functions/alphasort.texi index 071658ea8..2d2a02b68 100644 --- a/doc/glibc-functions/alphasort.texi +++ b/doc/posix-functions/alphasort.texi @@ -1,7 +1,9 @@ @node alphasort -@subsection @code{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: diff --git a/doc/glibc-functions/dirfd.texi b/doc/posix-functions/dirfd.texi similarity index 73% rename from doc/glibc-functions/dirfd.texi rename to doc/posix-functions/dirfd.texi index 03abe1353..601fab87d 100644 --- a/doc/glibc-functions/dirfd.texi +++ b/doc/posix-functions/dirfd.texi @@ -1,7 +1,9 @@ @node dirfd -@subsection @code{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: diff --git a/doc/glibc-functions/dprintf.texi b/doc/posix-functions/dprintf.texi similarity index 75% rename from doc/glibc-functions/dprintf.texi rename to doc/posix-functions/dprintf.texi index 6b7151018..f74842513 100644 --- a/doc/glibc-functions/dprintf.texi +++ b/doc/posix-functions/dprintf.texi @@ -1,7 +1,9 @@ @node dprintf -@subsection @code{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: diff --git a/doc/glibc-functions/duplocale.texi b/doc/posix-functions/duplocale.texi similarity index 74% rename from doc/glibc-functions/duplocale.texi rename to doc/posix-functions/duplocale.texi index 7ed56193d..6bae698ba 100644 --- a/doc/glibc-functions/duplocale.texi +++ b/doc/posix-functions/duplocale.texi @@ -1,7 +1,9 @@ @node duplocale -@subsection @code{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: diff --git a/doc/glibc-functions/fexecve.texi b/doc/posix-functions/fexecve.texi similarity index 75% rename from doc/glibc-functions/fexecve.texi rename to doc/posix-functions/fexecve.texi index 6a424ec13..a8424dee3 100644 --- a/doc/glibc-functions/fexecve.texi +++ b/doc/posix-functions/fexecve.texi @@ -1,7 +1,9 @@ @node fexecve -@subsection @code{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: diff --git a/doc/glibc-functions/fmemopen.texi b/doc/posix-functions/fmemopen.texi similarity index 75% rename from doc/glibc-functions/fmemopen.texi rename to doc/posix-functions/fmemopen.texi index fd28c9f9a..e785b8a66 100644 --- a/doc/glibc-functions/fmemopen.texi +++ b/doc/posix-functions/fmemopen.texi @@ -1,7 +1,9 @@ @node fmemopen -@subsection @code{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: diff --git a/doc/glibc-functions/freelocale.texi b/doc/posix-functions/freelocale.texi similarity index 74% rename from doc/glibc-functions/freelocale.texi rename to doc/posix-functions/freelocale.texi index 2f266e393..bb1044f0c 100644 --- a/doc/glibc-functions/freelocale.texi +++ b/doc/posix-functions/freelocale.texi @@ -1,7 +1,9 @@ @node freelocale -@subsection @code{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: diff --git a/doc/glibc-functions/getdate_err.texi b/doc/posix-functions/getdate_err.texi similarity index 71% rename from doc/glibc-functions/getdate_err.texi rename to doc/posix-functions/getdate_err.texi index 5036b35e8..3e15bc0a1 100644 --- a/doc/glibc-functions/getdate_err.texi +++ b/doc/posix-functions/getdate_err.texi @@ -1,7 +1,9 @@ @node getdate_err -@subsection @code{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: diff --git a/doc/glibc-functions/isalnum_l.texi b/doc/posix-functions/isalnum_l.texi similarity index 74% rename from doc/glibc-functions/isalnum_l.texi rename to doc/posix-functions/isalnum_l.texi index faa69e887..46ecda042 100644 --- a/doc/glibc-functions/isalnum_l.texi +++ b/doc/posix-functions/isalnum_l.texi @@ -1,7 +1,9 @@ @node isalnum_l -@subsection @code{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: diff --git a/doc/glibc-functions/isalpha_l.texi b/doc/posix-functions/isalpha_l.texi similarity index 74% rename from doc/glibc-functions/isalpha_l.texi rename to doc/posix-functions/isalpha_l.texi index 3d1be1d48..3a172e276 100644 --- a/doc/glibc-functions/isalpha_l.texi +++ b/doc/posix-functions/isalpha_l.texi @@ -1,7 +1,9 @@ @node isalpha_l -@subsection @code{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: diff --git a/doc/glibc-functions/isblank_l.texi b/doc/posix-functions/isblank_l.texi similarity index 74% rename from doc/glibc-functions/isblank_l.texi rename to doc/posix-functions/isblank_l.texi index 3740a6627..4d1e32bb0 100644 --- a/doc/glibc-functions/isblank_l.texi +++ b/doc/posix-functions/isblank_l.texi @@ -1,7 +1,9 @@ @node isblank_l -@subsection @code{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: diff --git a/doc/glibc-functions/iscntrl_l.texi b/doc/posix-functions/iscntrl_l.texi similarity index 74% rename from doc/glibc-functions/iscntrl_l.texi rename to doc/posix-functions/iscntrl_l.texi index ab0860073..1c6d0b440 100644 --- a/doc/glibc-functions/iscntrl_l.texi +++ b/doc/posix-functions/iscntrl_l.texi @@ -1,7 +1,9 @@ @node iscntrl_l -@subsection @code{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: diff --git a/doc/glibc-functions/isdigit_l.texi b/doc/posix-functions/isdigit_l.texi similarity index 74% rename from doc/glibc-functions/isdigit_l.texi rename to doc/posix-functions/isdigit_l.texi index 137e2805f..302b9c046 100644 --- a/doc/glibc-functions/isdigit_l.texi +++ b/doc/posix-functions/isdigit_l.texi @@ -1,7 +1,9 @@ @node isdigit_l -@subsection @code{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: diff --git a/doc/glibc-functions/isgraph_l.texi b/doc/posix-functions/isgraph_l.texi similarity index 74% rename from doc/glibc-functions/isgraph_l.texi rename to doc/posix-functions/isgraph_l.texi index 855ae6773..89acc5c82 100644 --- a/doc/glibc-functions/isgraph_l.texi +++ b/doc/posix-functions/isgraph_l.texi @@ -1,7 +1,9 @@ @node isgraph_l -@subsection @code{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: diff --git a/doc/glibc-functions/islower_l.texi b/doc/posix-functions/islower_l.texi similarity index 74% rename from doc/glibc-functions/islower_l.texi rename to doc/posix-functions/islower_l.texi index 7f14340f9..cde4c383a 100644 --- a/doc/glibc-functions/islower_l.texi +++ b/doc/posix-functions/islower_l.texi @@ -1,7 +1,9 @@ @node islower_l -@subsection @code{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: diff --git a/doc/glibc-functions/isprint_l.texi b/doc/posix-functions/isprint_l.texi similarity index 74% rename from doc/glibc-functions/isprint_l.texi rename to doc/posix-functions/isprint_l.texi index 7d3f62a78..4bd0f6bec 100644 --- a/doc/glibc-functions/isprint_l.texi +++ b/doc/posix-functions/isprint_l.texi @@ -1,7 +1,9 @@ @node isprint_l -@subsection @code{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: diff --git a/doc/glibc-functions/ispunct_l.texi b/doc/posix-functions/ispunct_l.texi similarity index 74% rename from doc/glibc-functions/ispunct_l.texi rename to doc/posix-functions/ispunct_l.texi index a976b8912..4ec05b25e 100644 --- a/doc/glibc-functions/ispunct_l.texi +++ b/doc/posix-functions/ispunct_l.texi @@ -1,7 +1,9 @@ @node ispunct_l -@subsection @code{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: diff --git a/doc/glibc-functions/isspace_l.texi b/doc/posix-functions/isspace_l.texi similarity index 74% rename from doc/glibc-functions/isspace_l.texi rename to doc/posix-functions/isspace_l.texi index b092a336e..ef9f8062a 100644 --- a/doc/glibc-functions/isspace_l.texi +++ b/doc/posix-functions/isspace_l.texi @@ -1,7 +1,9 @@ @node isspace_l -@subsection @code{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: diff --git a/doc/glibc-functions/isupper_l.texi b/doc/posix-functions/isupper_l.texi similarity index 74% rename from doc/glibc-functions/isupper_l.texi rename to doc/posix-functions/isupper_l.texi index 6714796f5..1a23bee5c 100644 --- a/doc/glibc-functions/isupper_l.texi +++ b/doc/posix-functions/isupper_l.texi @@ -1,7 +1,9 @@ @node isupper_l -@subsection @code{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: diff --git a/doc/glibc-functions/iswalnum_l.texi b/doc/posix-functions/iswalnum_l.texi similarity index 74% rename from doc/glibc-functions/iswalnum_l.texi rename to doc/posix-functions/iswalnum_l.texi index 5c3fb9940..48ee7d2f7 100644 --- a/doc/glibc-functions/iswalnum_l.texi +++ b/doc/posix-functions/iswalnum_l.texi @@ -1,7 +1,9 @@ @node iswalnum_l -@subsection @code{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: diff --git a/doc/glibc-functions/iswalpha_l.texi b/doc/posix-functions/iswalpha_l.texi similarity index 74% rename from doc/glibc-functions/iswalpha_l.texi rename to doc/posix-functions/iswalpha_l.texi index 358e828f3..00a40eefb 100644 --- a/doc/glibc-functions/iswalpha_l.texi +++ b/doc/posix-functions/iswalpha_l.texi @@ -1,7 +1,9 @@ @node iswalpha_l -@subsection @code{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: diff --git a/doc/glibc-functions/iswblank_l.texi b/doc/posix-functions/iswblank_l.texi similarity index 74% rename from doc/glibc-functions/iswblank_l.texi rename to doc/posix-functions/iswblank_l.texi index 3f118a289..a0e0b1aa7 100644 --- a/doc/glibc-functions/iswblank_l.texi +++ b/doc/posix-functions/iswblank_l.texi @@ -1,7 +1,9 @@ @node iswblank_l -@subsection @code{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: diff --git a/doc/glibc-functions/iswcntrl_l.texi b/doc/posix-functions/iswcntrl_l.texi similarity index 74% rename from doc/glibc-functions/iswcntrl_l.texi rename to doc/posix-functions/iswcntrl_l.texi index 7bde8d5db..96fa0b553 100644 --- a/doc/glibc-functions/iswcntrl_l.texi +++ b/doc/posix-functions/iswcntrl_l.texi @@ -1,7 +1,9 @@ @node iswcntrl_l -@subsection @code{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: diff --git a/doc/glibc-functions/iswctype_l.texi b/doc/posix-functions/iswctype_l.texi similarity index 74% rename from doc/glibc-functions/iswctype_l.texi rename to doc/posix-functions/iswctype_l.texi index 546b79a8d..bf1e70ba1 100644 --- a/doc/glibc-functions/iswctype_l.texi +++ b/doc/posix-functions/iswctype_l.texi @@ -1,7 +1,9 @@ @node iswctype_l -@subsection @code{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: diff --git a/doc/glibc-functions/iswdigit_l.texi b/doc/posix-functions/iswdigit_l.texi similarity index 74% rename from doc/glibc-functions/iswdigit_l.texi rename to doc/posix-functions/iswdigit_l.texi index 5e406a0f0..12f1d18a3 100644 --- a/doc/glibc-functions/iswdigit_l.texi +++ b/doc/posix-functions/iswdigit_l.texi @@ -1,7 +1,9 @@ @node iswdigit_l -@subsection @code{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: diff --git a/doc/glibc-functions/iswgraph_l.texi b/doc/posix-functions/iswgraph_l.texi similarity index 74% rename from doc/glibc-functions/iswgraph_l.texi rename to doc/posix-functions/iswgraph_l.texi index 59edcabb5..4168dcb72 100644 --- a/doc/glibc-functions/iswgraph_l.texi +++ b/doc/posix-functions/iswgraph_l.texi @@ -1,7 +1,9 @@ @node iswgraph_l -@subsection @code{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: diff --git a/doc/glibc-functions/iswlower_l.texi b/doc/posix-functions/iswlower_l.texi similarity index 74% rename from doc/glibc-functions/iswlower_l.texi rename to doc/posix-functions/iswlower_l.texi index 38034b962..7e19b1605 100644 --- a/doc/glibc-functions/iswlower_l.texi +++ b/doc/posix-functions/iswlower_l.texi @@ -1,7 +1,9 @@ @node iswlower_l -@subsection @code{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: diff --git a/doc/glibc-functions/iswprint_l.texi b/doc/posix-functions/iswprint_l.texi similarity index 74% rename from doc/glibc-functions/iswprint_l.texi rename to doc/posix-functions/iswprint_l.texi index 9be337f78..01fbdc14e 100644 --- a/doc/glibc-functions/iswprint_l.texi +++ b/doc/posix-functions/iswprint_l.texi @@ -1,7 +1,9 @@ @node iswprint_l -@subsection @code{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: diff --git a/doc/glibc-functions/iswpunct_l.texi b/doc/posix-functions/iswpunct_l.texi similarity index 74% rename from doc/glibc-functions/iswpunct_l.texi rename to doc/posix-functions/iswpunct_l.texi index f7949b520..70ceafb96 100644 --- a/doc/glibc-functions/iswpunct_l.texi +++ b/doc/posix-functions/iswpunct_l.texi @@ -1,7 +1,9 @@ @node iswpunct_l -@subsection @code{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: diff --git a/doc/glibc-functions/iswspace_l.texi b/doc/posix-functions/iswspace_l.texi similarity index 74% rename from doc/glibc-functions/iswspace_l.texi rename to doc/posix-functions/iswspace_l.texi index c9acd3aff..3b06611fc 100644 --- a/doc/glibc-functions/iswspace_l.texi +++ b/doc/posix-functions/iswspace_l.texi @@ -1,7 +1,9 @@ @node iswspace_l -@subsection @code{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: diff --git a/doc/glibc-functions/iswupper_l.texi b/doc/posix-functions/iswupper_l.texi similarity index 74% rename from doc/glibc-functions/iswupper_l.texi rename to doc/posix-functions/iswupper_l.texi index 8359c7714..567b88d2c 100644 --- a/doc/glibc-functions/iswupper_l.texi +++ b/doc/posix-functions/iswupper_l.texi @@ -1,7 +1,9 @@ @node iswupper_l -@subsection @code{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: diff --git a/doc/glibc-functions/iswxdigit_l.texi b/doc/posix-functions/iswxdigit_l.texi similarity index 74% rename from doc/glibc-functions/iswxdigit_l.texi rename to doc/posix-functions/iswxdigit_l.texi index 1d92b148f..24c50494b 100644 --- a/doc/glibc-functions/iswxdigit_l.texi +++ b/doc/posix-functions/iswxdigit_l.texi @@ -1,7 +1,9 @@ @node iswxdigit_l -@subsection @code{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: diff --git a/doc/glibc-functions/isxdigit_l.texi b/doc/posix-functions/isxdigit_l.texi similarity index 74% rename from doc/glibc-functions/isxdigit_l.texi rename to doc/posix-functions/isxdigit_l.texi index 17bafc0da..86fd521bd 100644 --- a/doc/glibc-functions/isxdigit_l.texi +++ b/doc/posix-functions/isxdigit_l.texi @@ -1,7 +1,9 @@ @node isxdigit_l -@subsection @code{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: diff --git a/doc/glibc-functions/mbsnrtowcs.texi b/doc/posix-functions/mbsnrtowcs.texi similarity index 74% rename from doc/glibc-functions/mbsnrtowcs.texi rename to doc/posix-functions/mbsnrtowcs.texi index 7a308aba3..b85aca3b0 100644 --- a/doc/glibc-functions/mbsnrtowcs.texi +++ b/doc/posix-functions/mbsnrtowcs.texi @@ -1,7 +1,9 @@ @node mbsnrtowcs -@subsection @code{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: diff --git a/doc/glibc-functions/mkdtemp.texi b/doc/posix-functions/mkdtemp.texi similarity index 71% rename from doc/glibc-functions/mkdtemp.texi rename to doc/posix-functions/mkdtemp.texi index 5417b15ee..5322078d4 100644 --- a/doc/glibc-functions/mkdtemp.texi +++ b/doc/posix-functions/mkdtemp.texi @@ -1,7 +1,9 @@ @node mkdtemp -@subsection @code{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: diff --git a/doc/glibc-functions/newlocale.texi b/doc/posix-functions/newlocale.texi similarity index 74% rename from doc/glibc-functions/newlocale.texi rename to doc/posix-functions/newlocale.texi index 08007d22e..458e26218 100644 --- a/doc/glibc-functions/newlocale.texi +++ b/doc/posix-functions/newlocale.texi @@ -1,7 +1,9 @@ @node newlocale -@subsection @code{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: diff --git a/doc/glibc-functions/nl_langinfo_l.texi b/doc/posix-functions/nl_langinfo_l.texi similarity index 74% rename from doc/glibc-functions/nl_langinfo_l.texi rename to doc/posix-functions/nl_langinfo_l.texi index 466cec000..25034909a 100644 --- a/doc/glibc-functions/nl_langinfo_l.texi +++ b/doc/posix-functions/nl_langinfo_l.texi @@ -1,7 +1,9 @@ @node nl_langinfo_l -@subsection @code{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: diff --git a/doc/glibc-functions/open_memstream.texi b/doc/posix-functions/open_memstream.texi similarity index 73% rename from doc/glibc-functions/open_memstream.texi rename to doc/posix-functions/open_memstream.texi index 6e5f24c5a..4c972e45e 100644 --- a/doc/glibc-functions/open_memstream.texi +++ b/doc/posix-functions/open_memstream.texi @@ -1,7 +1,9 @@ @node open_memstream -@subsection @code{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: diff --git a/doc/glibc-functions/opterr.texi b/doc/posix-functions/opterr.texi similarity index 67% rename from doc/glibc-functions/opterr.texi rename to doc/posix-functions/opterr.texi index a0a370029..ca6f28d9a 100644 --- a/doc/glibc-functions/opterr.texi +++ b/doc/posix-functions/opterr.texi @@ -1,7 +1,9 @@ @node opterr -@subsection @code{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: diff --git a/doc/glibc-functions/optind.texi b/doc/posix-functions/optind.texi similarity index 67% rename from doc/glibc-functions/optind.texi rename to doc/posix-functions/optind.texi index 5b22456d6..08a9db4ee 100644 --- a/doc/glibc-functions/optind.texi +++ b/doc/posix-functions/optind.texi @@ -1,7 +1,9 @@ @node optind -@subsection @code{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: diff --git a/doc/glibc-functions/optopt.texi b/doc/posix-functions/optopt.texi similarity index 68% rename from doc/glibc-functions/optopt.texi rename to doc/posix-functions/optopt.texi index bc6fd84c7..80831c3da 100644 --- a/doc/glibc-functions/optopt.texi +++ b/doc/posix-functions/optopt.texi @@ -1,7 +1,9 @@ @node optopt -@subsection @code{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: diff --git a/doc/glibc-functions/psignal.texi b/doc/posix-functions/psignal.texi similarity index 68% rename from doc/glibc-functions/psignal.texi rename to doc/posix-functions/psignal.texi index f7cb2db52..7bb7ec451 100644 --- a/doc/glibc-functions/psignal.texi +++ b/doc/posix-functions/psignal.texi @@ -1,7 +1,9 @@ @node psignal -@subsection @code{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: diff --git a/doc/glibc-functions/scandir.texi b/doc/posix-functions/scandir.texi similarity index 67% rename from doc/glibc-functions/scandir.texi rename to doc/posix-functions/scandir.texi index 0844a409c..5735877bd 100644 --- a/doc/glibc-functions/scandir.texi +++ b/doc/posix-functions/scandir.texi @@ -1,7 +1,9 @@ @node scandir -@subsection @code{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: diff --git a/doc/glibc-functions/sched_get_priority_min.texi b/doc/posix-functions/sched_get_priority_min.texi similarity index 66% rename from doc/glibc-functions/sched_get_priority_min.texi rename to doc/posix-functions/sched_get_priority_min.texi index fbbf6d6b5..cfef85270 100644 --- a/doc/glibc-functions/sched_get_priority_min.texi +++ b/doc/posix-functions/sched_get_priority_min.texi @@ -1,7 +1,9 @@ @node sched_get_priority_min -@subsection @code{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: diff --git a/doc/glibc-functions/signgam.texi b/doc/posix-functions/signgam.texi similarity index 70% rename from doc/glibc-functions/signgam.texi rename to doc/posix-functions/signgam.texi index 9fd73a811..52d2144e9 100644 --- a/doc/glibc-functions/signgam.texi +++ b/doc/posix-functions/signgam.texi @@ -1,7 +1,9 @@ @node signgam -@subsection @code{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: diff --git a/doc/glibc-functions/stpcpy.texi b/doc/posix-functions/stpcpy.texi similarity index 73% rename from doc/glibc-functions/stpcpy.texi rename to doc/posix-functions/stpcpy.texi index ab0062c93..60bb65f95 100644 --- a/doc/glibc-functions/stpcpy.texi +++ b/doc/posix-functions/stpcpy.texi @@ -1,7 +1,9 @@ @node stpcpy -@subsection @code{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: diff --git a/doc/glibc-functions/stpncpy.texi b/doc/posix-functions/stpncpy.texi similarity index 78% rename from doc/glibc-functions/stpncpy.texi rename to doc/posix-functions/stpncpy.texi index c2e4449ab..11e556a3e 100644 --- a/doc/glibc-functions/stpncpy.texi +++ b/doc/posix-functions/stpncpy.texi @@ -1,7 +1,9 @@ @node stpncpy -@subsection @code{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: diff --git a/doc/glibc-functions/strcasecmp_l.texi b/doc/posix-functions/strcasecmp_l.texi similarity index 74% rename from doc/glibc-functions/strcasecmp_l.texi rename to doc/posix-functions/strcasecmp_l.texi index 5898e080a..fd0b59959 100644 --- a/doc/glibc-functions/strcasecmp_l.texi +++ b/doc/posix-functions/strcasecmp_l.texi @@ -1,7 +1,9 @@ @node strcasecmp_l -@subsection @code{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: diff --git a/doc/glibc-functions/strcoll_l.texi b/doc/posix-functions/strcoll_l.texi similarity index 74% rename from doc/glibc-functions/strcoll_l.texi rename to doc/posix-functions/strcoll_l.texi index dc8c35f8b..b84a26995 100644 --- a/doc/glibc-functions/strcoll_l.texi +++ b/doc/posix-functions/strcoll_l.texi @@ -1,7 +1,9 @@ @node strcoll_l -@subsection @code{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: diff --git a/doc/glibc-functions/strfmon_l.texi b/doc/posix-functions/strfmon_l.texi similarity index 74% rename from doc/glibc-functions/strfmon_l.texi rename to doc/posix-functions/strfmon_l.texi index 79a86d929..c9e43e06c 100644 --- a/doc/glibc-functions/strfmon_l.texi +++ b/doc/posix-functions/strfmon_l.texi @@ -1,7 +1,9 @@ @node strfmon_l -@subsection @code{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: diff --git a/doc/glibc-functions/strftime_l.texi b/doc/posix-functions/strftime_l.texi similarity index 74% rename from doc/glibc-functions/strftime_l.texi rename to doc/posix-functions/strftime_l.texi index cecda4737..5b1540d4f 100644 --- a/doc/glibc-functions/strftime_l.texi +++ b/doc/posix-functions/strftime_l.texi @@ -1,7 +1,9 @@ @node strftime_l -@subsection @code{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: diff --git a/doc/glibc-functions/strncasecmp_l.texi b/doc/posix-functions/strncasecmp_l.texi similarity index 74% rename from doc/glibc-functions/strncasecmp_l.texi rename to doc/posix-functions/strncasecmp_l.texi index 2209c7f8c..40cc5d4b1 100644 --- a/doc/glibc-functions/strncasecmp_l.texi +++ b/doc/posix-functions/strncasecmp_l.texi @@ -1,7 +1,9 @@ @node strncasecmp_l -@subsection @code{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: diff --git a/doc/glibc-functions/strndup.texi b/doc/posix-functions/strndup.texi similarity index 78% rename from doc/glibc-functions/strndup.texi rename to doc/posix-functions/strndup.texi index de6b8c6fd..e243d2de2 100644 --- a/doc/glibc-functions/strndup.texi +++ b/doc/posix-functions/strndup.texi @@ -1,7 +1,9 @@ @node strndup -@subsection @code{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: diff --git a/doc/glibc-functions/strnlen.texi b/doc/posix-functions/strnlen.texi similarity index 77% rename from doc/glibc-functions/strnlen.texi rename to doc/posix-functions/strnlen.texi index fca1e5054..abed883bf 100644 --- a/doc/glibc-functions/strnlen.texi +++ b/doc/posix-functions/strnlen.texi @@ -1,7 +1,9 @@ @node strnlen -@subsection @code{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: diff --git a/doc/glibc-functions/strsignal.texi b/doc/posix-functions/strsignal.texi similarity index 79% rename from doc/glibc-functions/strsignal.texi rename to doc/posix-functions/strsignal.texi index 65c0b1b96..d2aabb1c8 100644 --- a/doc/glibc-functions/strsignal.texi +++ b/doc/posix-functions/strsignal.texi @@ -1,7 +1,9 @@ @node strsignal -@subsection @code{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: diff --git a/doc/glibc-functions/strxfrm_l.texi b/doc/posix-functions/strxfrm_l.texi similarity index 74% rename from doc/glibc-functions/strxfrm_l.texi rename to doc/posix-functions/strxfrm_l.texi index 6d116e068..55f2834c5 100644 --- a/doc/glibc-functions/strxfrm_l.texi +++ b/doc/posix-functions/strxfrm_l.texi @@ -1,7 +1,9 @@ @node strxfrm_l -@subsection @code{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: diff --git a/doc/glibc-functions/timer_gettime.texi b/doc/posix-functions/timer_gettime.texi similarity index 69% rename from doc/glibc-functions/timer_gettime.texi rename to doc/posix-functions/timer_gettime.texi index 6ff2491d4..db16442fb 100644 --- a/doc/glibc-functions/timer_gettime.texi +++ b/doc/posix-functions/timer_gettime.texi @@ -1,7 +1,9 @@ @node timer_gettime -@subsection @code{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: diff --git a/doc/glibc-functions/tolower_l.texi b/doc/posix-functions/tolower_l.texi similarity index 74% rename from doc/glibc-functions/tolower_l.texi rename to doc/posix-functions/tolower_l.texi index 211e34290..a9313f968 100644 --- a/doc/glibc-functions/tolower_l.texi +++ b/doc/posix-functions/tolower_l.texi @@ -1,7 +1,9 @@ @node tolower_l -@subsection @code{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: diff --git a/doc/glibc-functions/toupper_l.texi b/doc/posix-functions/toupper_l.texi similarity index 74% rename from doc/glibc-functions/toupper_l.texi rename to doc/posix-functions/toupper_l.texi index 9949497b6..f88ce5e46 100644 --- a/doc/glibc-functions/toupper_l.texi +++ b/doc/posix-functions/toupper_l.texi @@ -1,7 +1,9 @@ @node toupper_l -@subsection @code{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: diff --git a/doc/glibc-functions/towctrans_l.texi b/doc/posix-functions/towctrans_l.texi similarity index 74% rename from doc/glibc-functions/towctrans_l.texi rename to doc/posix-functions/towctrans_l.texi index 9d344701a..e260760f2 100644 --- a/doc/glibc-functions/towctrans_l.texi +++ b/doc/posix-functions/towctrans_l.texi @@ -1,7 +1,9 @@ @node towctrans_l -@subsection @code{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: diff --git a/doc/glibc-functions/towlower_l.texi b/doc/posix-functions/towlower_l.texi similarity index 74% rename from doc/glibc-functions/towlower_l.texi rename to doc/posix-functions/towlower_l.texi index 1f275ddb1..651862756 100644 --- a/doc/glibc-functions/towlower_l.texi +++ b/doc/posix-functions/towlower_l.texi @@ -1,7 +1,9 @@ @node towlower_l -@subsection @code{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: diff --git a/doc/glibc-functions/towupper_l.texi b/doc/posix-functions/towupper_l.texi similarity index 74% rename from doc/glibc-functions/towupper_l.texi rename to doc/posix-functions/towupper_l.texi index 273e1889c..8b4271c03 100644 --- a/doc/glibc-functions/towupper_l.texi +++ b/doc/posix-functions/towupper_l.texi @@ -1,7 +1,9 @@ @node towupper_l -@subsection @code{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: diff --git a/doc/glibc-functions/uselocale.texi b/doc/posix-functions/uselocale.texi similarity index 74% rename from doc/glibc-functions/uselocale.texi rename to doc/posix-functions/uselocale.texi index a96048466..536dc7bde 100644 --- a/doc/glibc-functions/uselocale.texi +++ b/doc/posix-functions/uselocale.texi @@ -1,7 +1,9 @@ @node uselocale -@subsection @code{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: diff --git a/doc/glibc-functions/vdprintf.texi b/doc/posix-functions/vdprintf.texi similarity index 74% rename from doc/glibc-functions/vdprintf.texi rename to doc/posix-functions/vdprintf.texi index af8384a1d..55d044747 100644 --- a/doc/glibc-functions/vdprintf.texi +++ b/doc/posix-functions/vdprintf.texi @@ -1,7 +1,9 @@ @node vdprintf -@subsection @code{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: diff --git a/doc/glibc-functions/wcpcpy.texi b/doc/posix-functions/wcpcpy.texi similarity index 75% rename from doc/glibc-functions/wcpcpy.texi rename to doc/posix-functions/wcpcpy.texi index b4c971a9a..21c4341f7 100644 --- a/doc/glibc-functions/wcpcpy.texi +++ b/doc/posix-functions/wcpcpy.texi @@ -1,7 +1,9 @@ @node wcpcpy -@subsection @code{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: diff --git a/doc/glibc-functions/wcpncpy.texi b/doc/posix-functions/wcpncpy.texi similarity index 75% rename from doc/glibc-functions/wcpncpy.texi rename to doc/posix-functions/wcpncpy.texi index 56aac9dad..909db6580 100644 --- a/doc/glibc-functions/wcpncpy.texi +++ b/doc/posix-functions/wcpncpy.texi @@ -1,7 +1,9 @@ @node wcpncpy -@subsection @code{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: diff --git a/doc/glibc-functions/wcscasecmp.texi b/doc/posix-functions/wcscasecmp.texi similarity index 73% rename from doc/glibc-functions/wcscasecmp.texi rename to doc/posix-functions/wcscasecmp.texi index cee90fe75..216e902a8 100644 --- a/doc/glibc-functions/wcscasecmp.texi +++ b/doc/posix-functions/wcscasecmp.texi @@ -1,7 +1,9 @@ @node wcscasecmp -@subsection @code{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: diff --git a/doc/glibc-functions/wcscasecmp_l.texi b/doc/posix-functions/wcscasecmp_l.texi similarity index 74% rename from doc/glibc-functions/wcscasecmp_l.texi rename to doc/posix-functions/wcscasecmp_l.texi index eb19933e2..04047d7f8 100644 --- a/doc/glibc-functions/wcscasecmp_l.texi +++ b/doc/posix-functions/wcscasecmp_l.texi @@ -1,7 +1,9 @@ @node wcscasecmp_l -@subsection @code{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: diff --git a/doc/glibc-functions/wcscoll_l.texi b/doc/posix-functions/wcscoll_l.texi similarity index 74% rename from doc/glibc-functions/wcscoll_l.texi rename to doc/posix-functions/wcscoll_l.texi index 10a96e815..b2745227b 100644 --- a/doc/glibc-functions/wcscoll_l.texi +++ b/doc/posix-functions/wcscoll_l.texi @@ -1,7 +1,9 @@ @node wcscoll_l -@subsection @code{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: diff --git a/doc/glibc-functions/wcsdup.texi b/doc/posix-functions/wcsdup.texi similarity index 74% rename from doc/glibc-functions/wcsdup.texi rename to doc/posix-functions/wcsdup.texi index 0af47bd97..614a24834 100644 --- a/doc/glibc-functions/wcsdup.texi +++ b/doc/posix-functions/wcsdup.texi @@ -1,7 +1,9 @@ @node wcsdup -@subsection @code{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: diff --git a/doc/glibc-functions/wcsncasecmp.texi b/doc/posix-functions/wcsncasecmp.texi similarity index 73% rename from doc/glibc-functions/wcsncasecmp.texi rename to doc/posix-functions/wcsncasecmp.texi index b01788f9d..dfd4d504b 100644 --- a/doc/glibc-functions/wcsncasecmp.texi +++ b/doc/posix-functions/wcsncasecmp.texi @@ -1,7 +1,9 @@ @node wcsncasecmp -@subsection @code{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: diff --git a/doc/glibc-functions/wcsncasecmp_l.texi b/doc/posix-functions/wcsncasecmp_l.texi similarity index 74% rename from doc/glibc-functions/wcsncasecmp_l.texi rename to doc/posix-functions/wcsncasecmp_l.texi index d31dc7061..fc2c211c3 100644 --- a/doc/glibc-functions/wcsncasecmp_l.texi +++ b/doc/posix-functions/wcsncasecmp_l.texi @@ -1,7 +1,9 @@ @node wcsncasecmp_l -@subsection @code{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: diff --git a/doc/glibc-functions/wcsnlen.texi b/doc/posix-functions/wcsnlen.texi similarity index 75% rename from doc/glibc-functions/wcsnlen.texi rename to doc/posix-functions/wcsnlen.texi index 24745d4eb..23bfa2237 100644 --- a/doc/glibc-functions/wcsnlen.texi +++ b/doc/posix-functions/wcsnlen.texi @@ -1,7 +1,9 @@ @node wcsnlen -@subsection @code{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: diff --git a/doc/glibc-functions/wcsnrtombs.texi b/doc/posix-functions/wcsnrtombs.texi similarity index 74% rename from doc/glibc-functions/wcsnrtombs.texi rename to doc/posix-functions/wcsnrtombs.texi index 55aa89d27..402d55fd7 100644 --- a/doc/glibc-functions/wcsnrtombs.texi +++ b/doc/posix-functions/wcsnrtombs.texi @@ -1,7 +1,9 @@ @node wcsnrtombs -@subsection @code{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: diff --git a/doc/glibc-functions/wcsxfrm_l.texi b/doc/posix-functions/wcsxfrm_l.texi similarity index 74% rename from doc/glibc-functions/wcsxfrm_l.texi rename to doc/posix-functions/wcsxfrm_l.texi index d436e5f9d..22837aa62 100644 --- a/doc/glibc-functions/wcsxfrm_l.texi +++ b/doc/posix-functions/wcsxfrm_l.texi @@ -1,7 +1,9 @@ @node wcsxfrm_l -@subsection @code{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: diff --git a/doc/glibc-functions/wctrans_l.texi b/doc/posix-functions/wctrans_l.texi similarity index 74% rename from doc/glibc-functions/wctrans_l.texi rename to doc/posix-functions/wctrans_l.texi index 5aa05bee3..283de166f 100644 --- a/doc/glibc-functions/wctrans_l.texi +++ b/doc/posix-functions/wctrans_l.texi @@ -1,7 +1,9 @@ @node wctrans_l -@subsection @code{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: diff --git a/doc/glibc-functions/wctype_l.texi b/doc/posix-functions/wctype_l.texi similarity index 75% rename from doc/glibc-functions/wctype_l.texi rename to doc/posix-functions/wctype_l.texi index 10f38ff30..369a78913 100644 --- a/doc/glibc-functions/wctype_l.texi +++ b/doc/posix-functions/wctype_l.texi @@ -1,7 +1,9 @@ @node wctype_l -@subsection @code{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: -- 2.11.0