X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html.sh;h=0957ebf17301ea1f3a53197a30f1146b3e61059e;hb=5af41bb205097206831f644ed648ee4f3221c6e3;hp=03620bc35e68c1479512807676a6ea391139870d;hpb=359c0a71713e606f440d40f55a43c77349df2aaa;p=gnulib.git diff --git a/MODULES.html.sh b/MODULES.html.sh index 03620bc35..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 @@ -22,10 +22,10 @@ # Extend the PATH so that gnulib-tool is found. PATH=`dirname "$0"`:$PATH; export PATH -POSIX2001_URL='http://www.opengroup.org/onlinepubs/007904975/' +POSIX2001_URL='http://www.opengroup.org/susv3' case $USER in bruno ) - POSIX2001_URL='file:/packages/www/www.opengroup.org/susv3/' ;; + POSIX2001_URL='file:/packages/www/www.opengroup.org/susv3' ;; esac sed_lt='s,<,\<,g' @@ -1337,7 +1337,7 @@ func_module () element=''$1'' func_echo "$element" - element=`gnulib-tool --extract-description $1 | sed -e "$sed_lt" -e "$sed_gt" -e "$sed_remove_trailing_empty_line" | sed -e 's,^, ,' | sed -e 's,\([^a-zA-Z]\)'"${posix_functions}"'(),\1\2(),g' | sed -e 's,^ ,,'` + element=`gnulib-tool --extract-description $1 | sed -e "$sed_lt" -e "$sed_gt" -e "$sed_remove_trailing_empty_line" | sed -e 's,^, ,' | sed -e 's,\([^a-zA-Z]\)'"${posix_functions}"'(),\1\2(),g' | sed -e 's,^ ,,'` func_echo "$element" func_end TR @@ -1349,7 +1349,7 @@ func_module () element=''$1'' func_echo "$element" - element=`gnulib-tool --extract-include-directive $1 | sed -e "$sed_lt" -e "$sed_gt" -e "$sed_remove_trailing_empty_line" | sed -e 's,^#include "\(.*\)"$,#include "\1",' -e 's,^#include <'"${posix_headers}"'\.h>$,#include \<\1.h\>,' | sed -e 's/$/
/' | tr -d "$trnl" | sed -e 's/
$//'` + element=`gnulib-tool --extract-include-directive $1 | sed -e "$sed_lt" -e "$sed_gt" -e "$sed_remove_trailing_empty_line" | sed -e 's,^#include "\(.*\)"$,#include "\1",' -e 's,^#include <'"${posix_headers}"'\.h>$,#include \<\1.h\>,' | sed -e 's/$/
/' | tr -d "$trnl" | sed -e 's/
$//'` test -n "$element" || element='---' func_echo "$element" @@ -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 @@ -1608,14 +1623,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 +1662,7 @@ func_all_modules () func_begin_table func_module ullong_max + func_module size_max func_end_table element="Boolean type and values " @@ -1729,11 +1748,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 @@ -1756,7 +1789,6 @@ func_all_modules () func_module mkdtemp func_module poll func_module readlink - func_module stat func_module lstat func_module time_r func_module timespec @@ -1764,6 +1796,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 @@ -1830,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 @@ -1844,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 @@ -1902,6 +1937,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 @@ -1910,6 +1956,7 @@ func_all_modules () func_begin_table func_module gettext + func_module gettext-h func_module iconv func_module iconvme func_module localcharset @@ -1963,7 +2010,7 @@ func_all_modules () func_echo "$element" func_begin_table - #func_module csharpcomp + func_module csharpcomp func_module csharpexec func_end_table @@ -1994,6 +2041,17 @@ func_all_modules () func_module readutmp func_module sig2str 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 } @@ -2066,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 '
    '