X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=d38e91cf2ce2dd3887438aee8861107c5238695d;hb=c42e0bd189c6ba67698c8146134fbeed89427a10;hp=47932c2aa6714629fb51d023d35c3c3d05f481c9;hpb=f2473b5abb6ac84e2a9c9c28d3f93bdaf2dba6d2;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index 47932c2aa..d38e91cf2 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

@@ -83,10 +83,18 @@

Memory management functions <stdlib.h>

+ + + + @@ -229,6 +237,10 @@ + +
calloc + calloc() function that is glibc compatible. +
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.
timegm Convert calendar time to simple time, inverse of mktime.
tzset + tzset - initialize time conversion information +

Input/Output <stdio.h>

@@ -378,6 +390,10 @@ memory allocation.

Numeric conversion functions <stdlib.h>

+ + @@ -769,6 +785,10 @@ usually the host name including FQDN.

Executing programs

inttostr + Convert integers to printable strings. +
xstrtoimax Convert string to 'intmax_t', with error checking.
+ + @@ -793,6 +813,10 @@ usually the host name including FQDN. + + @@ -809,10 +833,6 @@ usually the host name including FQDN. - - @@ -893,7 +913,7 @@ variables. @@ -942,7 +962,7 @@ variables. @@ -1021,6 +1041,13 @@ variables. + + + +
cloexec + Set or clear the close-on-exec descriptor flag. +
findprog Locating a program in PATH.
Hierarchical processing of command line arguments.
argz + Argv style string arrays in a single null delimited char*. +
exitfail Set exit status for fatal signal.
Enable extensions in standard headers
fatal - Error reporting for fatal errors. -
getdomainname getdomainname() function: Return machine's NIS domain name.
assert #include <assert.h> --- - assert.m4
jm_ASSERT +
assert.m4
gl_ASSERT
---
memcmp #include <string.h> memcmp.c - memcmp.m4
jm_FUNC_MEMCMP +
memcmp.m4
gl_FUNC_MEMCMP
---
Depends on
calloc + #include <stdlib.h> + calloc.c + calloc.m4
AC_FUNC_CALLOC +
--- +
eealloc #include <eealloc.h> eealloc.h @@ -1028,17 +1055,24 @@ variables. ---
free + #include <stdlib.h> + free.c + free.m4
gl_FUNC_FREE +
--- +
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 ---
@@ -1062,7 +1096,7 @@ variables. strftime #include <time.h> strftime.c - mbstate_t.m4
tm_gmtoff.m4
strftime.m4
jm_FUNC_GNU_STRFTIME + mbstate_t.m4
tm_gmtoff.m4
strftime.m4
gl_FUNC_GNU_STRFTIME time_r
tzset @@ -1095,7 +1129,7 @@ variables. #include "xalloc.h" xmalloc.c
xstrdup.c xalloc.m4
gl_XALLOC - malloc
realloc
error
gettext
exitfail
stdbool + error
gettext
exitfail alloca @@ -1170,7 +1204,7 @@ variables. putenv --- putenv.c - putenv.m4
jm_FUNC_PUTENV + putenv.m4
gl_FUNC_PUTENV --- @@ -1178,7 +1212,7 @@ variables. #include "setenv.h" setenv.c
unsetenv.c setenv.m4
gt_FUNC_SETENV - allocsa + allocsa
alloca xsetenv @@ -1279,7 +1313,7 @@ variables. strdup - --- + #include "strdup.h" strdup.c strdup.m4
gl_FUNC_STRDUP --- @@ -1334,7 +1368,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 + exitfail
error

Date and time <time.h>

@@ -1358,7 +1392,7 @@ variables. #include "getdate.h" getdate.y bison.m4
tm_gmtoff.m4
getdate.m4
gl_GETDATE - mktime
unlocked-io + timespec
stdbool
gettime
mktime
alloca
unlocked-io timegm @@ -1367,6 +1401,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>

@@ -1388,7 +1429,7 @@ variables. @@ -1574,9 +1615,9 @@ variables. + +
unlocked-io #include "unlocked-io.h" --- - unlocked-io.m4
jm_FUNC_GLIBC_UNLOCKED_IO +
unlocked-io.m4
gl_FUNC_GLIBC_UNLOCKED_IO
extensions
hash #include "hash.h" - hash.c + hash.c
xalloc.h
hash.m4
gl_HASH -
malloc
realloc
stdbool +
stdbool
readtokens @@ -1763,17 +1804,24 @@ variables. 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" xstrtoimax.c - xstrtoimax.m4
jm_XSTRTOIMAX +
xstrtoimax.m4
gl_XSTRTOIMAX
xstrtol
strtoimax
xstrtoumax #include "xstrtol.h" xstrtoumax.c - xstrtoumax.m4
jm_XSTRTOUMAX +
xstrtoumax.m4
gl_XSTRTOUMAX
xstrtol
strtoumax
@@ -1796,8 +1844,8 @@ variables. chown #include <unistd.h> - chown.c - chown.m4
jm_FUNC_CHOWN + chown.c
fchown-stub.c + chown.m4
gl_FUNC_CHOWN --- @@ -1811,14 +1859,14 @@ variables. ftruncate #include <unistd.h> ftruncate.c - ftruncate.m4
jm_FUNC_FTRUNCATE + ftruncate.m4
gl_FUNC_FTRUNCATE --- getgroups #include <unistd.h> getgroups.c - getgroups.m4
jm_FUNC_GETGROUPS + getgroups.m4
gl_FUNC_GETGROUPS xalloc @@ -1839,14 +1887,14 @@ variables. mkdir #include <sys/stat.h> mkdir.c - mkdir-slash.m4
UTILS_FUNC_MKDIR_TRAILING_SLASH + mkdir-slash.m4
gl_FUNC_MKDIR_TRAILING_SLASH xalloc
dirname mkstemp #include <stdlib.h> mkstemp.c
tempname.c - ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
mkstemp.m4
UTILS_FUNC_MKSTEMP + ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
mkstemp.m4
gl_FUNC_MKSTEMP --- @@ -1874,14 +1922,14 @@ variables. stat #include <sys/stat.h> stat.c - stat.m4
jm_FUNC_STAT - --- + stat.m4
gl_FUNC_STAT + xalloc lstat #include <sys/stat.h> lstat.c - lstat.m4
jm_FUNC_LSTAT + lstat.m4
gl_FUNC_LSTAT stat
xalloc @@ -1902,7 +1950,7 @@ variables. nanosleep #include <time.h> nanosleep.c - nanosleep.m4
jm_FUNC_NANOSLEEP + nanosleep.m4
gl_FUNC_NANOSLEEP timespec @@ -1930,7 +1978,7 @@ variables. utime #if HAVE_UTIME_H
# include <utime.h>
#else
# include <sys/utime.h>
#endif utime.c - utimbuf.m4
utime.m4
utimes.m4
utimes-null.m4
jm_FUNC_UTIME + utimbuf.m4
utime.m4
utimes.m4
utimes-null.m4
gl_FUNC_UTIME safe-read
full-write @@ -1960,7 +2008,7 @@ variables. getopt #include "getopt.h" - getopt.c
getopt1.c + getopt.c
getopt1.c
getopt_int.h getopt.m4
gl_GETOPT gettext @@ -2073,7 +2121,7 @@ variables. dirfd #include "dirfd.h" dirfd.c - dirfd.m4
UTILS_FUNC_DIRFD + dirfd.m4
gl_FUNC_DIRFD --- @@ -2086,7 +2134,7 @@ variables. file-type #include "file-type.h" - file-type.c + file-type.c
stat-macros.h file-type.m4
gl_FILE_TYPE gettext @@ -2115,7 +2163,7 @@ variables. lchown #include "lchown.h" lchown.c - lchown.m4
jm_FUNC_LCHOWN + lchown.m4
gl_FUNC_LCHOWN chown @@ -2268,7 +2316,7 @@ variables. fpending #include "__fpending.h" __fpending.c - fpending.m4
jm_FUNC_FPENDING + fpending.m4
gl_FUNC_FPENDING --- @@ -2327,7 +2375,7 @@ variables. group-member #include "group-member.h" group-member.c - group-member.m4
jm_FUNC_GROUP_MEMBER + group-member.m4
gl_FUNC_GROUP_MEMBER xalloc
stdbool @@ -2560,6 +2608,13 @@ variables. Depends on + cloexec + #include "cloexec.h" + cloexec.c + cloexec.m4
gl_CLOEXEC + stdbool + + findprog #include "findprog.h" findprog.c @@ -2585,7 +2640,7 @@ variables. #include "pipe.h" pipe.c
w32spawn.h pipe.m4
gl_PIPE - error
exit
fatal-signal
gettext
stdbool
strpbrk + wait-process
error
exit
fatal-signal
gettext
stdbool
strpbrk

Java

@@ -2613,6 +2668,13 @@ variables. alloca
getopt
strchrnul
sysexits
mempcpy
strndup
restrict
strcase + argz + #include <argz.h> + argz_.h
argz.c + argz.m4
gl_FUNC_ARGZ + --- + + exitfail #include "exitfail.h" exitfail.c @@ -2641,13 +2703,6 @@ variables. --- - fatal - #include "fatal.h" - fatal.c - fatal.m4
gl_FATAL - error
unlocked-io
exit - - getdomainname #include "getdomainname.h" getdomainname.c @@ -2666,7 +2721,7 @@ variables. --- getloadavg.c getloadavg.m4
gl_FUNC_GETLOADAVG - --- + cloexec
xalloc getpagesize @@ -2756,25 +2811,18 @@ variables. Depends on - free - #include <stdlib.h> - free.c - free.m4
gl_FUNC_FREE + dummy + --- + dummy.c --- - - - tzset - #include <time.h> --- - tzset.m4
gl_FUNC_TZSET_CLOBBER - gettimeofday

Lone files - please create new modules containing them

 lib/progreloc.c
-lib/userspec.h
 m4/check-decl.m4
+m4/c-strtod.m4
 m4/d-type.m4
 m4/glibc.m4
 m4/host-os.m4
@@ -2806,6 +2854,6 @@ variables.
       
  • A testsuite
    - Generated from MODULES.html.sh on 4 February 2004. + Generated from MODULES.html.sh on 3 August 2004.