From: Karl Berry Date: Tue, 25 Nov 2003 08:42:14 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59e3c198a1f70f8f2cd41219448de19872d8c99d;p=pspp . --- diff --git a/MODULES.html b/MODULES.html index df97c8ae14..d70cd6f005 100644 --- a/MODULES.html +++ b/MODULES.html @@ -101,6 +101,10 @@

Extra functions based on ANSI C 89

Memory management functions <stdlib.h>

+ + + +
xsize + Checked size_t computations. +
xalloc Memory allocation with out-of-memory checking. @@ -1052,6 +1056,13 @@ variables. Autoconf macro Depends on
xsize + #include "xsize.h" + --- + xsize.m4
size_max.m4
gl_XSIZE +
--- +
xalloc #include "xalloc.h" @@ -1064,7 +1075,7 @@ variables. #include <alloca.h> alloca_.h
alloca.c
alloca.m4
gl_FUNC_ALLOCA -
xalloc + ---

Integer arithmetic functions <stdlib.h>

@@ -2703,13 +2714,6 @@ variables. tzset.m4
gl_FUNC_TZSET_CLOBBER gettimeofday - - xsize - #include "xsize.h" - --- - xsize.m4
size_max.m4
gl_XSIZE - --- -

Lone files - please create new modules containing them

@@ -2747,6 +2751,6 @@ variables.
       
  • A testsuite
    - Generated from MODULES.html.sh on 18 November 2003. + Generated from MODULES.html.sh on 25 November 2003.