X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html.sh;h=260405daea77f2f34b1037b54840a147816ca98b;hb=c60b43afa76cbc6ed19a4794eab0fe15f9b54300;hp=096851751cf1cdfb60dbf9199dd75491634ba8a8;hpb=80fce9e7eda8041769614705f0d12d4a30f365d5;p=gnulib.git diff --git a/MODULES.html.sh b/MODULES.html.sh index 096851751..260405dae 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1464,6 +1464,7 @@ func_all_modules () func_module xalloc func_module xalloc-die func_module alloca + func_module alloca-opt func_module allocsa func_module xallocsa func_end_table @@ -1509,6 +1510,7 @@ func_all_modules () func_begin_table func_module bcopy + func_module memmem func_module mempcpy func_module memrchr func_module stpcpy @@ -1518,6 +1520,7 @@ func_all_modules () func_module strdup func_module strnlen func_module strndup + func_module strsep #func_module fstrcmp func_module xstrndup func_end_table @@ -1558,6 +1561,7 @@ func_all_modules () func_module fwriteerror func_module vasnprintf func_module vasprintf + func_module xvasprintf func_end_table element="Signal handling " @@ -1639,6 +1643,26 @@ func_all_modules () func_module stdbool func_end_table + element="Integer types and values " + element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` + func_section_wrap isoc_sup_stdint + func_wrap H3 + func_echo "$element" + + func_begin_table + func_module stdint + func_end_table + + element="Input/output " + element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` + func_section_wrap isoc_sup_stdio + func_wrap H3 + func_echo "$element" + + func_begin_table + func_module snprintf + func_end_table + element="Numeric conversion functions " element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` func_section_wrap isoc_sup_stdlib_conv