X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html.sh;h=0957ebf17301ea1f3a53197a30f1146b3e61059e;hb=5af41bb205097206831f644ed648ee4f3221c6e3;hp=c2a713efefd9111575c9ea4fa2a8c2546598c82c;hpb=13a365e71c553d8cbacff59f43dbd2a63e010eb5;p=gnulib.git diff --git a/MODULES.html.sh b/MODULES.html.sh index c2a713efe..0957ebf17 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,7 +1527,10 @@ 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 @@ -1734,6 +1748,7 @@ func_all_modules () func_echo "$element" func_begin_table + func_module intprops func_module inttostr func_module xstrtoimax func_module xstrtoumax @@ -1848,6 +1863,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 @@ -1862,6 +1878,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 @@ -2026,6 +2043,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 } @@ -2097,9 +2124,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 '
    '