X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=MODULES.html.sh;h=6bfaf66b4e5a94ee56903d328ded5753b9fe0bb9;hb=39434c8500eba74bb0c3284a61bc2a8bba633c9f;hp=f929ecfbc1da67d1b2d7879293fc7d7639856cb0;hpb=63ce57e7e9fff1265da4e0a4d2639483c28b6b93;p=pspp diff --git a/MODULES.html.sh b/MODULES.html.sh index f929ecfbc1..6bfaf66b4e 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1626,6 +1626,7 @@ func_all_modules () func_module atexit func_module strtod func_module strerror + func_module strerror-override func_module mktime func_end_table @@ -1735,6 +1736,7 @@ func_all_modules () func_begin_table func_module count-one-bits + func_module ffs func_module gcd func_module minmax func_end_table @@ -2010,7 +2012,7 @@ func_all_modules () func_module func func_module inline func_module longlong - func_module unused-parameter + func_module snippet/unused-parameter func_module va-args func_module vararrays func_end_table @@ -2304,6 +2306,21 @@ func_all_modules () func_module mbfile func_end_table + element="Support for systems lacking draft ISO C 1X" + func_section_wrap c1x_sup + func_wrap H2 + func_echo "$element" + + element="Core language properties" + element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` + func_section_wrap c1x_core_properties + func_wrap H3 + func_echo "$element" + + func_begin_table + func_module _Noreturn + func_end_table + element="Support for obsolete systems lacking POSIX:2008" func_section_wrap posix_sup_obsolete func_wrap H2 @@ -2418,6 +2435,7 @@ func_all_modules () func_module posix_spawnp func_module pread func_module printf-posix + func_module pselect func_module pthread func_module ptsname func_module pwrite @@ -2450,6 +2468,7 @@ func_all_modules () func_module times func_module timespec func_module nanosleep + func_module pthread_sigmask func_module regex func_module rename func_module renameat @@ -3420,7 +3439,7 @@ func_all_modules () func_begin_table func_module absolute-header - func_module arg-nonnull + func_module snippet/arg-nonnull func_module config-h func_module configmake func_module dummy @@ -3432,7 +3451,7 @@ func_all_modules () func_module lib-ignore func_module lib-msvc-compat func_module lib-symbol-versions - func_module link-warning + func_module snippet/link-warning func_module manywarnings func_module no-c++ func_module relocatable-lib @@ -3440,7 +3459,7 @@ func_all_modules () func_module relocatable-prog func_module relocatable-prog-wrapper func_module relocatable-script - func_module warn-on-use + func_module snippet/warn-on-use func_module warnings func_end_table