X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html.sh;h=95db67d6b6827eaf2d7f71b11b7ec5e9eb9b99bd;hb=b36073a1a4f3269b14a7219a66107f0c5a50c88e;hp=9f8092154a2c841d24a1a25f4f3307617354283a;hpb=f34b5ec45f70109f4d3d321ea17f996ff4b1c14d;p=gnulib.git diff --git a/MODULES.html.sh b/MODULES.html.sh index 9f8092154..95db67d6b 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2002-2004 Free Software Foundation, Inc. +# Copyright (C) 2002-2005 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 @@ -1584,6 +1584,7 @@ func_all_modules () func_begin_table func_module argmatch func_module version-etc + func_module version-etc-fsf func_module long-options func_end_table @@ -1605,6 +1606,7 @@ func_all_modules () func_echo "$element" func_begin_table + func_module base64 func_module diacrit func_module getline func_module getnline @@ -1633,6 +1635,16 @@ func_all_modules () func_module restrict func_end_table + element="Sizes of integer types " + element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` + func_section_wrap isoc_sup_limits + func_wrap H3 + func_echo "$element" + + func_begin_table + func_module ullong_max + 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 @@ -1749,6 +1761,7 @@ func_all_modules () func_module regex func_module rename func_module rmdir + func_module strtok_r func_module utime func_end_table @@ -1920,7 +1933,7 @@ func_all_modules () func_module wait-process func_module execute func_module pipe - #func_module sh-quote + func_module sh-quote func_end_table element="Java" @@ -1929,12 +1942,12 @@ func_all_modules () func_wrap H3 func_echo "$element" - #func_begin_table - #func_module classpath - #func_module javacomp - #func_module javaexec + func_begin_table + func_module classpath + func_module javacomp + func_module javaexec #func_module gcj - #func_end_table + func_end_table element="Misc" element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`