# HG changeset patch # User Karl Berry # Date 1094802378 0 # Node ID 55124df25ee1d971a90739f9d06df4340d15df34 # Parent 42bac8a9678e7e1d569b277e2d810fd00e49295a . diff --git a/MODULES.html b/MODULES.html --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

@@ -276,6 +276,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 +382,15 @@ (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.) +

Numeric conversion functions <stdlib.h>

@@ -1527,7 +1540,7 @@ @@ -1537,6 +1550,13 @@ + +
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 +
signed.m4
longdouble.m4
wchar_t.m4
wint_t.m4
longlong.m4
intmax_t.m4
eoverflow.m4
vasnprintf.m4
gl_FUNC_VASNPRINTF
alloca
xsize
vasprintf.m4
gl_FUNC_VASPRINTF
vasnprintf
xvasprintf + #include "xvasprintf.h" + xvasprintf.c
xasprintf.c +
--- + vasprintf +

Signal handling <signal.h>

@@ -1781,6 +1801,30 @@
---
+

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 +
--- +

Numeric conversion functions <stdlib.h>

@@ -2537,7 +2581,7 @@
#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 +3028,6 @@
  • A testsuite
    - Generated from MODULES.html.sh on 17 August 2004. + Generated from MODULES.html.sh on 10 September 2004.