X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=f47676d78809a5db55ce1f268fa1ce0b92507f85;hb=9bb48fb977629b0184a12b081ba716b8185136d2;hp=69cda3e1f87418190179dc15aa5bf14ebd2c3535;hpb=4eaf56bd9a0abe76970b6321068faa1ae68593bb;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index 69cda3e1f..f47676d78 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

@@ -83,6 +83,10 @@

Memory management functions <stdlib.h>

+ + @@ -102,6 +106,10 @@

Memory management functions <stdlib.h>

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

@@ -233,6 +249,13 @@
vsprintf with automatic memory allocation.
+

Signal handling <signal.h>

+ + + +
fatal-signal + Emergency actions in case of a fatal signal. +

Command-line arguments

@@ -244,10 +267,6 @@ - - @@ -386,6 +405,10 @@ memory allocation. + + @@ -645,8 +668,7 @@ directory.
Print --version output.
version-etc-2 - Print --version output. Translator-friendly. -
long-options Handle --help and --version options.
getgroups() function: return the supplementary group IDs of the current process.
gethostname + gethostname() function: Return machine's hostname. +
gettimeofday gettimeofday() function: return current time.
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

@@ -667,22 +689,10 @@ utility).

Networking functions

- - - - - - + + + + + +
gethostname - gethostname() function: Return machine's hostname. -
xgethostname Return machine's hostname, without size limitations.
getdomainname - getdomainname() function: Return machine's NIS domain name. -
xgetdomainname - Return machine's domainname, without size limitations. -
canon-host Canonicalize a host name: return a name other hosts can understand, i.e. usually the host name including FQDN. @@ -762,6 +772,18 @@ usually the host name including FQDN. 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

@@ -999,17 +1021,24 @@ variables. Depends on + eealloc + #include <eealloc.h> + eealloc.h + eealloc.m4
gl_EEALLOC + --- + + 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 --- @@ -1055,18 +1084,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 + malloc
realloc
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>

@@ -1128,7 +1178,7 @@ variables. #include "setenv.h" setenv.c
unsetenv.c setenv.m4
gt_FUNC_SETENV - alloca + allocsa xsetenv @@ -1229,7 +1279,7 @@ variables. strdup - --- + #include "strdup.h" strdup.c strdup.m4
gl_FUNC_STRDUP --- @@ -1284,7 +1334,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>

@@ -1308,7 +1358,7 @@ variables. #include "getdate.h" getdate.y bison.m4
tm_gmtoff.m4
getdate.m4
gl_GETDATE - mktime
unlocked-io + timespec
stdbool
gettime
mktime
unlocked-io timegm @@ -1353,7 +1403,7 @@ variables. #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 @@ -1363,6 +1413,30 @@ variables. vasnprintf +

Signal handling <signal.h>

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
fatal-signal + #include "fatal-signal.h" + fatal-signal.c + fatal-signal.m4
signalblocking.m4
sig_atomic_t.m4
gl_FATAL_SIGNAL +
xalloc
stdbool +

Command-line arguments

@@ -1384,7 +1458,7 @@ variables. - - + + @@ -1886,7 +1960,7 @@ variables. @@ -2039,8 +2113,8 @@ variables. @@ -2091,7 +2165,7 @@ variables. - - - - - - @@ -2487,7 +2540,7 @@ variables.
#include "argmatch.h" argmatch.c --- - gettext
error
quotearg
quote
unlocked-io
exit +
gettext
error
quotearg
quote
unlocked-io
exit
exitfail
version-etc @@ -1394,13 +1468,6 @@ variables. unlocked-io
gettext
version-etc-2 - #include "version-etc-2.h" - version-etc-2.c - --- - unlocked-io
gettext -
long-options #include "long-options.h" long-options.c @@ -1495,7 +1562,7 @@ variables. #include "obstack.h" obstack.c obstack.m4
gl_OBSTACK -
gettext
exit +
gettext
exit
exitfail
hash-pjw @@ -1755,6 +1822,13 @@ variables. xalloc
gethostname + --- + gethostname.c + gethostname.m4
gl_FUNC_GETHOSTNAME +
--- +
gettimeofday #include <sys/time.h> gettimeofday.c @@ -1812,8 +1886,8 @@ variables.
time_r - #include <time_r.h> - time_r.c
time_r.h +
#include "time_r.h" + time_r.c time_r.m4
gl_TIME_R
extensions
restrict
getopt #include "getopt.h" - getopt.c
getopt1.c +
getopt.c
getopt1.c
getopt_int.h
getopt.m4
gl_GETOPT
gettext
lchown - --- - lchown.h
lchown.c +
#include "lchown.h" + lchown.c lchown.m4
jm_FUNC_LCHOWN
chown
#include "same.h" same.c same.m4
gl_SAME -
xalloc
error
dirname +
xalloc
error
dirname
stdbool
save-cwd @@ -2216,7 +2290,7 @@ variables. --- getpass.c getpass.m4
gl_FUNC_GETPASS -
unlocked-io
getline +
unlocked-io
getline
stdbool
getpass-gnu @@ -2254,7 +2328,7 @@ variables. #include "group-member.h" group-member.c group-member.m4
jm_FUNC_GROUP_MEMBER -
xalloc + xalloc
stdbool
idcache @@ -2265,7 +2339,7 @@ variables.
userspec - --- + #include "userspec.h" userspec.c userspec.m4
gl_USERSPEC
alloca
posixver
xalloc
xstrtol
strdup
gettext @@ -2326,13 +2400,6 @@ variables.
Depends on
gethostname - --- - gethostname.c - gethostname.m4
gl_FUNC_GETHOSTNAME -
--- -
xgethostname #include "xgethostname.h" xgethostname.c @@ -2340,20 +2407,6 @@ variables. gethostname
xalloc
error
exit
getdomainname - #include "getdomainname.h" - getdomainname.c - getdomainname.m4
gl_FUNC_GETDOMAINNAME -
--- -
xgetdomainname - --- - xgetdomainname.h
xgetdomainname.c -
--- - getdomainname
xalloc -
canon-host --- canon-host.c @@ -2381,7 +2434,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])
---
#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

@@ -2513,6 +2566,27 @@ variables. 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

@@ -2536,7 +2610,7 @@ variables. #include "argp.h" argp-ba.c
argp-eexst.c
argp-fmtstream.c
argp-fmtstream.h
argp-fs-xinl.c
argp-help.c
argp-namefrob.h
argp-parse.c
argp-pv.c
argp-pvh.c
argp-xinl.c argp.m4
gl_ARGP - alloca
getopt
strchrnul
sysexits
mempcpy
strndup + alloca
getopt
strchrnul
sysexits
mempcpy
strndup
restrict
strcase exitfail @@ -2582,8 +2656,8 @@ variables. xgetdomainname - --- - xgetdomainname.h
xgetdomainname.c + #include "xgetdomainname.h" + xgetdomainname.c --- getdomainname
xalloc @@ -2592,7 +2666,7 @@ variables. --- getloadavg.c getloadavg.m4
gl_FUNC_GETLOADAVG - --- + cloexec
xalloc getpagesize @@ -2682,6 +2756,27 @@ variables. 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> --- @@ -2692,6 +2787,7 @@ variables.

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
@@ -2704,6 +2800,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
@@ -2723,6 +2820,6 @@ variables.
       
  • A testsuite
    - Generated from MODULES.html.sh on 26 September 2003. + Generated from MODULES.html.sh on 31 March 2004.