X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html.sh;h=9c820d2b3cfde5cb30129a10dbb860b834a83b7a;hb=5e18bf90b5e482b3270529e528b80413d54abfb4;hp=f2dcdfc7fd716fa4c21315c304884720938a8a93;hpb=f2fcc71c88910776b79d61f5235ee81a1a426f9f;p=gnulib.git diff --git a/MODULES.html.sh b/MODULES.html.sh index f2dcdfc7f..9c820d2b3 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 @@ -1552,6 +1551,7 @@ func_all_modules () func_module c-strtold func_module xstrtod func_module xstrtol + func_module xstrtold func_end_table element="Date and time " @@ -1665,6 +1665,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 +1794,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,8 +1809,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"