X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html.sh;h=de85873ebea622e8b28991d44febb15ef972fae3;hb=0aee6c1867357efc96226bf37b342ba876e5d0f3;hp=322eaa901196107e15d3ec139a699861c4fe6c80;hpb=fd05523d0e9b5316c022b29fa9f8c6045dfaf59b;p=gnulib.git diff --git a/MODULES.html.sh b/MODULES.html.sh index 322eaa901..de85873eb 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 @@ -1424,6 +1424,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 +1456,7 @@ func_all_modules () func_echo "$element" func_begin_table + func_module fprintftime func_module strftime func_end_table @@ -1516,10 +1527,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 @@ -1746,8 +1761,9 @@ func_all_modules () func_begin_table func_module mbchar - #func_module mbiter - #func_module mbfile + func_module mbiter + func_module mbuiter + func_module mbfile func_end_table element="Support for systems lacking POSIX:2001" @@ -1846,6 +1862,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 @@ -1860,6 +1877,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 @@ -2024,6 +2042,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 } @@ -2095,9 +2123,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 '
    '