X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=8456d10e403c70b0f550e584dc72a3a3f54b7c39;hb=0b2995c83678691b1854a10f89cc5aaac9dfcd7b;hp=692dc2808b5888d281718ca385ad2a02dbc3b5bd;hpb=6335667483afb1d2c65bdbe12c80011b13caad49;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index 692dc2808..8456d10e4 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,18 @@ HAVE_ALLOCA. + + + + @@ -268,6 +283,10 @@ 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.
xstrtol Convert string to 'long' or 'unsigned long', with error checking.
xstrtold + Convert string to 'long double', with error checking. +

Date and time <time.h>

@@ -431,6 +450,13 @@ memory allocation.
Provide SIZE_MAX.
+

Variable arguments <stdarg.h>

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

Boolean type and values <stdbool.h>

@@ -443,9 +469,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>

@@ -496,6 +525,10 @@ to a fixed length string

Numeric conversion functions <stdlib.h>

+ + @@ -574,6 +607,10 @@ to a fixed length string + + @@ -630,9 +667,21 @@ to a fixed length string + + + + + +
intprops + Properties of integer types +
inttostr Convert integers to printable strings.
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

@@ -704,7 +753,7 @@ variables. @@ -783,6 +832,10 @@ directory. + + @@ -1131,6 +1184,17 @@ variables.
fsusage - Return filesystem space usage info. + Return file system space usage info.
dirfd @@ -758,7 +807,7 @@ chmod utility).
mountlist - Return list of mounted filesystems. + Return list of mounted file systems.
pathname @@ -771,7 +820,7 @@ filename, and a suffix.
same - Determine whether two pathnames refer to the same directory entry of the same + Determine whether two file names refer to the same directory entry of the same 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.
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

@@ -1148,13 +1212,6 @@ variables. - -
Depends on
c-bs-a - --- - --- - c-bs-a.m4
AC_C_BACKSLASH_A -
--- -
assert #include <assert.h> --- @@ -1276,6 +1333,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>

@@ -1332,7 +1413,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>

@@ -1352,6 +1433,13 @@ variables. Depends on + fprintftime + #include "fprintftime.h" + fprintftime.c + fprintftime.m4
gl_FPRINTFTIME + strftime + + strftime #include "strftime.h" strftime.c @@ -1578,6 +1666,13 @@ variables. --- + c-strcase + #include "c-strcase.h" + c-strcasecmp.c
c-strncasecmp.c + --- + c-ctype + + strcase #include "strcase.h" strcasecmp.c
strncasecmp.c @@ -1585,6 +1680,13 @@ variables. mbuiter + c-strcasestr + #include "c-strcasestr.h" + c-strcasestr.c + --- + c-ctype + + strcasestr #include "strcasestr.h" strcasestr.c @@ -1607,8 +1709,8 @@ variables. strnlen - --- - strnlen.h
strnlen.c + #include "strnlen.h" + strnlen.c strnlen.m4
gl_FUNC_STRNLEN --- @@ -1681,9 +1783,16 @@ 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 + + + xstrtold + #include "xstrtod.h" + xstrtod.c
xstrtold.c + xstrtod.m4
gl_XSTRTOLD + stdbool

Date and time <time.h>

@@ -1772,8 +1881,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>

@@ -1797,7 +1906,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 @@ -1828,7 +1937,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 @@ -1872,15 +1981,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

@@ -1959,7 +2068,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 @@ -2061,6 +2170,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>

@@ -2105,7 +2238,7 @@ variables.
stdint #include <stdint.h> stdint_.h - stdint.m4
inttypes.m4
gl_STDINT_H +
stdint.m4
absolute-header.m4
longlong.m4
gl_STDINT_H
---
@@ -2192,14 +2325,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>

@@ -2261,11 +2394,18 @@ variables. Depends on + intprops + #include "intprops.h" + --- + --- + --- + + inttostr #include "inttostr.h" - imaxtostr.c
intprops.h
inttostr.c
offtostr.c
umaxtostr.c + 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 @@ -2300,30 +2440,30 @@ variables. mbchar - #include "mbchar.h" + #if HAVE_WCHAR_H && HAVE_WCTYPE_H
#include "mbchar.h"
#endif mbchar.c mbchar.m4
gl_MBCHAR - stdbool + stdbool
wcwidth mbiter - #include "mbiter.h" + #if HAVE_MBRTOWC
#include "mbiter.h"
#endif --- - mbiter.m4
gl_MBITER + mbiter.m4
mbrtowc.m4
gl_MBITER mbchar
stdbool mbuiter - #include "mbuiter.h" + #if HAVE_MBRTOWC
#include "mbuiter.h"
#endif --- - mbiter.m4
gl_MBITER + mbiter.m4
mbrtowc.m4
gl_MBITER mbchar
stdbool
strnlen1 mbfile - #include "mbfile.h" + #if HAVE_MBRTOWC
#include "mbfile.h"
#endif --- - mbfile.m4
gl_MBFILE + mbfile.m4
mbrtowc.m4
gl_MBFILE mbchar
stdbool @@ -2369,13 +2509,13 @@ variables. #include "getaddrinfo.h" getaddrinfo.c
gai_strerror.c getaddrinfo.m4
sockpfaf.m4
gl_GETADDRINFO - restrict
gettext-h
stdbool
strdup + restrict
gettext-h
socklen
stdbool
strdup
sys_socket
inet_ntop getcwd #include "getcwd.h" getcwd.c - d-ino.m4
getcwd-path-max.m4
getcwd.m4
gl_FUNC_GETCWD + d-ino.m4
getcwd-abort-bug.m4
getcwd-path-max.m4
getcwd.m4
gl_FUNC_GETCWD mempcpy
extensions
stdbool @@ -2397,7 +2537,7 @@ variables. #include "getlogin_r.h" getlogin_r.c getlogin_r.m4
gl_GETLOGIN_R - --- + unistd getsubopt @@ -2418,7 +2558,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 @@ -2432,14 +2579,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 @@ -2460,7 +2607,7 @@ variables. #include "lstat.h" lstat.c lstat.m4
gl_FUNC_LSTAT - xalloc
stat-macros + stat-macros time_r @@ -2473,7 +2620,7 @@ variables. timespec #include "timespec.h" --- - st_mtim.m4
timespec.m4
gl_TIMESPEC + timespec.m4
gl_TIMESPEC extensions @@ -2481,14 +2628,14 @@ variables. #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
malloc
restrict + alloca
extensions
gettext-h
malloc
restrict
strcase
ssize_t rename @@ -2506,7 +2653,7 @@ variables. ssize_t - --- + #include <sys/types.h> --- ssize_t.m4
gt_TYPE_SSIZE_T --- @@ -2516,6 +2663,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 + absolute-header.m4
sys_stat_h.m4
gl_HEADER_SYS_STAT_H + --- + + + unistd + #include <unistd.h> + --- + unistd_h.m4
gl_HEADER_UNISTD --- @@ -2525,6 +2686,13 @@ variables. 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

@@ -2546,15 +2714,15 @@ variables.
dirname #include "dirname.h" dirname.c
basename.c
stripslash.c -
dos.m4
dirname.m4
gl_DIRNAME -
xalloc
stdbool +
dos.m4
dirname.m4
double-slash-root.m4
gl_DIRNAME +
stdbool
xalloc
xstrndup
getopt #include <getopt.h> getopt_.h
getopt.c
getopt1.c
getopt_int.h
getopt.m4
gl_GETOPT -
gettext-h + gettext-h
unistd
unistd-safer @@ -2589,14 +2757,14 @@ variables. #include <glob.h> 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

@@ -2619,9 +2787,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

@@ -2666,12 +2834,12 @@ 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 #include "cycle-check.h" - cycle-check.c
dev-ino.h + cycle-check.c
same-inode.h
dev-ino.h --- stdbool @@ -2755,8 +2923,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
same-inode.h + 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 @@ -2790,7 +2958,7 @@ variables. same #include "same.h" - same.c + same.c
same-inode.h same.m4
gl_SAME xalloc
error
dirname
stdbool @@ -2799,14 +2967,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 @@ -2818,9 +2993,9 @@ 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 @@ -2931,7 +3106,7 @@ 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 @@ -2995,9 +3170,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

@@ -3021,14 +3196,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 @@ -3040,9 +3215,9 @@ variables. xnanosleep #include "xnanosleep.h" - intprops.h
xnanosleep.c + xnanosleep.c xnanosleep.m4
gl_XNANOSLEEP - timespec
stdbool + timespec
intprops
stdbool

Networking functions

@@ -3127,7 +3302,7 @@ 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
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]) + 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 @@ -3170,7 +3345,7 @@ variables. #include "mbswidth.h" mbswidth.c mbstate_t.m4
mbrtowc.m4
mbswidth.m4
gl_MBSWIDTH - --- + wcwidth memcasecmp @@ -3278,28 +3453,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 @@ -3335,15 +3510,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 @@ -3366,15 +3541,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 @@ -3397,9 +3572,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 @@ -3427,7 +3602,7 @@ variables. #include "c-stack.h" c-stack.c c-stack.m4
gl_C_STACK - gettext-h
exitfail + gettext-h
exitfail
unistd error @@ -3460,9 +3635,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 @@ -3518,14 +3693,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 @@ -3542,6 +3717,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

@@ -3559,6 +3765,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 @@ -3566,11 +3786,123 @@ 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 @@ -3580,18 +3912,88 @@ variables. ---
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
absolute-header.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
socklen - --- + read-file + #include "read-file.h" + read-file.c + read-file.m4
gl_FUNC_READ_FILE
--- - socklen.m4
gl_SOCKLEN_T +
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 @@ -3600,6 +4002,20 @@ 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

@@ -3618,9 +4034,11 @@ variables.
 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: @@ -3634,6 +4052,6 @@ variables.
  • A POT file and some PO files
    - Generated from MODULES.html.sh on 13 September 2005. + Generated from MODULES.html.sh on 4 July 2006.