X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=8af4830ec3cb9f1200bba3c919aa2ce93bd9e10f;hb=fc55c5ccc855a96c977197101ba1d0af02adbb97;hp=790e2d829c9254c498bfb33c673fbe717e4e672b;hpb=10f1955111d164643ac0dc70803ec4b4a1d19a3b;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index 790e2d829..8af4830ec 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

@@ -83,6 +83,14 @@

Memory management functions <stdlib.h>

+ + + + @@ -102,6 +110,10 @@

Memory management functions <stdlib.h>

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.
+ + @@ -109,6 +121,14 @@ + + + +
xsize + Checked size_t computations. +
xalloc Memory allocation with out-of-memory checking.
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>

@@ -213,6 +233,10 @@ + +
timegm Convert calendar time to simple time, inverse of mktime.
tzset + tzset - initialize time conversion information +

Input/Output <stdio.h>

@@ -362,6 +386,10 @@ memory allocation.

Numeric conversion functions <stdlib.h>

+ + @@ -652,8 +680,7 @@ directory.
inttostr + Convert integers to printable strings. +
xstrtoimax Convert string to 'intmax_t', with error checking.
userspec - Parse a specifying a user and/or group (e.g. as first argument of chown -utility). + Parse a `user:group' specifier (e.g. the first argument of chown utility).

Date and time

@@ -754,9 +781,25 @@ usually the host name including FQDN.

Executing programs

+ + + + + + + +
cloexec + Set or clear the close-on-exec descriptor flag. +
findprog Locating a program in PATH.
wait-process + Waiting for a subprocess to finish. +
execute + Creation of autonomous subprocesses. +
pipe + Creation of subprocesses, communicating via pipes. +

Java

Misc

@@ -866,7 +909,7 @@ variables. assert #include <assert.h> --- - assert.m4
jm_ASSERT + assert.m4
gl_ASSERT --- @@ -915,7 +958,7 @@ variables. memcmp #include <string.h> memcmp.c - memcmp.m4
jm_FUNC_MEMCMP + memcmp.m4
gl_FUNC_MEMCMP --- @@ -994,17 +1037,31 @@ variables. Depends on + eealloc + #include <eealloc.h> + eealloc.h + eealloc.m4
gl_EEALLOC + --- + + + 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 --- @@ -1028,7 +1085,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 @@ -1050,18 +1107,39 @@ variables. Depends on + xsize + #include "xsize.h" + --- + xsize.m4
size_max.m4
gl_XSIZE + --- + + xalloc #include "xalloc.h" xmalloc.c
xstrdup.c xalloc.m4
gl_XALLOC - malloc
realloc
error
gettext
exitfail
exit + error
gettext
exitfail alloca #include <alloca.h> alloca_.h
alloca.c alloca.m4
gl_FUNC_ALLOCA - xalloc + --- + + + 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>

@@ -1115,7 +1193,7 @@ variables. putenv --- putenv.c - putenv.m4
jm_FUNC_PUTENV + putenv.m4
gl_FUNC_PUTENV --- @@ -1123,7 +1201,7 @@ variables. #include "setenv.h" setenv.c
unsetenv.c setenv.m4
gt_FUNC_SETENV - alloca + allocsa
alloca xsetenv @@ -1224,7 +1302,7 @@ variables. strdup - --- + #include "strdup.h" strdup.c strdup.m4
gl_FUNC_STRDUP --- @@ -1279,7 +1357,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>

@@ -1303,7 +1381,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 @@ -1312,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>

@@ -1333,7 +1418,7 @@ variables. @@ -1348,7 +1433,7 @@ variables.
unlocked-io #include "unlocked-io.h" --- - unlocked-io.m4
jm_FUNC_GLIBC_UNLOCKED_IO +
unlocked-io.m4
gl_FUNC_GLIBC_UNLOCKED_IO
extensions
#include "vasnprintf.h" printf-args.h
printf-args.c
printf-parse.h
printf-parse.c
vasnprintf.c
asnprintf.c
signed.m4
longdouble.m4
wchar_t.m4
wint_t.m4
longlong.m4
intmax_t.m4
vasnprintf.m4
gl_FUNC_VASNPRINTF -
alloca + alloca
xsize
vasprintf @@ -1378,7 +1463,7 @@ variables. fatal-signal #include "fatal-signal.h" fatal-signal.c - fatal-signal.m4
signalblocking.m4
gl_FATAL_SIGNAL +
fatal-signal.m4
signalblocking.m4
sig_atomic_t.m4
gl_FATAL_SIGNAL
xalloc
stdbool
@@ -1403,7 +1488,7 @@ variables. #include "argmatch.h" argmatch.c --- - gettext
error
quotearg
quote
unlocked-io
exit + gettext
error
quotearg
quote
unlocked-io
exit
exitfail version-etc @@ -1507,7 +1592,7 @@ variables. #include "obstack.h" obstack.c obstack.m4
gl_OBSTACK - gettext
exit + gettext
exit
exitfail hash-pjw @@ -1521,7 +1606,7 @@ variables. #include "hash.h" hash.c hash.m4
gl_HASH - malloc
realloc
stdbool + stdbool readtokens @@ -1708,17 +1793,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 @@ -1742,7 +1834,7 @@ variables. chown #include <unistd.h> chown.c - chown.m4
jm_FUNC_CHOWN + chown.m4
gl_FUNC_CHOWN --- @@ -1756,14 +1848,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 @@ -1784,14 +1876,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 --- @@ -1819,14 +1911,14 @@ variables. stat #include <sys/stat.h> stat.c - stat.m4
jm_FUNC_STAT + stat.m4
gl_FUNC_STAT --- lstat #include <sys/stat.h> lstat.c - lstat.m4
jm_FUNC_LSTAT + lstat.m4
gl_FUNC_LSTAT stat
xalloc @@ -1847,7 +1939,7 @@ variables. nanosleep #include <time.h> nanosleep.c - nanosleep.m4
jm_FUNC_NANOSLEEP + nanosleep.m4
gl_FUNC_NANOSLEEP timespec @@ -1875,7 +1967,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 @@ -1905,7 +1997,7 @@ variables. getopt #include "getopt.h" - getopt.c
getopt1.c + getopt.c
getopt1.c
getopt_int.h getopt.m4
gl_GETOPT gettext @@ -2018,7 +2110,7 @@ variables. dirfd #include "dirfd.h" dirfd.c - dirfd.m4
UTILS_FUNC_DIRFD + dirfd.m4
gl_FUNC_DIRFD --- @@ -2060,7 +2152,7 @@ variables. lchown #include "lchown.h" lchown.c - lchown.m4
jm_FUNC_LCHOWN + lchown.m4
gl_FUNC_LCHOWN chown @@ -2110,7 +2202,7 @@ variables. #include "same.h" same.c same.m4
gl_SAME - xalloc
error
dirname + xalloc
error
dirname
stdbool save-cwd @@ -2213,7 +2305,7 @@ variables. fpending #include "__fpending.h" __fpending.c - fpending.m4
jm_FUNC_FPENDING + fpending.m4
gl_FUNC_FPENDING --- @@ -2272,8 +2364,8 @@ variables. group-member #include "group-member.h" group-member.c - group-member.m4
jm_FUNC_GROUP_MEMBER - xalloc + group-member.m4
gl_FUNC_GROUP_MEMBER + xalloc
stdbool idcache @@ -2284,7 +2376,7 @@ variables. userspec - --- + #include "userspec.h" userspec.c userspec.m4
gl_USERSPEC alloca
posixver
xalloc
xstrtol
strdup
gettext @@ -2379,7 +2471,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]) --- @@ -2485,7 +2577,7 @@ variables. #include "linebreak.h" linebreak.c
lbrkprop.h linebreak.m4
gl_LINEBREAK - localcharset
c-ctype
iconv
utf8-ucs4
utf16-ucs4 + localcharset
c-ctype
iconv
utf8-ucs4
utf16-ucs4
xsize

Executing programs

@@ -2505,12 +2597,40 @@ variables. Depends on + cloexec + #include "cloexec.h" + cloexec.c + cloexec.m4
gl_CLOEXEC + stdbool + + findprog #include "findprog.h" findprog.c findprog.m4
eaccess.m4
gl_FINDPROG stdbool
xalloc
pathname + + wait-process + #include "wait-process.h" + wait-process.c + 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

@@ -2590,7 +2710,7 @@ variables. --- getloadavg.c getloadavg.m4
gl_FUNC_GETLOADAVG - --- + cloexec
xalloc getpagesize @@ -2663,40 +2783,10 @@ variables. --- -

Unclassified modules - please update MODULES.html.sh

- - - - - - - - - -
modules/ - lib/ - lib/ - m4/ -   -
Module - Header - Implementation - Autoconf macro - Depends on -
free - #include <stdlib.h> - free.c - free.m4
gl_FUNC_FREE -
--- -
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/d-type.m4
 m4/glibc.m4
@@ -2709,6 +2799,7 @@ variables.
 m4/onceonly.m4
 m4/perl.m4
 m4/prereq.m4
+m4/ptrdiff_max.m4
 m4/readdir.m4
 m4/rmdir-errno.m4
 m4/search-libs.m4
@@ -2728,6 +2819,6 @@ variables.
       
  • A testsuite
    - Generated from MODULES.html.sh on 11 October 2003. + Generated from MODULES.html.sh on 1 June 2004.