X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=doc%2Fgnulib.texi;h=c11bcc80de36eb522c3b878241dcd4e90faeac3e;hb=946c971f93d58ec52508dbcc36b59ca9f925bf31;hp=e126c6f443ef7ede0c13c9e9fc4174620dc914f8;hpb=9fc77bc59374e21e1174742df416af186a368e14;p=gnulib.git diff --git a/doc/gnulib.texi b/doc/gnulib.texi index e126c6f44..c11bcc80d 100644 --- a/doc/gnulib.texi +++ b/doc/gnulib.texi @@ -406,6 +406,8 @@ statements. For example: strtoull [test $ac_cv_func_strtoumax = no] @end smallexample +Lines starting with @code{#} are recognized as comments and are ignored. + @item configure.ac-early This field contains @file{configure.ac} stuff (Autoconf macro invocations and shell statements) that are logically placed early in the @file{configure.ac} @@ -3803,6 +3805,7 @@ not worked around by Gnulib. * fstab.h:: * fts.h:: * getopt.h:: +* gshadow.h:: * ieee754.h:: * ifaddrs.h:: * libintl.h:: @@ -3836,6 +3839,7 @@ not worked around by Gnulib. @include glibc-headers/fstab.texi @include glibc-headers/fts.texi @include glibc-headers/getopt.texi +@include glibc-headers/gshadow.texi @include glibc-headers/ieee754.texi @include glibc-headers/ifaddrs.texi @include glibc-headers/libintl.texi @@ -3889,6 +3893,7 @@ This list of functions is sorted according to the header that declares them. * Glibc glob.h:: * Glibc gnu/libc-version.h:: * Glibc grp.h:: +* Glibc gshadow.h:: * Glibc ifaddrs.h:: * Glibc libintl.h:: * Glibc link.h:: @@ -3962,6 +3967,7 @@ This list of functions is sorted according to the header that declares them. * Glibc sys/sysmacros.h:: * Glibc sys/time.h:: * Glibc sys/timex.h:: +* Glibc sys/uio.h:: * Glibc sys/ustat.h:: * Glibc sys/vlimit.h:: * Glibc sys/vm86.h:: @@ -4398,6 +4404,35 @@ This list of functions is sorted according to the header that declares them. @include glibc-functions/putgrent.texi @include glibc-functions/setgroups.texi +@node Glibc gshadow.h +@section Glibc @code{} + +@menu +* endsgent:: +* fgetsgent:: +* fgetsgent_r:: +* getsgent:: +* getsgent_r:: +* getsgnam:: +* getsgnam_r:: +* putsgent:: +* setsgent:: +* sgetsgent:: +* sgetsgent_r:: +@end menu + +@include glibc-functions/endsgent.texi +@include glibc-functions/fgetsgent.texi +@include glibc-functions/fgetsgent_r.texi +@include glibc-functions/getsgent.texi +@include glibc-functions/getsgent_r.texi +@include glibc-functions/getsgnam.texi +@include glibc-functions/getsgnam_r.texi +@include glibc-functions/putsgent.texi +@include glibc-functions/setsgent.texi +@include glibc-functions/sgetsgent.texi +@include glibc-functions/sgetsgent_r.texi + @c @node Glibc iconv.h @c @section Glibc Extensions to @code{} @@ -4474,6 +4509,7 @@ This list of functions is sorted according to the header that declares them. * mallinfo:: * malloc_get_state:: * malloc_set_state:: +* malloc_info:: * malloc_stats:: * malloc_trim:: * malloc_usable_size:: @@ -4485,6 +4521,7 @@ This list of functions is sorted according to the header that declares them. @include glibc-functions/mallinfo.texi @include glibc-functions/malloc_get_state.texi @include glibc-functions/malloc_set_state.texi +@include glibc-functions/malloc_info.texi @include glibc-functions/malloc_stats.texi @include glibc-functions/malloc_trim.texi @include glibc-functions/malloc_usable_size.texi @@ -4785,28 +4822,58 @@ This list of functions is sorted according to the header that declares them. * printf_size:: * printf_size_info:: * register_printf_function:: +* register_printf_modifier:: +* register_printf_specifier:: +* register_printf_type:: @end menu @include glibc-functions/parse_printf_format.texi @include glibc-functions/printf_size.texi @include glibc-functions/printf_size_info.texi @include glibc-functions/register_printf_function.texi +@include glibc-functions/register_printf_modifier.texi +@include glibc-functions/register_printf_specifier.texi +@include glibc-functions/register_printf_type.texi @node Glibc pthread.h @section Glibc Extensions to @code{} @menu +* pthread_attr_getaffinity_np:: +* pthread_attr_setaffinity_np:: +* pthread_getaffinity_np:: * pthread_getattr_np:: +* pthread_getname_np:: * pthread_kill_other_threads_np:: +* pthread_mutex_consistent_np:: +* pthread_mutexattr_getrobust_np:: +* pthread_mutexattr_setrobust_np:: * pthread_rwlockattr_getkind_np:: * pthread_rwlockattr_setkind_np:: +* pthread_setaffinity_np:: +* pthread_setname_np:: +* pthread_sigqueue:: +* pthread_timedjoin_np:: +* pthread_tryjoin_np:: * pthread_yield:: @end menu +@include glibc-functions/pthread_attr_getaffinity_np.texi +@include glibc-functions/pthread_attr_setaffinity_np.texi +@include glibc-functions/pthread_getaffinity_np.texi @include glibc-functions/pthread_getattr_np.texi +@include glibc-functions/pthread_getname_np.texi @include glibc-functions/pthread_kill_other_threads_np.texi +@include glibc-functions/pthread_mutex_consistent_np.texi +@include glibc-functions/pthread_mutexattr_getrobust_np.texi +@include glibc-functions/pthread_mutexattr_setrobust_np.texi @include glibc-functions/pthread_rwlockattr_getkind_np.texi @include glibc-functions/pthread_rwlockattr_setkind_np.texi +@include glibc-functions/pthread_setaffinity_np.texi +@include glibc-functions/pthread_setname_np.texi +@include glibc-functions/pthread_sigqueue.texi +@include glibc-functions/pthread_timedjoin_np.texi +@include glibc-functions/pthread_tryjoin_np.texi @include glibc-functions/pthread_yield.texi @node Glibc pty.h @@ -5736,6 +5803,8 @@ This list of functions is sorted according to the header that declares them. * qfcvt:: * qfcvt_r:: * qgcvt:: +* qsort_r:: +* quick_exit:: * random_r:: * rpmatch:: * seed48_r:: @@ -5779,6 +5848,8 @@ This list of functions is sorted according to the header that declares them. @include glibc-functions/qfcvt.texi @include glibc-functions/qfcvt_r.texi @include glibc-functions/qgcvt.texi +@include glibc-functions/qsort_r.texi +@include glibc-functions/quick_exit.texi @include glibc-functions/random_r.texi @include glibc-functions/rpmatch.texi @include glibc-functions/seed48_r.texi @@ -6165,8 +6236,16 @@ This list of functions is sorted according to the header that declares them. @c @node Glibc sys/types.h @c @section Glibc Extensions to @code{} -@c @node Glibc sys/uio.h -@c @section Glibc Extensions to @code{} +@node Glibc sys/uio.h +@section Glibc Extensions to @code{} + +@menu +* preadv:: +* pwritev:: +@end menu + +@include glibc-functions/preadv.texi +@include glibc-functions/pwritev.texi @c @node Glibc sys/un.h @c @section Glibc Extensions to @code{} @@ -6350,6 +6429,7 @@ This list of functions is sorted according to the header that declares them. * setresgid:: * setresuid:: * setusershell:: +* syncfs:: * syscall:: * ttyslot:: * vhangup:: @@ -6383,6 +6463,7 @@ This list of functions is sorted according to the header that declares them. @include glibc-functions/setresgid.texi @include glibc-functions/setresuid.texi @include glibc-functions/setusershell.texi +@include glibc-functions/syncfs.texi @include glibc-functions/syscall.texi @include glibc-functions/ttyslot.texi @include glibc-functions/vhangup.texi