From ae7271c87ae16d637a196ff98685585b37fb34fe Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 10 Sep 2004 07:46:18 +0000 Subject: [PATCH] . --- MODULES.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 48 insertions(+), 4 deletions(-) diff --git a/MODULES.html b/MODULES.html index b5793862ec..eff5b54ef3 100644 --- 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 @@ 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.) +

Numeric conversion functions <stdlib.h>

@@ -1527,7 +1540,7 @@ variables. @@ -1537,6 +1550,13 @@ 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 +
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 @@ 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 +
--- +

Numeric conversion functions <stdlib.h>

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