X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html.sh;h=dc91ae013fdbecfbc07b616ad1bb785efa48af76;hb=397be108b6167bc1010c276aec311349e5a89017;hp=0957ebf17301ea1f3a53197a30f1146b3e61059e;hpb=266a433bc1d2cac494500e688df39515f48b44dc;p=gnulib.git diff --git a/MODULES.html.sh b/MODULES.html.sh index 0957ebf17..dc91ae013 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1397,7 +1397,6 @@ func_all_modules () func_echo "$element" func_begin_table - func_module c-bs-a func_module assert func_module dummy func_module exit @@ -1665,6 +1664,16 @@ func_all_modules () func_module size_max func_end_table + element="Variable arguments " + element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` + func_section_wrap isoc_sup_stdarg + func_wrap H3 + func_echo "$element" + + func_begin_table + func_module stdarg + func_end_table + element="Boolean type and values " element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` func_section_wrap isoc_sup_stdbool @@ -1784,6 +1793,7 @@ func_all_modules () func_module getsubopt func_module gettimeofday func_module inet_ntop + func_module inet_pton func_module mkdir func_module mkstemp func_module mkdtemp @@ -1798,7 +1808,10 @@ func_all_modules () func_module rmdir func_module ssize_t func_module strtok_r + func_module sys_stat + func_module unistd func_module utime + func_module wcwidth func_end_table element="Enhancements for POSIX:2001 functions"