From: Karl Berry Date: Wed, 21 Jan 2004 08:13:29 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=404d4ccf1a5a00abf17e1db11dbe7e1934e5c2ea;p=pspp . --- diff --git a/MODULES.html b/MODULES.html index 62a2f03030..ca86e0fdcd 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

@@ -82,6 +82,10 @@

Enhancements for ANSI C 89 functions

Memory management functions <stdlib.h>

+ + + + + +
eealloc + Memory allocation with expensive empty allocations (glibc compatible). +
malloc malloc() function that is glibc compatible. @@ -113,6 +117,14 @@ 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>

@@ -1000,6 +1012,13 @@ variables. + + + + + +
Autoconf macro Depends on
eealloc + #include <eealloc.h> + eealloc.h + eealloc.m4
gl_EEALLOC +
--- +
malloc #include <stdlib.h> @@ -1077,6 +1096,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 +1170,7 @@ variables.
#include "setenv.h" setenv.c
unsetenv.c
setenv.m4
gt_FUNC_SETENV -
alloca + allocsa
xsetenv @@ -2751,6 +2784,6 @@ variables.
  • A testsuite
    - Generated from MODULES.html.sh on 16 January 2004. + Generated from MODULES.html.sh on 21 January 2004.