X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=f47676d78809a5db55ce1f268fa1ce0b92507f85;hb=9bb48fb977629b0184a12b081ba716b8185136d2;hp=2dcb10896baf469df39402f0e0df1d7a8e8623e3;hpb=bf8de99eceb88352fcae7ff8402c9c8aff8eb1f9;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index 2dcb10896..f47676d78 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

@@ -83,6 +83,10 @@

Memory management functions <stdlib.h>

+ + @@ -113,6 +117,14 @@ + + + +
eealloc + Memory allocation with expensive empty allocations (glibc compatible). +
malloc malloc() function that is glibc compatible.
alloca Memory allocation on the stack.
allocsa + Safe automatic memory allocation. +
xallocsa + Safe automatic memory allocation with out of memory checking. +

Integer arithmetic functions <stdlib.h>

@@ -764,6 +776,14 @@ usually the host name including FQDN. + + + +
wait-process Waiting for a subprocess to finish.
execute + Creation of autonomous subprocesses. +
pipe + Creation of subprocesses, communicating via pipes. +

Java

Misc

@@ -1001,17 +1021,24 @@ variables. Depends on + eealloc + #include <eealloc.h> + eealloc.h + eealloc.m4
gl_EEALLOC + --- + + malloc #include <stdlib.h> malloc.c - malloc.m4
jm_FUNC_MALLOC + AC_FUNC_MALLOC --- realloc #include <stdlib.h> realloc.c - realloc.m4
jm_FUNC_REALLOC + AC_FUNC_REALLOC --- @@ -1068,7 +1095,7 @@ variables. #include "xalloc.h" xmalloc.c
xstrdup.c xalloc.m4
gl_XALLOC - malloc
realloc
error
gettext
exitfail
stdbool + malloc
realloc
error
gettext
exitfail alloca @@ -1077,6 +1104,20 @@ variables. alloca.m4
gl_FUNC_ALLOCA --- + + allocsa + #include "allocsa.h" + allocsa.c + allocsa.m4
eealloc.m4
longlong.m4
longdouble.m4
gl_ALLOCSA + alloca + + + xallocsa + #include "xallocsa.h" + xallocsa.c + --- + allocsa
xalloc +

Integer arithmetic functions <stdlib.h>

@@ -1137,7 +1178,7 @@ variables.
#include "setenv.h" setenv.c
unsetenv.c
setenv.m4
gt_FUNC_SETENV -
alloca + allocsa
xsetenv @@ -1238,7 +1279,7 @@ variables.
strdup - --- + #include "strdup.h" strdup.c strdup.m4
gl_FUNC_STRDUP
--- @@ -1293,7 +1334,7 @@ variables. #include "xstrtol.h" xstrtol.c
xstrtoul.c
ulonglong.m4
longlong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
intmax_t.m4
xstrtol.m4
gl_XSTRTOL -
--- + exitfail

Date and time <time.h>

@@ -1317,7 +1358,7 @@ variables. #include "getdate.h" getdate.y bison.m4
tm_gmtoff.m4
getdate.m4
gl_GETDATE - mktime
unlocked-io + timespec
stdbool
gettime
mktime
unlocked-io timegm @@ -1417,7 +1458,7 @@ variables. #include "argmatch.h" argmatch.c --- - gettext
error
quotearg
quote
unlocked-io
exit + gettext
error
quotearg
quote
unlocked-io
exit
exitfail version-etc @@ -1521,7 +1562,7 @@ variables. #include "obstack.h" obstack.c obstack.m4
gl_OBSTACK - gettext
exit + gettext
exit
exitfail hash-pjw @@ -1919,7 +1960,7 @@ variables. getopt #include "getopt.h" - getopt.c
getopt1.c + getopt.c
getopt1.c
getopt_int.h getopt.m4
gl_GETOPT gettext @@ -2124,7 +2165,7 @@ variables. #include "same.h" same.c same.m4
gl_SAME - xalloc
error
dirname + xalloc
error
dirname
stdbool save-cwd @@ -2393,7 +2434,7 @@ variables. gettext #include "gettext.h" --- - codeset.m4
gettext.m4
glibc21.m4
iconv.m4
intdiv0.m4
inttypes.m4
inttypes_h.m4
inttypes-pri.m4
isc-posix.m4
lcmessage.m4
lib-ld.m4
lib-link.m4
lib-prefix.m4
nls.m4
po.m4
progtest.m4
stdint_h.m4
uintmax_t.m4
ulonglong.m4
AM_GNU_GETTEXT([external]) + codeset.m4
gettext.m4
glibc21.m4
iconv.m4
intdiv0.m4
intmax.m4
inttypes.m4
inttypes_h.m4
inttypes-pri.m4
isc-posix.m4
lcmessage.m4
lib-ld.m4
lib-link.m4
lib-prefix.m4
longdouble.m4
longlong.m4
nls.m4
po.m4
printf-posix.m4
progtest.m4
signed.m4
size_max.m4
stdint_h.m4
uintmax_t.m4
ulonglong.m4
wchar_t.m4
wint_t.m4
xsize.m4
AM_GNU_GETTEXT([external]) --- @@ -2532,6 +2573,20 @@ variables. wait-process.m4
sig_atomic_t.m4
gl_WAIT_PROCESS fatal-signal
error
exit
xalloc
gettext
stdbool + + execute + #include "execute.h" + execute.c
w32spawn.h + execute.m4
gl_EXECUTE + error
exit
fatal-signal
wait-process
gettext
stdbool
strpbrk + + + pipe + #include "pipe.h" + pipe.c
w32spawn.h + pipe.m4
gl_PIPE + error
exit
fatal-signal
gettext
stdbool
strpbrk +

Java

Misc

@@ -2611,7 +2666,7 @@ variables. --- getloadavg.c getloadavg.m4
gl_FUNC_GETLOADAVG - --- + cloexec
xalloc getpagesize @@ -2701,6 +2756,13 @@ variables. Depends on + cloexec + #include "cloexec.h" + cloexec.c + cloexec.m4
gl_CLOEXEC + stdbool + + free #include <stdlib.h> free.c @@ -2708,6 +2770,13 @@ variables. --- + inttostr + #include "inttostr.h" + imaxtostr.c
inttostr.c
offtostr.c
umaxtostr.c + intmax_t.m4
inttostr.m4
uintmax_t.m4
gl_INTTOSTR + --- + + tzset #include <time.h> --- @@ -2751,6 +2820,6 @@ variables.
  • A testsuite
    - Generated from MODULES.html.sh on 26 November 2003. + Generated from MODULES.html.sh on 31 March 2004.