X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=1ae1abaee06791150adfbd26eccc6c75c01c7b08;hb=68f96cd3ccba2a204c40260321a8832f2eb97092;hp=5fa0a80a9f65eed1b70933f50842f4124f8d5043;hpb=b9dd70acdefd859b9331aae47888b6c0f26141e7;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index 5fa0a80a9..1ae1abaee 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

@@ -134,6 +134,12 @@ Memory allocation on the stack. + alloca-opt + Memory allocation on the stack, as an optional optimization. +It allows using the alloca() macro if and only if the autoconf tests define +HAVE_ALLOCA. + + allocsa Safe automatic memory allocation. @@ -391,6 +397,13 @@ memory allocation. to the fastest and smallest types available on the system.) +

Input/output <stdio.h>

+ + + +
snprintf + snprintf() function: print formatted output to a fixed length string +

Numeric conversion functions <stdlib.h>

@@ -1222,11 +1235,18 @@ variables. + +
---
alloca-opt + #include <alloca.h> + alloca_.h + alloca.m4
gl_FUNC_ALLOCA +
--- +
allocsa #include "allocsa.h" allocsa.c allocsa.m4
eealloc.m4
longlong.m4
longdouble.m4
gl_ALLOCSA -
alloca + alloca-opt
xallocsa @@ -1295,7 +1315,7 @@ variables. #include "setenv.h" setenv.c
unsetenv.c
setenv.m4
gt_FUNC_SETENV -
allocsa
alloca +
allocsa
alloca-opt
xsetenv @@ -1541,7 +1561,7 @@ variables. #include "vasnprintf.h" printf-args.h
printf-args.c
printf-parse.h
printf-parse.c
vasnprintf.c
asnprintf.c
signed.m4
longdouble.m4
wchar_t.m4
wint_t.m4
longlong.m4
intmax_t.m4
stdint_h.m4
inttypes_h.m4
eoverflow.m4
vasnprintf.m4
gl_FUNC_VASNPRINTF -
alloca
xsize +
alloca-opt
xsize
vasprintf @@ -1825,6 +1845,30 @@ variables. ---
+

Input/output <stdio.h>

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
snprintf + #include "snprintf.h" + snprintf.c + snprintf.m4
gl_FUNC_SNPRINTF +
vasnprintf
minmax +

Numeric conversion functions <stdlib.h>

@@ -3028,6 +3072,6 @@ variables.
  • A testsuite
    - Generated from MODULES.html.sh on 23 September 2004. + Generated from MODULES.html.sh on 1 October 2004.