X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html.sh;h=3f824813e398a0b9f4bf2ca67a50e20ef6d16126;hb=baad693b4dba18d24f649f4bd4bd24b033e0556a;hp=b1b145a3cdf80160e33ec43c67e08e57598faf89;hpb=c62f7618f8da5380743fc93f0d71b0dafc8db8c7;p=gnulib.git diff --git a/MODULES.html.sh b/MODULES.html.sh index b1b145a3c..3f824813e 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 @@ -1456,6 +1456,7 @@ func_all_modules () func_echo "$element" func_begin_table + func_module fprintftime func_module strftime func_end_table @@ -1664,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 @@ -1747,6 +1758,7 @@ func_all_modules () func_echo "$element" func_begin_table + func_module intprops func_module inttostr func_module xstrtoimax func_module xstrtoumax @@ -1782,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 @@ -1796,6 +1809,7 @@ func_all_modules () func_module rmdir func_module ssize_t func_module strtok_r + func_module unistd func_module utime func_end_table @@ -2041,6 +2055,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 }