X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html.sh;h=e3a55284f6fcde5c6b0f5d9359529fed44e3eeba;hb=58672fab018da193cb8fd4150df9427c3c7a1c94;hp=cc35a11eb449f5d67c7baeb49c595bdb12c508bd;hpb=cbac3adb4a18516cbcc02808c4624fb3f0db6fb4;p=gnulib.git diff --git a/MODULES.html.sh b/MODULES.html.sh index cc35a11eb..e3a55284f 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2002, 2003 Free Software Foundation, Inc. +# Copyright (C) 2002-2004 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 @@ -1430,6 +1430,8 @@ func_all_modules () func_echo "$element" func_begin_table + func_module eealloc + func_module free func_module malloc func_module realloc func_end_table @@ -1456,8 +1458,11 @@ func_all_modules () func_echo "$element" func_begin_table + func_module xsize func_module xalloc func_module alloca + func_module allocsa + func_module xallocsa func_end_table element="Integer arithmetic functions " @@ -1534,6 +1539,7 @@ func_all_modules () func_begin_table func_module getdate func_module timegm + func_module tzset func_end_table element="Input/Output " @@ -1549,6 +1555,16 @@ func_all_modules () func_module vasprintf func_end_table + element="Signal handling " + element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` + func_section_wrap ansic_ext_signal + func_wrap H3 + func_echo "$element" + + func_begin_table + func_module fatal-signal + func_end_table + element="Command-line arguments" element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` func_section_wrap ansic_ext_argv @@ -1558,7 +1574,6 @@ func_all_modules () func_begin_table func_module argmatch func_module version-etc - func_module version-etc-2 func_module long-options func_end_table @@ -1669,6 +1684,7 @@ func_all_modules () func_echo "$element" func_begin_table + func_module inttostr func_module xstrtoimax func_module xstrtoumax func_end_table @@ -1858,10 +1874,11 @@ func_all_modules () func_echo "$element" func_begin_table + func_module cloexec func_module findprog - #func_module wait-process - #func_module execute - #func_module pipe + func_module wait-process + func_module execute + func_module pipe #func_module sh-quote func_end_table