X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=7f36406a2e60477b82520b9ddefc5ef538be712e;hb=79c0a43808d9ca85acd04600149fc1a9b75bd1b9;hp=bb51c068ef690e85f977938893c612f2f4762db4;hpb=d162e5500ad357804530b775f10650e454a6bf3a;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index bb51c068e..7f36406a2 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

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

Support for systems lacking ANSI C 89

- - @@ -84,6 +80,13 @@
c-bs-a - Determine portability of "\a". -
assert Allow the installer to disable assertions through "configure --disable-assert".
Most of these modules are not listed among dependencies below, for simplicity.

Enhancements for ANSI C 89 functions

+

Diagnostics <assert.h>

+ + + +
verify + Compile-time assert-like macros. +

Memory management functions <stdlib.h>

@@ -114,6 +117,10 @@

Date and time <time.h>

+ + @@ -214,10 +221,22 @@ HAVE_ALLOCA. + + + + + + @@ -230,6 +249,10 @@ HAVE_ALLOCA. + + @@ -258,7 +281,7 @@ HAVE_ALLOCA.
fprintftime + like nstrftime, but output the formatted date to a FILE* stream +
strftime nstrftime() function: convert date and time to string, with GNU extensions.
stpncpy() function: copy a size-bounded string, returning a pointer to its end.
c-strcase + Case-insensitive string comparison functions in C locale. +
strcase Case-insensitive string comparison functions.
c-strcasestr + Case-insensitive searching in a string in C locale. +
strcasestr + strcasestr() function: case-insensitive search for a substring in a string. +
strchrnul strchrnul(): Find the first occurrence of C in S or the final NUL byte.
strnlen() function: determine the length of a size-bounded string.
strnlen1 + Quick string length estimation. +
strndup strndup() function: duplicate a size-bounded string.
xstrtol - Convert string to 'long` or 'unsigned long', with error checking. + Convert string to 'long' or 'unsigned long', with error checking.

Date and time <time.h>

@@ -423,6 +446,13 @@ memory allocation. Provide SIZE_MAX. +

Variable arguments <stdarg.h>

+ + + +
stdarg + An <stdarg.h> that conforms to C99. +

Boolean type and values <stdbool.h>

@@ -435,9 +465,12 @@ memory allocation.
stdint - An <stdint.h> that nearly conforms to C99. -(Nearly: {uint,int}_{fast,least}{8,16,32,64}_t may not correspond -to the fastest and smallest types available on the system.) + A <stdint.h> that nearly conforms to C99. +Assumes typical host with 8-bit bytes, two's complement +representation, and no padding or trap representations, with int +widths equal to 8, 16, 32, and 64 bits. {uint,int}_fast{8,16,32,64}_t +may not correspond to the fastest types available on the system. +Macros are used instead of typedefs.

Input/output <stdio.h>

@@ -488,6 +521,10 @@ to a fixed length string

Numeric conversion functions <stdlib.h>

+ + @@ -500,6 +537,25 @@ to a fixed length string
intprops + Properties of integer types +
inttostr Convert integers to printable strings.
Convert string to 'uintmax_t', with error checking.
+

Extended multibyte and wide character utilities <wchar.h>

+ + + + + + + + + +
mbchar + Multibyte character data type. +
mbiter + Iterating through multibyte strings. +
mbuiter + Iterating through multibyte strings. +
mbfile + Multibyte character I/O. +

Support for systems lacking POSIX:2001

@@ -516,7 +572,7 @@ to a fixed length string + + @@ -603,9 +663,21 @@ to a fixed length string + + + + + +
getaddrinfo - Get address information. + getaddrinfo() function: Get address information.
getcwd @@ -547,6 +603,10 @@ to a fixed length string Convert internet address from internal to printable, presentable format.
inet_pton + Convert internet address from presentation to internal, binary, format. +
mkdir mkdir() function: create a directory.
strtok_r() function: split string into tokens, thread safe.
sys_stat + A <sys/stat.h> for systems with missing declarations. +
unistd + A <unistd.h> for systems lacking it. +
utime utime() function: change access and/or modification times of a file.
wcwidth + Determine the number of screen columns needed for a character. +

Enhancements for POSIX:2001 functions

@@ -677,7 +749,7 @@ variables. + + @@ -779,6 +855,10 @@ directory.

File descriptor based Input/Output

fsusage - Return filesystem space usage info. + Return file system space usage info.
dirfd @@ -731,7 +803,7 @@ chmod utility).
mountlist - Return list of mounted filesystems. + Return list of mounted file systems.
pathname @@ -756,6 +828,10 @@ directory. Return the entries of a directory (just the names) as an argz string.
stat-time + stat-related time functions +
unlinkdir Determine (and maybe change) whether we can unlink directories.
+ + @@ -878,6 +958,10 @@ usually the host name including FQDN. + +
fcntl-safer + File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO. +
safe-read An interface to read() that retries after interrupts.
lock Locking in multithreaded situations.
tls + Thread-local storage in multithreaded situations. +

Internationalization functions

@@ -1096,6 +1180,17 @@ variables.
Control of symbols exported by shared libraries.
+

Support for building libraries and executables

+ + + + + +
ldd + Command to determine the dynamically linked dependencies of a program. +
lib-ignore + If possible, ignore libraries that are not depended on. +

Support for systems lacking ANSI C 89

@@ -1113,13 +1208,6 @@ variables. - -
Depends on
c-bs-a - --- - --- - c-bs-a.m4
AC_C_BACKSLASH_A -
--- -
assert #include <assert.h> --- @@ -1221,8 +1309,8 @@ variables. strstr #include "strstr.h" strstr.c - strstr.m4
gl_FUNC_STRSTR -
--- + strstr.m4
mbrtowc.m4
gl_FUNC_STRSTR +
mbuiter
strerror @@ -1241,6 +1329,30 @@ variables.
Most of these modules are not listed among dependencies below, for simplicity.

Enhancements for ANSI C 89 functions

+

Diagnostics <assert.h>

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
verify + #include "verify.h" + --- + --- + --- +

Memory management functions <stdlib.h>

@@ -1297,7 +1409,7 @@ variables.
#include "pagealign_alloc.h" pagealign_alloc.c mmap-anon.m4
pagealign_alloc.m4
gl_PAGEALIGN_ALLOC -
error
exit
getpagesize
gettext-h
xalloc +
error
exit
getpagesize
gettext-h
xalloc
unistd

Date and time <time.h>

@@ -1317,6 +1429,13 @@ variables. Depends on + fprintftime + #include "fprintftime.h" + fprintftime.c + fprintftime.m4
gl_FPRINTFTIME + strftime + + strftime #include "strftime.h" strftime.c @@ -1543,11 +1662,32 @@ variables. --- + c-strcase + #include "c-strcase.h" + c-strcasecmp.c
c-strncasecmp.c + --- + c-ctype + + strcase #include "strcase.h" strcasecmp.c
strncasecmp.c - strcase.m4
gl_STRCASE + strcase.m4
mbrtowc.m4
gl_STRCASE + mbuiter + + + c-strcasestr + #include "c-strcasestr.h" + c-strcasestr.c --- + c-ctype + + + strcasestr + #include "strcasestr.h" + strcasestr.c + strcasestr.m4
mbrtowc.m4
gl_FUNC_STRCASESTR + mbuiter strchrnul @@ -1565,12 +1705,19 @@ variables. strnlen - --- - strnlen.h
strnlen.c + #include "strnlen.h" + strnlen.c strnlen.m4
gl_FUNC_STRNLEN --- + strnlen1 + #include "strnlen1.h" + strnlen1.c + --- + memchr + + strndup #include "strndup.h" strndup.c @@ -1632,9 +1779,9 @@ variables. xstrtol #include "xstrtol.h" - intprops.h
xstrtol.c
xstrtoul.c + 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
error + exitfail
error
intprops

Date and time <time.h>

@@ -1723,8 +1870,8 @@ variables. xvasprintf #include "xvasprintf.h" xvasprintf.c
xasprintf.c
xalloc.h - --- - vasprintf
xalloc-die + xvasprintf.m4
gl_XVASPRINTF + vasprintf
xalloc-die
xsize
stdarg

Signal handling <signal.h>

@@ -1748,7 +1895,7 @@ variables. #include "fatal-signal.h" fatal-signal.c fatal-signal.m4
signalblocking.m4
sig_atomic_t.m4
gl_FATAL_SIGNAL - xalloc
stdbool + xalloc
stdbool
unistd raise @@ -1779,7 +1926,7 @@ variables. #include "argmatch.h" argmatch.c --- - gettext-h
error
quotearg
quote
exit
exitfail
stdbool + gettext-h
error
quotearg
quote
exit
exitfail
verify
stdbool version-etc @@ -1823,15 +1970,15 @@ variables. md5 #include "md5.h" md5.c - md5.m4
uint32_t.m4
gl_MD5 - --- + md5.m4
gl_MD5 + stdint sha1 #include "sha1.h" sha1.c sha1.m4
gl_SHA1 - md5 + stdint

Misc

@@ -1910,7 +2057,7 @@ variables. obstack #include "obstack.h" obstack.c - inttypes_h.m4
obstack.m4
stdint_h.m4
uintmax_t.m4
gl_OBSTACK + inttypes_h.m4
obstack.m4
stdint_h.m4
uintmax_t.m4
ulonglong.m4
gl_OBSTACK gettext-h
exit
exitfail @@ -1931,8 +2078,8 @@ variables. readline #include "readline.h" readline.c - readline.m4
lib-link.m4
gl_FUNC_READLINE - getline + readline.m4
gl_FUNC_READLINE + getline
havelib readtokens @@ -2012,6 +2159,30 @@ variables. --- +

Variable arguments <stdarg.h>

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
stdarg + #include <stdarg.h> + --- + stdarg.m4
gl_STDARG_H +
--- +

Boolean type and values <stdbool.h>

@@ -2056,7 +2227,7 @@ variables.
stdint #include <stdint.h> stdint_.h - stdint.m4
inttypes.m4
gl_STDINT_H +
stdint.m4
full-header-path.m4
longlong.m4
gl_STDINT_H
---
@@ -2143,14 +2314,14 @@ variables. --- strtoimax.c longlong.m4
stdint_h.m4
inttypes_h.m4
intmax_t.m4
strtoimax.m4
gl_FUNC_STRTOIMAX - strtoll + strtoll
verify
inttypes strtoumax --- strtoumax.c ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
strtoumax.m4
gl_FUNC_STRTOUMAX - strtoimax
strtoull + strtoimax
strtoull
inttypes

Mathematics <math.h>

@@ -2212,11 +2383,18 @@ variables. Depends on + intprops + #include "intprops.h" + --- + --- + --- + + inttostr #include "inttostr.h" - imaxtostr.c
intprops.h
inttostr.c
offtostr.c
umaxtostr.c - intmax_t.m4
inttostr.m4
longlong.m4
uintmax_t.m4
gl_INTTOSTR - --- + imaxtostr.c
inttostr.c
offtostr.c
umaxtostr.c + intmax_t.m4
inttostr.m4
inttypes_h.m4
longlong.m4
stdint_h.m4
uintmax_t.m4
ulonglong.m4
gl_INTTOSTR + intprops xstrtoimax @@ -2233,6 +2411,51 @@ variables. xstrtol
strtoumax +

Extended multibyte and wide character utilities <wchar.h>

+ + + + + + + + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
mbchar + #if HAVE_WCHAR_H && HAVE_WCTYPE_H
#include "mbchar.h"
#endif +
mbchar.c + mbchar.m4
gl_MBCHAR +
stdbool
wcwidth +
mbiter + #if HAVE_MBRTOWC
#include "mbiter.h"
#endif +
--- + mbiter.m4
mbrtowc.m4
gl_MBITER +
mbchar
stdbool +
mbuiter + #if HAVE_MBRTOWC
#include "mbuiter.h"
#endif +
--- + mbiter.m4
mbrtowc.m4
gl_MBITER +
mbchar
stdbool
strnlen1 +
mbfile + #if HAVE_MBRTOWC
#include "mbfile.h"
#endif +
--- + mbfile.m4
mbrtowc.m4
gl_MBFILE +
mbchar
stdbool +

Support for systems lacking POSIX:2001

@@ -2275,7 +2498,7 @@ variables. + + @@ -2387,14 +2617,14 @@ variables. + + + + @@ -2431,6 +2675,13 @@ variables. + +
#include "getaddrinfo.h" getaddrinfo.c
gai_strerror.c
getaddrinfo.m4
sockpfaf.m4
gl_GETADDRINFO -
restrict
gettext-h
stdbool +
restrict
gettext-h
socklen
stdbool
strdup
sys_socket
inet_ntop
getcwd @@ -2303,7 +2526,7 @@ variables. #include "getlogin_r.h" getlogin_r.c getlogin_r.m4
gl_GETLOGIN_R -
--- + unistd
getsubopt @@ -2324,7 +2547,14 @@ variables. #include "inet_ntop.h" inet_ntop.c inet_ntop.m4
sockpfaf.m4
gl_INET_NTOP -
--- + restrict
socklen
sys_socket +
inet_pton + #include "inet_pton.h" + inet_pton.c + inet_pton.m4
sockpfaf.m4
gl_INET_PTON +
restrict
socklen
sys_socket
mkdir @@ -2338,14 +2568,14 @@ variables. #include <stdlib.h> mkstemp.c
tempname.c
ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
mkstemp.m4
gl_FUNC_MKSTEMP -
stat-macros + stat-macros
sys_stat
mkdtemp #include "mkdtemp.h" mkdtemp.c ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
mkdtemp.m4
gt_FUNC_MKDTEMP -
--- + unistd
poll @@ -2366,7 +2596,7 @@ variables. #include "lstat.h" lstat.c lstat.m4
gl_FUNC_LSTAT -
xalloc
stat-macros +
stat-macros
time_r @@ -2379,7 +2609,7 @@ variables. timespec #include "timespec.h" --- - st_mtim.m4
timespec.m4
gl_TIMESPEC +
timespec.m4
gl_TIMESPEC
extensions
#include <time.h> nanosleep.c nanosleep.m4
gl_FUNC_NANOSLEEP -
timespec
stdbool +
timespec
stdbool
extensions
regex #include "regex.h" regex.c
regex_internal.c
regex_internal.h
regexec.c
regcomp.c
codeset.m4
regex.m4
gl_REGEX -
alloca
extensions
gettext-h
restrict +
alloca
extensions
gettext-h
malloc
restrict
strcase
ssize_t
rename @@ -2412,7 +2642,7 @@ variables.
ssize_t - --- + #include <sys/types.h> --- ssize_t.m4
gt_TYPE_SSIZE_T
--- @@ -2422,6 +2652,20 @@ variables. #include "strtok_r.h" strtok_r.c strtok_r.m4
gl_FUNC_STRTOK_R +
restrict +
sys_stat + #include <sys/stat.h> + stat_.h + full-header-path.m4
sys_stat_h.m4
gl_HEADER_SYS_STAT_H +
--- +
unistd + #include <unistd.h> + --- + unistd_h.m4
gl_HEADER_UNISTD
---
utimbuf.m4
utime.m4
utimes.m4
utimes-null.m4
gl_FUNC_UTIME
safe-read
full-write
wcwidth + #include "wcwidth.h" + --- + wcwidth.m4
wchar_t.m4
gl_FUNC_WCWIDTH +
--- +

Enhancements for POSIX:2001 functions

@@ -2460,12 +2711,12 @@ variables. @@ -2493,16 +2744,16 @@ variables.
#include <getopt.h> getopt_.h
getopt.c
getopt1.c
getopt_int.h
getopt.m4
gl_GETOPT -
gettext-h + gettext-h
unistd
unistd-safer #include "unistd-safer.h" - dup-safer.c
fd-safer.c +
unistd--.h
dup-safer.c
fd-safer.c
pipe-safer.c
unistd-safer.m4
gl_UNISTD_SAFER
---
glob #include <glob.h> - glob_.h
glob.c +
glob_.h
glob-libc.h
glob.c
d-type.m4
glob.m4
gl_GLOB -
alloca
extensions
fnmatch
getlogin_r
mempcpy
restrict
stat-macros
stdbool
strdup +
alloca
extensions
fnmatch
getlogin_r
mempcpy
restrict
stat-macros
stdbool
strdup
unistd
exclude #include "exclude.h" exclude.c exclude.m4
gl_EXCLUDE -
xalloc
strcase
fnmatch-gnu
stdbool +
xalloc
strcase
fnmatch-gnu
stdbool
verify

Extra functions based on POSIX:2001

@@ -2525,9 +2776,9 @@ variables. human #include "human.h" - human.c
intprops.h + human.c ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
human.m4
gl_HUMAN - gettext-h
argmatch
error
xstrtol
stdbool + gettext-h
argmatch
error
intprops
xstrtoumax
stdbool

File system functions

@@ -2572,7 +2823,7 @@ variables. #include "copy-file.h" copy-file.c copy-file.m4
gl_COPY_FILE - error
safe-read
full-write
binary-io
exit
gettext-h + error
safe-read
full-write
binary-io
exit
gettext-h
unistd cycle-check @@ -2635,7 +2886,7 @@ variables. #include "fts_.h" fts.c
fts-cycle.c fts.m4
gl_FUNC_FTS - cycle-check
dirfd
hash
lstat
stdbool
unistd-safer + cycle-check
dirfd
hash
lstat
stdbool
fcntl-safer fts-lgpl @@ -2661,8 +2912,8 @@ variables. mkdir-p #include "mkdir-p.h" - mkdir-p.c - afs.m4
mkdir-p.m4
gl_MKDIR_PARENTS + chdir-safer.c
chdir-safer.h
lchmod.h
mkdir-p.c + afs.m4
chdir-safer.m4
lchmod.m4
mkdir-p.m4
gl_MKDIR_PARENTS alloca
chown
gettext-h
save-cwd
dirname
error
quote
stat-macros
stdbool @@ -2705,14 +2956,21 @@ variables. #include "save-cwd.h" save-cwd.c save-cwd.m4
gl_SAVE_CWD - chdir-long
unistd-safer
xgetcwd
stdbool + chdir-long
fcntl-safer
xgetcwd
stdbool savedir #include "savedir.h" savedir.c savedir.m4
gl_SAVEDIR - xalloc + openat
xalloc + + + stat-time + #include "stat-time.h" + --- + stat-time.m4
gl_STAT_TIME + timespec unlinkdir @@ -2724,15 +2982,15 @@ variables. utimecmp #include "utimecmp.h" - intprops.h
utimecmp.c + utimecmp.c utimecmp.m4
gl_UTIMECMP - hash
timespec
utimens
xalloc
stdbool + hash
stat-time
timespec
utimens
xalloc
intprops
stdbool
verify utimens #include "utimens.h" utimens.c - utimens.m4
utimes.m4
gl_UTIMENS + utimbuf.m4
utimens.m4
utimes.m4
gl_UTIMENS timespec @@ -2767,6 +3025,13 @@ variables. Depends on + fcntl-safer + #include "fcntl-safer.h" + fcntl--.h
creat-safer.c
open-safer.c + fcntl-safer.m4
gl_FCNTL_SAFER + unistd-safer + + safe-read #include "safe-read.h" safe-read.c @@ -2830,12 +3095,12 @@ variables. #include "closeout.h" closeout.c closeout.m4
gl_CLOSEOUT - atexit
gettext-h
error
quotearg
fpending
exitfail
stdbool + gettext-h
error
quotearg
fpending
exitfail
stdbool stdio-safer #include "stdio-safer.h" - fopen-safer.c + stdio--.h
fopen-safer.c stdio-safer.m4
gl_STDIO_SAFER unistd-safer @@ -2894,9 +3159,9 @@ variables. userspec #include "userspec.h" - inttostr.h
intprops.h
userspec.c + inttostr.h
userspec.c userspec.m4
gl_USERSPEC - posixver
xalloc
xstrtol
strdup
gettext-h
stdbool + posixver
xalloc
xstrtol
strdup
gettext-h
intprops
stdbool

Date and time

@@ -2920,14 +3185,14 @@ variables. #include "timespec.h" gettime.c clock_time.m4
gettime.m4
gl_GETTIME - gettimeofday
timespec + gettimeofday
timespec
extensions settime --- settime.c clock_time.m4
settime.m4
gl_SETTIME - timespec + timespec
extensions posixtm @@ -2939,9 +3204,9 @@ variables. xnanosleep #include "xnanosleep.h" - intprops.h
xnanosleep.c + xnanosleep.c xnanosleep.m4
gl_XNANOSLEEP - timespec
stdbool + timespec
intprops
stdbool

Networking functions

@@ -2969,10 +3234,10 @@ variables. canon-host - --- + #include "canon-host.h" canon-host.c canon-host.m4
gl_CANON_HOST - strdup + getaddrinfo
strdup

Multithreading

@@ -2995,8 +3260,15 @@ variables. lock #include "lock.h" lock.c - lock.m4
lib-ld.m4
lib-link.m4
lib-prefix.m4
gl_LOCK - --- + lock.m4
gl_LOCK + havelib + + + tls + #include "tls.h" + tls.c + tls.m4
gl_TLS + lock

Internationalization functions

@@ -3019,8 +3291,8 @@ variables. gettext #include "gettext.h" --- - codeset.m4
gettext.m4
glibc2.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]) - gettext-h + codeset.m4
gettext.m4
glibc2.m4
glibc21.m4
iconv.m4
intdiv0.m4
intmax.m4
inttypes.m4
inttypes_h.m4
inttypes-pri.m4
isc-posix.m4
lcmessage.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])
AM_GNU_GETTEXT_VERSION([0.14.5]) + gettext-h
havelib gettext-h @@ -3033,8 +3305,8 @@ variables. iconv #include <iconv.h> --- - iconv.m4
lib-ld.m4
lib-link.m4
lib-prefix.m4
AM_ICONV - --- + iconv.m4
AM_ICONV + havelib iconvme @@ -3062,7 +3334,7 @@ variables. #include "mbswidth.h" mbswidth.c mbstate_t.m4
mbrtowc.m4
mbswidth.m4
gl_MBSWIDTH - --- + wcwidth memcasecmp @@ -3170,28 +3442,28 @@ variables. #include "findprog.h" findprog.c findprog.m4
eaccess.m4
gl_FINDPROG - stdbool
xalloc
pathname + stdbool
xalloc
pathname
unistd 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-h
stdbool + fatal-signal
error
exit
xalloc
gettext-h
stdbool
unistd execute #include "execute.h" execute.c
w32spawn.h execute.m4
gl_EXECUTE - error
exit
fatal-signal
wait-process
gettext-h
stdbool
strpbrk + error
exit
fatal-signal
wait-process
gettext-h
stdbool
strpbrk
unistd pipe #include "pipe.h" pipe.c
w32spawn.h pipe.m4
gl_PIPE - wait-process
error
exit
fatal-signal
gettext-h
stdbool
strpbrk + wait-process
error
exit
fatal-signal
gettext-h
stdbool
strpbrk
unistd sh-quote @@ -3227,15 +3499,15 @@ variables. javacomp #include "javacomp.h" - javacomp.c
javacomp.sh.in - javacomp.m4
gt_JAVACOMP - stdbool
xallocsa
execute
pipe
wait-process
classpath
xsetenv
sh-quote
safe-read
xalloc
error
gettext-h + javacomp.c + --- + stdbool
xallocsa
execute
pipe
wait-process
classpath
xsetenv
sh-quote
safe-read
xalloc
error
gettext-h
javacomp-script javaexec #include "javaexec.h" - javaexec.c
javaexec.sh.in - javaexec.m4
gt_JAVAEXEC + javaexec.c + javaexec.m4
gt_JAVAEXEC
AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in]) stdbool
execute
classpath
xsetenv
sh-quote
pathname
xalloc
xallocsa
error
gettext-h @@ -3258,15 +3530,15 @@ variables. csharpcomp #include "csharpcomp.h" - csharpcomp.c
csharpcomp.sh.in - csharpcomp.m4
csharp.m4
gt_CSHARPCOMP - stdbool
xallocsa
execute
pipe
wait-process
getline
sh-quote
safe-read
error
gettext-h + csharpcomp.c + --- + stdbool
xallocsa
execute
pipe
wait-process
getline
sh-quote
safe-read
error
gettext-h
csharpcomp-script csharpexec #include "csharpexec.h" - csharpexec.c
csharpexec.sh.in
classpath.h
classpath.c - csharpexec.m4
csharp.m4
gt_CSHARPEXEC + csharpexec.c
classpath.h
classpath.c + csharpexec.m4
csharp.m4
gt_CSHARPEXEC
AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in]) stdbool
execute
xsetenv
sh-quote
xalloc
xallocsa
error
gettext-h @@ -3289,9 +3561,9 @@ variables. argp #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-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-pin.c
argp-pv.c
argp-pvh.c
argp-xinl.c argp.m4
gl_ARGP - alloca
getopt
strchrnul
sysexits
mempcpy
strndup
restrict
strcase
extensions
vsnprintf + alloca
dirname
getopt
strchrnul
sysexits
mempcpy
strndup
restrict
strcase
extensions
vsnprintf argz @@ -3319,7 +3591,7 @@ variables. #include "c-stack.h" c-stack.c c-stack.m4
gl_C_STACK - gettext-h
exitfail + gettext-h
exitfail
unistd error @@ -3352,9 +3624,9 @@ variables. getloadavg --- - getloadavg.c
intprops.h + getloadavg.c AC_FUNC_GETLOADAVG - cloexec
xalloc
c-strtod
stdbool
unistd-safer + cloexec
xalloc
c-strtod
intprops
stdbool
fcntl-safer getpagesize @@ -3410,14 +3682,14 @@ variables. #include "readutmp.h" readutmp.c readutmp.m4
gl_READUTMP - xalloc
stdbool + xalloc
free
stdbool sig2str #include "sig2str.h" - intprops.h
sig2str.c + sig2str.c sig2str.m4
gl_FUNC_SIG2STR - --- + intprops sysexits @@ -3434,6 +3706,37 @@ variables. --- +

Support for building libraries and executables

+ + + + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
ldd + --- + --- + ldd.m4
gl_LDD
AC_CONFIG_FILES([ldd.sh:build-aux/ldd.sh.in]) +
--- +
lib-ignore + --- + --- + lib-ignore.m4
gl_IGNORE_UNUSED_LIBRARIES +
--- +

Unclassified modules - please update MODULES.html.sh

@@ -3451,6 +3754,20 @@ variables. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Depends on
arcfour + #include "arcfour.h" + arcfour.c + arcfour.m4
gl_ARCFOUR +
stdint +
arctwo + #include "arctwo.h" + arctwo.c + arctwo.m4
gl_ARCTWO +
stdint +
chdir-long #include "chdir-long.h" chdir-long.c @@ -3458,18 +3775,214 @@ variables. openat
mempcpy
memrchr
stdbool
crc + #include "crc.h" + crc.c + crc.m4
gl_CRC +
stdint +
csharpcomp-script + --- + --- + csharpcomp.m4
csharp.m4
gt_CSHARPCOMP
AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in]) +
--- +
des + #include "des.h" + des.c + des.m4
gl_DES +
stdint
stdbool +
gc + #include "gc.h" + gc-libgcrypt.c
gc-gnulib.c +
gc.m4
gl_GC +
havelib
restrict +
gc-arcfour + #include "gc.h" + arcfour.h
arcfour.c +
gc-arcfour.m4
arcfour.m4
gl_GC_ARCFOUR +
stdint
gc +
gc-arctwo + #include "gc.h" + arctwo.h
arctwo.c +
gc-arctwo.m4
arctwo.m4
gl_GC_ARCTWO +
stdint
gc +
gc-des + #include "gc.h" + des.h
des.c +
gc-des.m4
des.m4
gl_GC_DES +
stdint
gc +
gc-hmac-md5 + #include "gc.h" + md5.h
md5.c
hmac.h
hmac-md5.c
memxor.h
memxor.c +
gc-hmac-md5.m4
md5.m4
hmac-md5.m4
memxor.m4
gl_GC_HMAC_MD5 +
stdint
gc +
gc-hmac-sha1 + #include "gc.h" + sha1.h
sha1.c
hmac.h
hmac-sha1.c
memxor.h
memxor.c +
gc-hmac-sha1.m4
sha1.m4
hmac-sha1.m4
memxor.m4
gl_GC_HMAC_SHA1 +
stdint
gc +
gc-md2 + #include "gc.h" + --- + gc-md2.m4
gl_GC_MD2 +
stdint
gc
minmax
md2 +
gc-md4 + #include "gc.h" + md4.h
md4.c +
gc-md4.m4
md4.m4
gl_GC_MD4 +
stdint
gc +
gc-md5 + #include "gc.h" + md5.h
md5.c +
gc-md5.m4
md5.m4
gl_GC_MD5 +
stdint
gc +
gc-pbkdf2-sha1 + #include "gc.h" + gc-pbkdf2-sha1.c + gc-pbkdf2-sha1.m4
gl_GC_PBKDF2_SHA1 +
gc
gc-hmac-sha1 +
gc-random + #include "gc.h" + --- + gc-random.m4
gl_GC_RANDOM +
gc +
gc-rijndael + #include "gc.h" + rijndael-alg-fst.c
rijndael-alg-fst.h
rijndael-api-fst.c
rijndael-api-fst.h +
gc-rijndael.m4
rijndael.m4
gl_GC_RIJNDAEL +
stdint
gc +
gc-sha1 + #include "gc.h" + sha1.h
sha1.c +
gc-sha1.m4
sha1.m4
gl_GC_SHA1 +
stdint
gc +
gethrxtime #include "xtime.h" gethrxtime.c
gethrxtime.h
gethrxtime.m4
clock_time.m4
longlong.m4
gl_GETHRXTIME -
extensions + gettime
extensions +
havelib + --- + --- + lib-ld.m4
lib-link.m4
lib-prefix.m4 +
--- +
hmac-md5 + #include "hmac.h" + hmac-md5.c + hmac-md5.m4
gl_HMAC_MD5 +
memxor
md5 +
hmac-sha1 + #include "hmac.h" + hmac-sha1.c + hmac-sha1.m4
gl_HMAC_SHA1 +
memxor
sha1 +
inttypes + #include <inttypes.h> + inttypes.h + include_next.m4
full-header-path.m4
_inttypes_h.m4
gl_INTTYPES_H +
--- +
javacomp-script + --- + --- + javacomp.m4
gt_JAVACOMP
AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in]) +
--- +
maintainer-makefile + --- + --- + --- + --- +
md2 + #include "md2.h" + md2.c + md2.m4
gl_MD2 +
minmax +
md4 + #include "md4.h" + md4.c + md4.m4
gl_MD4 +
stdint +
memxor + #include "memxor.h" + memxor.c + memxor.m4
gl_MEMXOR +
restrict
openat #include "openat.h" - openat.c + mkdirat.c
openat.c
openat-die.c
openat-priv.h
openat.m4
gl_FUNC_OPENAT -
save-cwd
gettext-h
error
exitfail
extensions +
save-cwd
gettext-h
dirname
extensions
intprops +
read-file + #include "read-file.h" + read-file.c + read-file.m4
gl_FUNC_READ_FILE +
--- +
rijndael + #include "rijndael-alg-fst.h"
#include "rijndael-api-fst.h" +
rijndael-alg-fst.c
rijndael-alg-fst.h
rijndael-api-fst.c
rijndael-api-fst.h +
rijndael.m4
gl_RIJNDAEL +
stdint +
socklen + #include <sys/types.h>
#include <sys/socket.h> +
--- + socklen.m4
gl_TYPE_SOCKLEN_T +
sys_socket
stat-macros @@ -3478,10 +3991,27 @@ variables. stat-macros.m4
gl_STAT_MACROS
---
sys_select + #include <sys/select.h> + --- + sys_select_h.m4
gl_HEADER_SYS_SELECT +
sys_socket +
sys_socket + #include <sys/types.h>
#include <sys/socket.h> +
socket_.h + sys_socket_h.m4
gl_HEADER_SYS_SOCKET +
--- +

Lone files - please create new modules containing them

+lib/mkstemp-safer.c
 lib/progreloc.c
+lib/stdlib--.h
+m4/gnulib-tool.m4
 m4/host-os.m4
 m4/jm-winsz1.m4
 m4/jm-winsz2.m4
@@ -3492,9 +4022,12 @@ variables.
 m4/readdir.m4
 m4/rmdir-errno.m4
 m4/st_dm_mode.m4
+m4/stdlib-safer.m4
+m4/uint32_t.m4
 m4/uintptr_t.m4
 m4/unlink-busy.m4
 m4/uptime.m4
+m4/warning.m4
 

Future developments

Ideally a module could consist of: @@ -3503,11 +4036,11 @@ variables.
  • One or more implementation files: lib/module.c et al.
  • One or more autoconf macro files: m4/module.m4 et al.
  • A configure.ac fragment, Makefile.am fragment, dependency list: modules/module +
  • A testsuite: source files in tests/ and metainformation (a configure.ac fragment, Makefile.am fragment, dependency list) in modules/module-tests
  • Some documentation
  • A POT file and some PO files -
  • A testsuite
    - Generated from MODULES.html.sh on 13 August 2005. + Generated from MODULES.html.sh on 2 July 2006.