X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html.sh;h=9c820d2b3cfde5cb30129a10dbb860b834a83b7a;hb=8345137676d6b5efa46dc35f92722690206a95fc;hp=83a457b9d245519f030f849b7e00306a920b0772;hpb=1e21ecd3b04004b1d5713909f7990d28bc34ed93;p=gnulib.git diff --git a/MODULES.html.sh b/MODULES.html.sh index 83a457b9d..9c820d2b3 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2002-2005 Free Software Foundation, Inc. +# Copyright (C) 2002-2006 Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -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 @@ -1424,6 +1423,16 @@ func_all_modules () func_wrap H2 func_echo "$element" + element="Diagnostics " + element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` + func_section_wrap ansic_enh_assert_diagnostics + func_wrap H3 + func_echo "$element" + + func_begin_table + func_module verify + func_end_table + element="Memory management functions " element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` func_section_wrap ansic_enh_stdlib_memory @@ -1446,6 +1455,7 @@ func_all_modules () func_echo "$element" func_begin_table + func_module fprintftime func_module strftime func_end_table @@ -1516,10 +1526,14 @@ func_all_modules () func_module memrchr func_module stpcpy func_module stpncpy + func_module c-strcase func_module strcase + func_module c-strcasestr + func_module strcasestr func_module strchrnul func_module strdup func_module strnlen + func_module strnlen1 func_module strndup func_module strsep #func_module fstrcmp @@ -1537,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 " @@ -1608,7 +1623,7 @@ func_all_modules () func_begin_table func_module base64 - func_module check_version + func_module check-version func_module diacrit func_module getline func_module getdelim @@ -1650,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 @@ -1733,11 +1758,25 @@ func_all_modules () func_echo "$element" func_begin_table + func_module intprops func_module inttostr func_module xstrtoimax 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 @@ -1755,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 @@ -1767,8 +1807,12 @@ func_all_modules () func_module regex func_module rename 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" @@ -1833,6 +1877,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 @@ -1847,6 +1892,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 @@ -1913,6 +1959,7 @@ func_all_modules () func_begin_table func_module lock + func_module tls func_end_table element="Internationalization functions" @@ -2010,6 +2057,16 @@ func_all_modules () func_module sysexits func_module visibility func_end_table + + element="Support for building libraries and executables" + func_section_wrap build_lib + func_wrap H2 + func_echo "$element" + + func_begin_table + func_module ldd + func_module lib-ignore + func_end_table } @@ -2081,9 +2138,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 '
    '