X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=a2baef7a40febae08ef9667ae81d105594d4a990;hb=84bb6a3f27efcf47cf73d148ec57b966194f1dc3;hp=beff22b8cb0c5287f76258459fc06f61152c1a8d;hpb=4293e574cd142ea90cd3072e09e742c4f2a8b502;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index beff22b8c..a2baef7a4 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - + @@ -19,6 +19,10 @@ Allow the installer to disable assertions through "configure --disable-assert". + exit + exit() function: program termination. + + atexit atexit() function: register a function to be called at program termination. @@ -117,6 +121,10 @@ gcd Greatest common divisor. + + minmax + MIN, MAX macros. +

Environment variables <stdlib.h>

@@ -129,8 +137,19 @@ + +
setenv() function: set an environment variable. unsetenv() function: remove an environment variable.
xsetenv + xsetenv() function: set an environment variable, with out-of-memory checking. +unsetenv() function: remove an environment variable. +

Character handling <ctype.h>

+ + + +
c-ctype + Character handling in C locale. +

String handling <string.h>

@@ -146,6 +165,10 @@ + + @@ -186,6 +209,14 @@ + + + +
stpcpy() function: copy a string, returning a pointer to its end.
stpncpy + stpncpy() function: copy a size-bounded string, returning a pointer to its end. +
strcase Case-insensitive string comparison functions.
unlocked-io Enable faster, non-thread-safe stdio functions if available.
vasnprintf + vsprintf with automatic memory allocation and bounded output size. +
vasprintf + vsprintf with automatic memory allocation. +

Command-line arguments

@@ -279,6 +310,13 @@
strtoumax() function: convert string to 'uintmax_t'.
+

Mathematics <math.h>

+ + + +
mathl + C99 functions for transcendental functions with long double arguments. +

Enhancements for ISO C 99 functions

@@ -325,6 +363,14 @@ mkstemp() function: create a private temporary file. + mkdtemp + mkdtemp() function: create a private temporary directory. + + + poll + poll() function: wait for some event on a set of file descriptors. + + stat stat() function: return information about a file, following symbolic links. @@ -409,6 +455,10 @@ with K/M/G suffix. variables. + copy-file + Copying of files. + + fsusage Return filesystem space usage info. @@ -460,6 +510,11 @@ chmod utility). filename. + pathname + Construct a full pathname by concatenating a directory name, a relative +filename, and a suffix. + + pathmax Return maximum size of reasonable pathnames. (Unportable: Hurd has no limit.) @@ -698,112 +753,119 @@ variables. c-bs-a -
Maintainer:
Paul Eggert + --- --- c-bs-a.m4
AC_C_BACKSLASH_A --- assert - #include <assert.h>

Maintainer:
Jim Meyering + #include <assert.h> --- assert.m4
jm_ASSERT --- + exit + #include "exit.h" + --- + --- + --- + + atexit - #include <stdlib.h>

Maintainer:
Jim Meyering + #include <stdlib.h> atexit.c atexit.m4
gl_FUNC_ATEXIT --- strtod - #include <stdlib.h>

Maintainer:
all + #include <stdlib.h> strtod.c strtod.m4
gl_FUNC_STRTOD --- strtol - #include <stdlib.h>

Maintainer:
glibc + #include <stdlib.h> strtol.c strtol.m4
gl_FUNC_STRTOL --- strtoul - #include <stdlib.h>

Maintainer:
glibc + #include <stdlib.h> strtoul.c strtoul.m4
gl_FUNC_STRTOUL strtol memchr - #include <string.h>

Maintainer:
Jim Meyering, glibc + #include <string.h> memchr.c memchr.m4
gl_FUNC_MEMCHR --- memcmp - #include <string.h>

Maintainer:
Jim Meyering, glibc + #include <string.h> memcmp.c memcmp.m4
jm_FUNC_MEMCMP --- memcpy - #include <string.h>

Maintainer:
Jim Meyering + #include <string.h> memcpy.c memcpy.m4
gl_FUNC_MEMCPY --- memmove - #include <string.h>

Maintainer:
Jim Meyering + #include <string.h> memmove.c memmove.m4
gl_FUNC_MEMMOVE --- memset - #include <string.h>

Maintainer:
Jim Meyering + #include <string.h> memset.c memset.m4
gl_FUNC_MEMSET --- strcspn - #include <string.h>

Maintainer:
Bruno Haible, glibc + #include <string.h> strcspn.c strcspn.m4
gl_FUNC_STRCSPN --- strpbrk - #include "strpbrk.h"

Maintainer:
Bruno Haible, glibc + #include "strpbrk.h" strpbrk.c strpbrk.m4
gl_FUNC_STRPBRK --- strstr - #include "strstr.h"

Maintainer:
Bruno Haible, glibc + #include "strstr.h" strstr.c strstr.m4
gl_FUNC_STRSTR --- strerror - #include <string.h>

Maintainer:
all + #include <string.h> strerror.c strerror.m4
gl_FUNC_STRERROR --- mktime - #include <time.h>

Maintainer:
Paul Eggert, Jim Meyering, glibc + #include <time.h> mktime.c mktime.m4
gl_FUNC_MKTIME --- @@ -829,14 +891,14 @@ variables. malloc - #include <stdlib.h>

Maintainer:
Jim Meyering + #include <stdlib.h> malloc.c malloc.m4
jm_FUNC_MALLOC --- realloc - #include <stdlib.h>

Maintainer:
Jim Meyering + #include <stdlib.h> realloc.c realloc.m4
jm_FUNC_REALLOC --- @@ -860,7 +922,7 @@ variables. strftime - #include <time.h>

Maintainer:
glibc + #include <time.h> strftime.c mbstate_t.m4
tm_gmtoff.m4
strftime.m4
jm_FUNC_GNU_STRFTIME --- @@ -885,21 +947,21 @@ variables. xalloc - #include "xalloc.h"

Maintainer:
Bruno Haible + #include "xalloc.h" xmalloc.c
xstrdup.c xalloc.m4
gl_XALLOC malloc
realloc
error
gettext alloca - #include <alloca.h>

Maintainer:
bug-gnulib@gnu.org + #include <alloca.h> alloca_.h
alloca.c alloca.m4
gl_FUNC_ALLOCA xalloc bumpalloc - #include "bumpalloc.h"

Maintainer:
Jim Meyering + #include "bumpalloc.h" --- --- xalloc @@ -923,11 +985,18 @@ variables. gcd - #include "gcd.h"

Maintainer:
Bruno Haible + #include "gcd.h" gcd.c --- --- + + minmax + #include "minmax.h" + --- + --- + --- +

Environment variables <stdlib.h>

@@ -947,20 +1016,50 @@ variables. + +
putenv -
Maintainer:
Jim Meyering +
--- putenv.c putenv.m4
jm_FUNC_PUTENV
---
setenv - #include "setenv.h"

Maintainer:
Bruno Haible +
#include "setenv.h" setenv.c
unsetenv.c
setenv.m4
gt_FUNC_SETENV
alloca
xsetenv + #include "xsetenv.h" + xsetenv.c + --- + setenv
error
exit
gettext +

Character handling <ctype.h>

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

String handling <string.h>

@@ -979,49 +1078,56 @@ variables. + + + + + +
bcopy -
Maintainer: +
--- bcopy.c AC_REPLACE_FUNCS(bcopy) ---
memrchr -
Maintainer:
Jim Meyering, glibc +
--- memrchr.c memrchr.m4
gl_FUNC_MEMRCHR
---
stpcpy - #include "stpcpy.h"

Maintainer:
Bruno Haible, glibc +
#include "stpcpy.h" stpcpy.c stpcpy.m4
gl_FUNC_STPCPY
---
stpncpy + #include "stpncpy.h" + stpncpy.c + stpncpy.m4
gl_FUNC_STPNCPY +
--- +
strcase - #include "strcase.h"

Maintainer:
Bruno Haible +
#include "strcase.h" strcasecmp.c
strncasecmp.c
strcase.m4
gl_STRCASE
---
strdup -
Maintainer:
all, glibc +
--- strdup.c strdup.m4
gl_FUNC_STRDUP
---
strnlen -
Maintainer:
glibc +
--- strnlen.c strnlen.m4
gl_FUNC_STRNLEN
---
strndup -
Maintainer:
glibc +
--- strndup.c strndup.m4
gl_FUNC_STRNDUP
strnlen @@ -1045,14 +1151,14 @@ variables.
xstrtod - #include "xstrtod.h"

Maintainer:
Jim Meyering +
#include "xstrtod.h" xstrtod.c xstrtod.m4
gl_XSTRTOD
---
xstrtol - #include "xstrtol.h"

Maintainer:
Jim Meyering +
#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
--- @@ -1076,7 +1182,7 @@ variables.
getdate - #include "getdate.h"

Maintainer:
Paul Eggert +
#include "getdate.h" getdate.y bison.m4
tm_gmtoff.m4
getdate.m4
gl_GETDATE
unlocked-io @@ -1100,11 +1206,25 @@ variables.
unlocked-io - #include "unlocked-io.h"

Maintainer:
Jim Meyering +
#include "unlocked-io.h" --- unlocked-io.m4
jm_FUNC_GLIBC_UNLOCKED_IO
---
vasnprintf + #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 +
vasprintf + #include "vasprintf.h" + vasprintf.c
asprintf.c +
vasprintf.m4
gl_FUNC_VASPRINTF +
vasnprintf +

Command-line arguments

@@ -1124,21 +1244,21 @@ variables.
argmatch - #include "argmatch.h"

Maintainer:
all +
#include "argmatch.h" argmatch.c --- gettext
error
quotearg
quote
unlocked-io
version-etc - #include "version-etc.h"

Maintainer:
Jim Meyering +
#include "version-etc.h" version-etc.c --- unlocked-io
gettext
long-options - #include "long-options.h"

Maintainer:
Jim Meyering +
#include "long-options.h" long-options.c long-options.m4
gl_LONG_OPTIONS
version-etc @@ -1162,14 +1282,14 @@ variables.
md5 - #include "md5.h"

Maintainer:
Jim Meyering +
#include "md5.h" md5.c md5.m4
gl_MD5
unlocked-io
sha - #include "sha.h"

Maintainer:
Jim Meyering +
#include "sha.h" sha.c sha.m4
gl_SHA
unlocked-io
md5 @@ -1193,56 +1313,56 @@ variables.
diacrit - #include "diacrit.h"

Maintainer:
Jim Meyering +
#include "diacrit.h" diacrit.c --- ---
getline - #include "getline.h"

Maintainer:
all +
#include "getline.h" getline.c getline.m4
AM_FUNC_GETLINE
unlocked-io
linebuffer - #include "linebuffer.h"

Maintainer:
Jim Meyering +
#include "linebuffer.h" linebuffer.c --- xalloc
unlocked-io
obstack - #include "obstack.h"

Maintainer:
all, glibc +
#include "obstack.h" obstack.c obstack.m4
gl_OBSTACK
gettext
hash-pjw - #include "hash-pjw.h"

Maintainer:
Jim Meyering +
#include "hash-pjw.h" hash-pjw.c --- ---
hash - #include "hash.h"

Maintainer:
Jim Meyering +
#include "hash.h" hash.c hash.m4
gl_HASH
malloc
realloc
stdbool
readtokens - #include "readtokens.h"

Maintainer:
Jim Meyering +
#include "readtokens.h" readtokens.c readtokens.m4
gl_READTOKENS
xalloc
unlocked-io
strverscmp - #include "strverscmp.h"

Maintainer:
Jim Meyering, glibc +
#include "strverscmp.h" strverscmp.c strverscmp.m4
gl_FUNC_STRVERSCMP
--- @@ -1267,7 +1387,7 @@ variables.
stdbool - #include <stdbool.h>

Maintainer:
Bruno Haible +
#include <stdbool.h> stdbool.h.in stdbool.m4
AM_STDBOOL_H
--- @@ -1291,14 +1411,14 @@ variables.
strtoll - #include <stdlib.h>

Maintainer:
glibc +
#include <stdlib.h> strtoll.c longlong.m4
strtoll.m4
gl_FUNC_STRTOLL
strtol
strtoull - #include <stdlib.h>

Maintainer:
glibc +
#include <stdlib.h> strtoull.c ulonglong.m4
strtoull.m4
gl_FUNC_STRTOULL
strtoul @@ -1322,19 +1442,43 @@ variables.
strtoimax -
Maintainer:
Paul Eggert +
--- strtoimax.c longlong.m4
stdint_h.m4
inttypes_h.m4
intmax_t.m4
strtoimax.m4
gl_FUNC_STRTOIMAX
strtoll
strtoumax -
Maintainer:
Paul Eggert +
--- strtoumax.c ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
strtoumax.m4
gl_FUNC_STRTOUMAX
strtoimax
strtoull
+

Mathematics <math.h>

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
mathl + #include "mathl.h" + acosl.c
asinl.c
atanl.c
ceill.c
cosl.c
expl.c
floorl.c
frexpl.c
ldexpl.c
logl.c
sincosl.c
sinl.c
sqrtl.c
tanl.c
trigl.c
trigl.h +
mathl.m4
gl_FUNC_LONG_DOUBLE_MATH +
--- +

Enhancements for ISO C 99 functions

@@ -1371,14 +1515,14 @@ variables. + + + + + + + +
xstrtoimax - #include "xstrtol.h"

Maintainer:
Paul Eggert +
#include "xstrtol.h" xstrtoimax.c xstrtoimax.m4
jm_XSTRTOIMAX
xstrtol
strtoimax
xstrtoumax - #include "xstrtol.h"

Maintainer:
Paul Eggert +
#include "xstrtol.h" xstrtoumax.c xstrtoumax.m4
jm_XSTRTOUMAX
xstrtol
strtoumax @@ -1402,105 +1546,119 @@ variables.
chown - #include <unistd.h>

Maintainer:
Jim Meyering +
#include <unistd.h> chown.c chown.m4
jm_FUNC_CHOWN
---
dup2 - #include <unistd.h>

Maintainer:
Paul Eggert, Jim Meyering +
#include <unistd.h> dup2.c dup2.m4
gl_FUNC_DUP2
---
ftruncate - #include <unistd.h>

Maintainer:
Jim Meyering +
#include <unistd.h> ftruncate.c ftruncate.m4
jm_FUNC_FTRUNCATE
---
getgroups - #include <unistd.h>

Maintainer:
Jim Meyering +
#include <unistd.h> getgroups.c getgroups.m4
jm_FUNC_GETGROUPS
xalloc
gettimeofday - #include <sys/time.h>

Maintainer:
Jim Meyering +
#include <sys/time.h> gettimeofday.c gettimeofday.m4
AC_FUNC_GETTIMEOFDAY_CLOBBER
---
mkdir - #include <sys/stat.h>

Maintainer:
Jim Meyering +
#include <sys/stat.h> mkdir.c mkdir-slash.m4
UTILS_FUNC_MKDIR_TRAILING_SLASH
xalloc
dirname
mkstemp - #include <stdlib.h>

Maintainer:
Jim Meyering +
#include <stdlib.h> mkstemp.c
tempname.c
ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
mkstemp.m4
UTILS_FUNC_MKSTEMP
---
mkdtemp + #include "mkdtemp.h" + mkdtemp.c + ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
mkdtemp.m4
gt_FUNC_MKDTEMP +
--- +
poll + #include <poll.h> + poll.c
poll_.h +
poll.m4
gl_FUNC_POLL +
--- +
stat - #include <sys/stat.h>

Maintainer:
Jim Meyering +
#include <sys/stat.h> stat.c stat.m4
jm_FUNC_STAT
---
lstat - #include <sys/stat.h>

Maintainer:
Jim Meyering +
#include <sys/stat.h> lstat.c lstat.m4
jm_FUNC_LSTAT
stat
xalloc
timespec - #include "timespec.h"

Maintainer:
Jim Meyering +
#include "timespec.h" --- st_mtim.m4
timespec.m4
gl_TIMESPEC
---
nanosleep - #include <time.h>

Maintainer:
Jim Meyering +
#include <time.h> nanosleep.c nanosleep.m4
jm_FUNC_NANOSLEEP
timespec
regex - #include "regex.h"

Maintainer:
all +
#include "regex.h" regex.c regex.m4
gl_REGEX
alloca
unlocked-io
gettext
rename - #include <stdio.h>

Maintainer:
Jim Meyering +
#include <stdio.h> rename.c rename.m4
vb_FUNC_RENAME
xalloc
dirname
rmdir - #include <unistd.h>

Maintainer:
Jim Meyering +
#include <unistd.h> rmdir.c rmdir.m4
gl_FUNC_RMDIR
---
utime - #if HAVE_UTIME_H
# include <utime.h>
#else
# include <sys/utime.h>
#endif

Maintainer:
Jim Meyering +
#if HAVE_UTIME_H
# include <utime.h>
#else
# include <sys/utime.h>
#endif
utime.c utimbuf.m4
utimes.m4
utime.m4
jm_FUNC_UTIME
safe-read
full-write @@ -1524,49 +1682,49 @@ variables.
dirname - #include "dirname.h"

Maintainer:
Jim Meyering +
#include "dirname.h" dirname.c
basename.c
stripslash.c
dos.m4
dirname.m4
gl_DIRNAME
xalloc
getopt - #include "getopt.h"

Maintainer:
all, glibc +
#include "getopt.h" getopt.c
getopt1.c
getopt.m4
gl_GETOPT
gettext
unistd-safer - #include "unistd-safer.h"

Maintainer:
Paul Eggert, Jim Meyering +
#include "unistd-safer.h" dup-safer.c unistd-safer.m4
gl_UNISTD_SAFER
---
fnmatch - #include <fnmatch.h>

Maintainer:
all, glibc +
#include <fnmatch.h> fnmatch_.h
fnmatch.c
fnmatch_loop.c
mbstate_t.m4
fnmatch.m4
# No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
alloca
fnmatch-posix - #include "fnmatch.h"

Maintainer:
all +
#include "fnmatch.h" --- gl_FUNC_FNMATCH_POSIX fnmatch
fnmatch-gnu - #include "fnmatch.h"

Maintainer:
all +
#include "fnmatch.h" --- gl_FUNC_FNMATCH_GNU fnmatch
exclude - #include "exclude.h"

Maintainer:
Paul Eggert +
#include "exclude.h" exclude.c exclude.m4
gl_EXCLUDE
xalloc
strcase
unlocked-io
fnmatch-gnu
stdbool @@ -1591,7 +1749,7 @@ variables.
human - #include "human.h"

Maintainer:
Paul Eggert +
#include "human.h" human.c ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
human.m4
gl_HUMAN
gettext
argmatch
error
xstrtol @@ -1615,140 +1773,154 @@ variables.
acl - #include "acl.h"

Maintainer:
Paul Eggert, Jim Meyering +
#include "acl.h" acl.c acl.m4
AC_FUNC_ACL
---
backupfile - #include "backupfile.h"

Maintainer:
Paul Eggert, Jim Meyering +
#include "backupfile.h" backupfile.c
addext.c
dos.m4
d-ino.m4
backupfile.m4
gl_BACKUPFILE
argmatch
dirname
copy-file + #include "copy-file.h" + copy-file.c + copy-file.m4
gl_COPY_FILE +
error
safe-read
full-write
binary-io
exit
gettext +
fsusage - #include "fsusage.h"

Maintainer:
Jim Meyering +
#include "fsusage.h" fsusage.c ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
fsusage.m4
gl_FSUSAGE
full-read
dirfd - #include "dirfd.h"

Maintainer:
Jim Meyering +
#include "dirfd.h" dirfd.c dirfd.m4
UTILS_FUNC_DIRFD
---
euidaccess -
Maintainer:
Jim Meyering, glibc +
--- euidaccess.c euidaccess.m4
gl_FUNC_EUIDACCESS
group-member
file-type - #include "file-type.h"

Maintainer:
Paul Eggert, Jim Meyering +
#include "file-type.h" file-type.c file-type.m4
gl_FILE_TYPE
gettext
fileblocks -
Maintainer:
Jim Meyering +
--- fileblocks.c fileblocks.m4
gl_FILEBLOCKS
---
filemode - #include "filemode.h"

Maintainer:
Jim Meyering +
#include "filemode.h" filemode.c filemode.m4
gl_FILEMODE
---
isdir -
Maintainer:
Jim Meyering +
--- isdir.c isdir.m4
gl_ISDIR
---
lchown -
Maintainer:
Jim Meyering +
--- lchown.h
lchown.c
lchown.m4
jm_FUNC_LCHOWN
chown
makepath - #include "makepath.h"

Maintainer:
Jim Meyering +
#include "makepath.h" makepath.c afs.m4
makepath.m4
gl_MAKEPATH
alloca
chown
gettext
save-cwd
dirname
error
quote
modechange - #include "modechange.h"

Maintainer:
Jim Meyering +
#include "modechange.h" modechange.c modechange.m4
gl_MODECHANGE
xstrtol
mountlist - #include "mountlist.h"

Maintainer:
Jim Meyering +
#include "mountlist.h" mountlist.c ls-mntd-fs.m4
fstypename.m4
mountlist.m4
gl_MOUNTLIST
xalloc
unlocked-io
path-concat - #include "path-concat.h"

Maintainer:
Jim Meyering +
#include "path-concat.h" path-concat.c dos.m4
path-concat.m4
gl_PATH_CONCAT
strdup
xalloc
dirname
pathname + #include "pathname.h" + concatpath.c + --- + xalloc
stpcpy +
pathmax - #include "pathmax.h"

Maintainer:
Jim Meyering +
#include "pathmax.h" --- pathmax.m4
gl_PATHMAX
---
same - #include "same.h"

Maintainer:
Jim Meyering +
#include "same.h" same.c same.m4
gl_SAME
xalloc
error
dirname
save-cwd - #include "save-cwd.h"

Maintainer:
Jim Meyering +
#include "save-cwd.h" save-cwd.c save-cwd.m4
gl_SAVE_CWD
error
savedir - #include "savedir.h"

Maintainer:
Jim Meyering +
#include "savedir.h" savedir.c savedir.m4
gl_SAVEDIR
xalloc
xgetcwd - #include "xgetcwd.h"

Maintainer:
Jim Meyering +
#include "xgetcwd.h" xgetcwd.c getcwd.m4
xgetcwd.m4
gl_XGETCWD
xalloc
pathmax
xreadlink - #include "xreadlink.h"

Maintainer:
Jim Meyering +
#include "xreadlink.h" xreadlink.c xreadlink.m4
gl_XREADLINK
xalloc @@ -1772,28 +1944,28 @@ variables.
safe-read - #include "safe-read.h"

Maintainer:
Jim Meyering, Bruno Haible +
#include "safe-read.h" safe-read.c safe-read.m4
gl_SAFE_READ
---
safe-write - #include "safe-write.h"

Maintainer:
Jim Meyering, Bruno Haible +
#include "safe-write.h" safe-write.c safe-write.m4
gl_SAFE_WRITE
safe-read
full-read - #include "full-read.h"

Maintainer:
Jim Meyering, Bruno Haible +
#include "full-read.h" full-read.c --- safe-read
full-write
full-write - #include "full-write.h"

Maintainer:
Jim Meyering, Bruno Haible +
#include "full-write.h" full-write.c --- safe-write @@ -1817,28 +1989,28 @@ variables.
fpending - #include "__fpending.h"

Maintainer:
Jim Meyering +
#include "__fpending.h" __fpending.c fpending.m4
jm_FUNC_FPENDING
---
closeout - #include "closeout.h"

Maintainer:
Jim Meyering +
#include "closeout.h" closeout.c closeout.m4
gl_CLOSEOUT
unlocked-io
gettext
error
quotearg
fpending
stdio-safer - #include "stdio-safer.h"

Maintainer:
Paul Eggert, Jim Meyering +
#include "stdio-safer.h" fopen-safer.c stdio-safer.m4
gl_STDIO_SAFER
unistd-safer
getpass -
Maintainer:
Jim Meyering, glibc +
--- getpass.c getpass.m4
gl_FUNC_GETPASS
unlocked-io
getline @@ -1862,28 +2034,28 @@ variables.
getugroups -
Maintainer:
Jim Meyering +
--- getugroups.c getugroups.m4
gl_GETUGROUPS
---
group-member - #include "group-member.h"

Maintainer:
Jim Meyering +
#include "group-member.h" group-member.c group-member.m4
jm_FUNC_GROUP_MEMBER
xalloc
idcache -
Maintainer:
Jim Meyering +
--- idcache.c idcache.m4
gl_IDCACHE
xalloc
userspec -
Maintainer:
Jim Meyering +
--- userspec.c userspec.m4
gl_USERSPEC
alloca
xalloc
xstrtol
strdup
gettext @@ -1907,21 +2079,21 @@ variables.
gettime -
Maintainer:
Paul Eggert, Jim Meyering +
--- gettime.c clock_time.m4
gettime.m4
gl_GETTIME
gettimeofday
timespec
settime -
Maintainer:
Paul Eggert, Jim Meyering +
--- settime.c clock_time.m4
settime.m4
gl_SETTIME
timespec
posixtm - #include "posixtm.h"

Maintainer:
Jim Meyering +
#include "posixtm.h" posixtm.c posixtm.m4
gl_POSIXTM
unlocked-io @@ -1945,21 +2117,21 @@ variables.
gethostname -
Maintainer:
all +
--- gethostname.c gethostname.m4
gl_FUNC_GETHOSTNAME
---
xgethostname -
Maintainer:
Jim Meyering +
--- xgethostname.c --- gethostname
xalloc
error
canon-host -
Maintainer:
Jim Meyering +
--- canon-host.c canon-host.m4
gl_CANON_HOST
--- @@ -1983,77 +2155,77 @@ variables.
gettext - #include "gettext.h"

Maintainer:
Bruno Haible +
#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
progtest.m4
stdint_h.m4
uintmax_t.m4
ulonglong.m4
AM_GNU_GETTEXT([external])
---
iconv - #include <iconv.h>

Maintainer:
Bruno Haible +
#include <iconv.h> --- iconv.m4
lib-ld.m4
lib-link.m4
lib-prefix.m4
AM_ICONV
---
localcharset - #include "localcharset.h"

Maintainer:
Bruno Haible +
#include "localcharset.h" localcharset.c
config.charset
ref-add.sin
ref-del.sin
codeset.m4
glibc21.m4
localcharset.m4
gl_LOCALCHARSET
---
hard-locale - #include "hard-locale.h"

Maintainer:
Paul Eggert +
#include "hard-locale.h" hard-locale.c hard-locale.m4
gl_HARD_LOCALE
---
mbswidth - #include "mbswidth.h"

Maintainer:
Bruno Haible +
#include "mbswidth.h" mbswidth.c mbstate_t.m4
mbrtowc.m4
mbswidth.m4
gl_MBSWIDTH
---
memcasecmp - #include "memcasecmp.h"

Maintainer:
Jim Meyering +
#include "memcasecmp.h" memcasecmp.c memcasecmp.m4
gl_MEMCASECMP
---
memcoll - #include "memcoll.h"

Maintainer:
Paul Eggert, Jim Meyering +
#include "memcoll.h" memcoll.c memcoll.m4
gl_MEMCOLL
---
xmemcoll - #include "xmemcoll.h"

Maintainer:
Paul Eggert, Jim Meyering +
#include "xmemcoll.h" xmemcoll.c --- memcoll
gettext
error
quotearg
unicodeio - #include "unicodeio.h"

Maintainer:
Bruno Haible +
#include "unicodeio.h" unicodeio.c unicodeio.m4
gl_UNICODEIO
iconv
gettext
localcharset
error
rpmatch -
Maintainer:
Jim Meyering +
--- rpmatch.c rpmatch.m4
gl_FUNC_RPMATCH
gettext
regex
yesno -
Maintainer:
Jim Meyering +
--- yesno.c yesno.m4
gl_YESNO
unlocked-io
rpmatch @@ -2079,91 +2251,91 @@ variables.
exitfail - #include "exitfail.h"

Maintainer:
Paul Eggert +
#include "exitfail.h" exitfail.c exitfail.m4
gl_EXITFAIL
---
c-stack - #include "c-stack.h"

Maintainer:
Paul Eggert +
#include "c-stack.h" c-stack.c c-stack.m4
gl_C_STACK
gettext
exitfail
error - #include "error.h"

Maintainer:
all, glibc +
#include "error.h" error.c error.m4
gl_ERROR
unlocked-io
gettext
fatal - #include "fatal.h"

Maintainer: +
#include "fatal.h" fatal.c fatal.m4
gl_FATAL
unlocked-io
error
getloadavg -
Maintainer:
Jim Meyering +
--- getloadavg.c getloadavg.m4
gl_FUNC_GETLOADAVG
---
getpagesize - #include "getpagesize.h"

Maintainer:
Jim Meyering +
#include "getpagesize.h" --- getpagesize.m4
gl_GETPAGESIZE
---
getusershell -
Maintainer:
Jim Meyering +
--- getusershell.c getusershell.m4
gl_PREREQ_GETUSERSHELL
xalloc
unlocked-io
physmem - #include "physmem.h"

Maintainer:
Paul Eggert, Jim Meyering +
#include "physmem.h" physmem.c physmem.m4
gl_PHYSMEM
---
posixver - #include "posixver.h"

Maintainer:
Paul Eggert, Jim Meyering +
#include "posixver.h" posixver.c posixver.m4
gl_POSIXVER
---
quotearg - #include "quotearg.h"

Maintainer:
Paul Eggert +
#include "quotearg.h" quotearg.c mbstate_t.m4
mbrtowc.m4
quotearg.m4
gl_QUOTEARG
xalloc
gettext
quote - #include "quote.h"

Maintainer:
Paul Eggert +
#include "quote.h" quote.c quote.m4
gl_QUOTE
quotearg
readutmp - #include "readutmp.h"

Maintainer:
Jim Meyering +
#include "readutmp.h" readutmp.c readutmp.m4
gl_READUTMP
xalloc
unlocked-io
sig2str - #include "sig2str.h"

Maintainer:
Paul Eggert, Jim Meyering +
#include "sig2str.h" sig2str.c sig2str.m4
gl_FUNC_SIG2STR
--- @@ -2205,5 +2377,5 @@ variables.
  • A testsuite
    - Generated from MODULES.html.sh on 20 January 2003. + Generated from MODULES.html.sh on 2 April 2003.