From: Karl Berry Date: Tue, 13 Apr 2004 07:43:49 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6007f966e880283cfe5fc96c7f232a9077bfd06;p=pspp . --- diff --git a/MODULES.html b/MODULES.html index f47676d788..4df7e2f435 100644 --- a/MODULES.html +++ b/MODULES.html @@ -86,6 +86,10 @@ eealloc Memory allocation with expensive empty allocations (glibc compatible). + + free + Work around incompatibility on older systems where free (NULL) fails. + malloc malloc() function that is glibc compatible. @@ -229,6 +233,10 @@ timegm Convert calendar time to simple time, inverse of mktime. + + tzset + tzset - initialize time conversion information +

Input/Output <stdio.h>

@@ -377,6 +385,10 @@ memory allocation.

Extra functions based on ISO C 99

Numeric conversion functions <stdlib.h>

+ +
inttostr + Convert integers to printable strings. +
xstrtoimax Convert string to 'intmax_t', with error checking. @@ -768,6 +780,10 @@ usually the host name including FQDN.

Executing programs

+ + + + + +
cloexec + Set or clear the close-on-exec descriptor flag. +
findprog Locating a program in PATH. @@ -1027,6 +1043,13 @@ variables. eealloc.m4
gl_EEALLOC
---
free + #include <stdlib.h> + free.c + free.m4
gl_FUNC_FREE +
--- +
malloc #include <stdlib.h> @@ -1367,6 +1390,13 @@ variables. timegm.m4
gl_FUNC_TIMEGM
mktime
time_r
tzset + #include <time.h> + --- + tzset.m4
gl_FUNC_TZSET_CLOBBER +
gettimeofday +

Input/Output <stdio.h>

@@ -1762,6 +1792,13 @@ variables. + + + +
Autoconf macro Depends on
inttostr + #include "inttostr.h" + imaxtostr.c
inttostr.c
offtostr.c
umaxtostr.c +
intmax_t.m4
inttostr.m4
uintmax_t.m4
gl_INTTOSTR +
--- +
xstrtoimax #include "xstrtol.h" @@ -2559,6 +2596,13 @@ variables. Autoconf macro Depends on
cloexec + #include "cloexec.h" + cloexec.c + cloexec.m4
gl_CLOEXEC +
stdbool +
findprog #include "findprog.h" @@ -2739,51 +2783,6 @@ variables. ---
-

Unclassified modules - please update MODULES.html.sh

- - - - - - - - - - - - - -
modules/ - lib/ - lib/ - m4/ -   -
Module - Header - Implementation - Autoconf macro - Depends on -
cloexec - #include "cloexec.h" - cloexec.c - cloexec.m4
gl_CLOEXEC -
stdbool -
free - #include <stdlib.h> - free.c - free.m4
gl_FUNC_FREE -
--- -
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> - --- - tzset.m4
gl_FUNC_TZSET_CLOBBER -
gettimeofday -

Lone files - please create new modules containing them

 lib/progreloc.c
@@ -2820,6 +2819,6 @@ variables.
       
  • A testsuite
    - Generated from MODULES.html.sh on 31 March 2004. + Generated from MODULES.html.sh on 13 April 2004.