X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=MODULES.html.sh;h=534a3e7a72f48b5ab0efdae3a1d1e96e221113e9;hb=18a78a8fb90dc091b959a3915fdc2d74dddacafb;hp=021915023268d0559307e316db20d3ab75a25e9d;hpb=75e3b3670b7703b47beeeb923cc4f246693dc7d9;p=gnulib.git diff --git a/MODULES.html.sh b/MODULES.html.sh index 021915023..534a3e7a7 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1517,9 +1517,11 @@ func_all_modules () func_module stpcpy func_module stpncpy func_module strcase + func_module strcasestr func_module strchrnul func_module strdup func_module strnlen + func_module strnlen1 func_module strndup func_module strsep #func_module fstrcmp @@ -1608,14 +1610,17 @@ func_all_modules () func_begin_table func_module base64 + func_module check-version func_module diacrit func_module getline + func_module getdelim func_module getnline func_module getndelim2 func_module linebuffer func_module obstack func_module hash-pjw func_module hash + func_module readline func_module readtokens func_module readtokens0 func_module strverscmp @@ -1644,6 +1649,7 @@ func_all_modules () func_begin_table func_module ullong_max + func_module size_max func_end_table element="Boolean type and values " @@ -1734,6 +1740,19 @@ func_all_modules () func_module xstrtoumax func_end_table + element="Extended multibyte and wide character utilities " + element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` + func_section_wrap isoc_ext_wchar_mb + func_wrap H3 + func_echo "$element" + + func_begin_table + func_module mbchar + func_module mbiter + func_module mbuiter + func_module mbfile + func_end_table + element="Support for systems lacking POSIX:2001" func_section_wrap posix_sup func_wrap H2 @@ -1763,6 +1782,7 @@ func_all_modules () func_module regex func_module rename func_module rmdir + func_module ssize_t func_module strtok_r func_module utime func_end_table @@ -1829,6 +1849,7 @@ func_all_modules () func_module same func_module save-cwd func_module savedir + func_module stat-time func_module unlinkdir func_module utimecmp func_module utimens @@ -1843,6 +1864,7 @@ func_all_modules () func_echo "$element" func_begin_table + func_module fcntl-safer func_module safe-read func_module safe-write func_module full-read @@ -1901,6 +1923,17 @@ func_all_modules () func_module canon-host func_end_table + element="Multithreading" + element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` + func_section_wrap posix_ext_thread + func_wrap H3 + func_echo "$element" + + func_begin_table + func_module lock + func_module tls + func_end_table + element="Internationalization functions" element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` func_section_wrap posix_ext_i18n @@ -1994,6 +2027,7 @@ func_all_modules () func_module readutmp func_module sig2str func_module sysexits + func_module visibility func_end_table } @@ -2066,9 +2100,9 @@ func_echo '
  • A header file: lib/module.h' func_echo '
  • One or more implementation files: lib/module.c et al.' func_echo '
  • One or more autoconf macro files: m4/module.m4 et al.' func_echo '
  • A configure.ac fragment, Makefile.am fragment, dependency list: modules/module' +func_echo '
  • A testsuite: source files in tests/ and metainformation (a configure.ac fragment, Makefile.am fragment, dependency list) in modules/module-tests' func_echo '
  • Some documentation' func_echo '
  • A POT file and some PO files' -func_echo '
  • A testsuite' func_end UL func_echo '
    '