X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=7353f8160a2af1d7c7478bf1f73b77315a59ff4b;hb=c60b43afa76cbc6ed19a4794eab0fe15f9b54300;hp=b5793862ec9710b82587fcb05a3f53da2f208d7e;hpb=367b31f6d5ba025392e3cbd0b0d3bad0bccafb6d;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index b5793862e..7353f8160 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. @@ -220,6 +226,10 @@ strndup() function: duplicate a size-bounded string. + strsep + strsep() function: extract token from string. + + xstrndup Duplicate a bounded initial segment of a string, with out-of-memory checking. @@ -276,6 +286,10 @@ vasprintf vsprintf with automatic memory allocation. + + xvasprintf + vasprintf and asprintf with out-of-memory checking. Also see xalloc-die. +

Signal handling <signal.h>

@@ -378,6 +392,22 @@ memory allocation. (Nearly: casts to bool may not work.)
+

Integer types and values <stdint.h>

+ + + +
stdint + An <stdint.h> that nearly conforms to C99. +(Nearly: {uint,int}_{fast,least}{8,16,32,64}_t may not correspond +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>

@@ -1209,11 +1239,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 @@ -1282,7 +1319,7 @@ variables. #include "setenv.h" setenv.c
unsetenv.c
setenv.m4
gt_FUNC_SETENV -
allocsa
alloca +
allocsa
alloca-opt
xsetenv @@ -1403,6 +1440,13 @@ variables. strnlen
strsep + #include "strsep.h" + strsep.c + strsep.m4
gl_FUNC_STRSEP +
strpbrk +
xstrndup #include "xstrndup.h" xstrndup.c @@ -1527,8 +1571,8 @@ variables. vasnprintf #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
vasnprintf.m4
gl_FUNC_VASNPRINTF -
alloca
xsize +
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-opt
xsize
vasprintf @@ -1537,6 +1581,13 @@ variables. vasprintf.m4
gl_FUNC_VASPRINTF
vasnprintf
xvasprintf + #include "xvasprintf.h" + xvasprintf.c
xasprintf.c +
--- + vasprintf +

Signal handling <signal.h>

@@ -1781,6 +1832,54 @@ variables.
---
+

Integer types and values <stdint.h>

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
stdint + #include <stdint.h> + stdint_.h + stdint.m4
inttypes.m4
gl_STDINT_H +
--- +
+

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>

@@ -1905,7 +2004,7 @@ variables. @@ -2537,7 +2636,7 @@ variables.
inttostr #include "inttostr.h" imaxtostr.c
inttostr.c
offtostr.c
umaxtostr.c -
intmax_t.m4
inttostr.m4
uintmax_t.m4
gl_INTTOSTR +
intmax_t.m4
inttostr.m4
longlong.m4
uintmax_t.m4
gl_INTTOSTR
---
#include "userspec.h" userspec.c userspec.m4
gl_USERSPEC -
alloca
posixver
xalloc
xstrtol
strdup
gettext +
posixver
xalloc
xstrtol
strdup
gettext

Date and time

@@ -2984,6 +3083,6 @@ variables.
  • A testsuite
    - Generated from MODULES.html.sh on 17 August 2004. + Generated from MODULES.html.sh on 2 October 2004.