X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=3f313ccfe589e1a0413293885e4fb60abe266655;hb=44fa0d78ad36205f393cd4aa4813d1e7a403d6dc;hp=c0704ac916ba103385d68c6f748d9770ddaa0b62;hpb=c4faf563bd59749903530492a53c2d1a21fbad82;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index c0704ac91..3f313ccfe 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

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

Support for systems lacking ANSI C 89

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

Diagnostics <assert.h>

assert - Allow the installer to disable assertions through "configure --disable-assert". -
dummy - A dummy file, to make sure the library is non-empty. -
exit exit() function: program termination.
+ + @@ -261,6 +257,14 @@ HAVE_ALLOCA. + + + + @@ -487,20 +491,20 @@ memory allocation.
assert + Allow the installer to disable assertions through "configure --disable-assert". +
verify Compile-time assert-like macros.
strsep() function: extract token from string.
c-strstr + Search for a substring in a string in C locale. +
trim + trim() removes leading and/or trailing whitespaces +
xstrndup Duplicate a bounded initial segment of a string, with out-of-memory checking.

Support for systems lacking ISO C 99

-

Keywords

+

Core language properties

- + +
restrict - The C99 'restrict' keyword. + flexmember + Flexible array member support +
vararrays + Variable-length arrays

Sizes of integer types <limits.h>

- - @@ -670,14 +674,14 @@ to a fixed length string - - + + @@ -690,6 +694,10 @@ to a fixed length string + + @@ -714,6 +722,10 @@ to a fixed length string + + @@ -726,6 +738,10 @@ to a fixed length string + + @@ -738,6 +754,41 @@ to a fixed length string
ullong_max - The maximum unsigned long long value, as a preprocessor constant. -
size_max Provide SIZE_MAX.
mkdir() function: create a directory.
mkstemp - mkstemp() function: create a private temporary file. -
mkdtemp mkdtemp() function: create a private temporary directory.
mkstemp + mkstemp() function: create a private temporary file. +
poll poll() function: wait for some event on a set of file descriptors.
lstat() function: return information about a file or symbolic link.
tempname + gen_tempname() function: create a private temporary file or directory. +
time_r Reentrant time functions like localtime_r.
rmdir() function: delete a directory.
sigprocmask + POSIX compatible signal blocking. +
ssize_t Define ssize_t if it does not already exist.
A <sys/stat.h> for systems with missing declarations.
tsearch + Binary tree data structure. +
unistd A <unistd.h> for systems lacking it.
Determine the number of screen columns needed for a character.
+

Compatibility checks for POSIX:2001 functions

+ + + + + + + + + + + + + + + + + +
d-ino + Check whether struct dirent has a member named d_ino. +
d-type + Check whether struct dirent has a member named d_type. +
link-follow + Determine whether link("symlink", "foo") follows the symlink. +
rename-dest-slash + rename() function: change the name or location of a file. +
rmdir-errno + rmdir errno for nonempty directories +
unlink-busy + Test whether a running program can be unlinked. +
winsz-ioctl + Test whether use of TIOCGWINSZ requires sys/ioctl.h. +
winsz-termios + Test whether use of TIOCGWINSZ requires termios.h. +

Enhancements for POSIX:2001 functions

@@ -799,6 +850,14 @@ variables. + + + + @@ -815,6 +874,10 @@ variables. + + @@ -848,6 +911,10 @@ file. + + @@ -869,6 +936,10 @@ chmod utility). + + + + + + @@ -941,24 +1020,28 @@ directory. + +
Return the canonical absolute name of a given file.
canonicalize-lgpl + Canonical absolute file name (LGPLed version). +
clean-temp + Temporary directories and temporary files with automatic cleanup. +
copy-file Copying of files.
Retrieving the file descriptor of an open directory stream. (Unportable.)
double-slash-root + Check whether // is distinct from /. +
euidaccess euidaccess() function: check effective user's permissions for a file.
Determine whether a directory exists.
lchmod + lchmod that is actually chmod (!) on hosts lacking lchmod +
lchown lchown() function: change ownership of a file.
Return list of mounted file systems.
openat + Open a file at a directory. +
pathname Construct a full pathname by concatenating a directory name, a relative filename, and a suffix. @@ -891,10 +962,18 @@ directory. Return the entries of a directory (just the names) as an argz string.
savewd + Save and restore the working directory, possibly using a child process. +
stat-time stat-related time functions
tmpdir + Determine a temporary directory. +
unlinkdir Determine (and maybe change) whether we can unlink directories.
binary-io Binary mode I/O.
isapipe + Test whether a file descriptor is a pipe. +

File stream based Input/Output

- - - + + + +
fpending - Determine the number of bytes waiting in the output buffer of a stream. + close-stream + Close a stream, with nicer error checking than fclose's.
closeout - Close stdout, checking for errors. + Close standard output and standard error, exiting with a diagnostic on error.
stdio-safer - File stream functions that avoid clobbering std{in,out,err}. + fopen-safer + fopen function that avoids clobbering std{in,out,err}.
stdlib-safer - File stream functions that avoid clobbering std{in,out,err}. + fpending + Determine the number of bytes waiting in the output buffer of a stream.
getpass @@ -968,6 +1051,14 @@ directory. getpass-gnu getpass() function: read a password of arbitrary length from /dev/tty.
stdlib-safer + File stream functions that avoid clobbering std{in,out,err}. +
tmpfile-safer + tmpfile function that avoids clobbering std{in,out,err}. +

Users and groups

@@ -1045,6 +1136,15 @@ usually the host name including FQDN. + + + + @@ -1105,6 +1205,10 @@ usually the host name including FQDN. + +
Character set conversion.
striconv + Character set conversion of strings made easy, uses iconv. +
xstriconv + Character set conversion of strings made easy, uses iconv, with out-of-memory +checking. +
iconvme Character set conversion of strings made easy, uses iconv.
linebreak Line breaking (works also for East-Asian languages).
bison-i18n + Support for internationalization of bison-generated parsers. +

Executing programs

@@ -1147,6 +1251,10 @@ usually the host name including FQDN. + +
javaexec Execute a Java program.
javaversion + Determine the Java version supported by javaexec. +

C#

@@ -1243,6 +1351,10 @@ variables. + + @@ -1250,6 +1362,22 @@ variables.

Support for building libraries and executables

Exit status codes for some BSD system programs.
verror + verror() and verror_at_line() functions: Error reporting with va_list. +
visibility Control of symbols exported by shared libraries.
+ + + + + + + + @@ -1262,12 +1390,52 @@ variables.
config-h + Assume config.h exists, to avoid -DHAVE_CONFIG_H clutter in 'make' output. +
configmake + Variables set by "configure" or "make". +
dummy + A dummy file, to make sure the library is non-empty. +
elisp-comp + Compile Emacs Lisp files. +
ldd Command to determine the dynamically linked dependencies of a program.
+ + + + + + +
fdl - Provide the Free Documentation License. + Provide the GNU Free Documentation License in Texinfo format.
gendocs Generate manuals in several formats from Texinfo sources,
gpl + Provide the GNU General Public License in Texinfo format. +
lgpl + Provide the GNU Lesser General Public License in Texinfo format. +
regexprops-generic + Describe the various regular expression flavors. +
+

Support for maintaining and release projects

+ + + + + +
gnupload + Upload PGP signed files to gnu.org. +See http://www.gnu.org/prep/maintain/html_node/Automated-FTP-Uploads.html +for more information. +
maintainer-makefile + Helper GNUmakefile with syntax checks, build improvements, etc. +
+

Misc

+ + + + + + +
host-os + Define HOST_OPERATING_SYSTEM to a name for the host operating system. +
perl + Find a new-enough version of Perl. +
uptime + Test whether /proc/uptime might exist. +

Support for systems lacking ANSI C 89

@@ -1286,20 +1454,6 @@ variables. - - - - + + + + + + @@ -1979,8 +2154,8 @@ variables. @@ -2018,7 +2193,7 @@ variables.
Depends on
assert - #include <assert.h> - --- - assert.m4
gl_ASSERT -
--- -
dummy - --- - dummy.c - --- - --- -
exit #include "exit.h" --- @@ -1424,6 +1578,13 @@ variables. Depends on
assert + #include <assert.h> + --- + assert.m4
gl_ASSERT +
--- +
verify #include "verify.h" --- @@ -1550,7 +1711,7 @@ variables. #include "xalloc.h" xmalloc.c xalloc.m4
gl_XALLOC -
xalloc-die + inline
xalloc-die
xalloc-die @@ -1647,7 +1808,7 @@ variables. #include "setenv.h" setenv.c
unsetenv.c
setenv.m4
gt_FUNC_SETENV -
allocsa
alloca-opt +
allocsa
alloca-opt
unistd
xsetenv @@ -1786,7 +1947,7 @@ variables. #include "strnlen.h" strnlen.c strnlen.m4
gl_FUNC_STRNLEN -
--- + extensions
strnlen1 @@ -1810,6 +1971,20 @@ variables. strpbrk
c-strstr + #include "c-strstr.h" + c-strstr.c + --- + --- +
trim + #include "trim.h" + trim.c + --- + xalloc
mbiter +
xstrndup #include "xstrndup.h" xstrndup.c @@ -1858,8 +2033,8 @@ variables. xstrtol #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
error
intprops +
xstrtol.m4
gl_XSTRTOL +
exitfail
error
gettext-h
intprops
inttypes
xstrtold @@ -1934,14 +2109,14 @@ variables. fwriteerror #include "fwriteerror.h" fwriteerror.c - --- + AC_DEFINE([GNULIB_FWRITEERROR], 1,
[Define to 1 when using the gnulib fwriteerror module.])
stdbool
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
stdint_h.m4
inttypes_h.m4
eoverflow.m4
vasnprintf.m4
gl_FUNC_VASNPRINTF +
longdouble.m4
wchar_t.m4
wint_t.m4
longlong.m4
intmax_t.m4
stdint_h.m4
inttypes_h.m4
eoverflow.m4
vasnprintf.m4
gl_FUNC_VASNPRINTF
alloca-opt
xsize
fatal-signal #include "fatal-signal.h" fatal-signal.c - fatal-signal.m4
signalblocking.m4
sig_atomic_t.m4
gl_FATAL_SIGNAL -
xalloc
stdbool
unistd +
fatal-signal.m4
sig_atomic_t.m4
gl_FATAL_SIGNAL +
xalloc
stdbool
unistd
sigprocmask
raise @@ -2010,7 +2185,7 @@ variables. argmatch #include "argmatch.h" argmatch.c - --- + argmatch.m4
gl_ARGMATCH
gettext-h
error
quotearg
quote
exit
exitfail
verify
stdbool
#include "version-etc.h" version-etc.c --- - gettext-h + gettext-h
stdarg
version-etc-fsf @@ -2056,7 +2231,7 @@ variables. #include "gl_list.h" gl_list.c gl_list.m4
gl_LIST -
stdbool + inline
stdbool
array-list @@ -2098,28 +2273,28 @@ variables. #include "gl_linkedhash_list.h" gl_linkedhash_list.c
gl_anyhash_list1.h
gl_anyhash_list2.h
gl_anylinked_list1.h
gl_anylinked_list2.h
--- - list
size_max
xalloc
xsize +
list
stdint
xalloc
xsize
avltreehash-list #include "gl_avltreehash_list.h" gl_avltreehash_list.c
gl_anyhash_list1.h
gl_anyhash_list2.h
gl_anyavltree_list1.h
gl_anyavltree_list2.h
gl_anytree_list1.h
gl_anytree_list2.h
gl_anytreehash_list1.h
gl_anytreehash_list2.h
--- - list
avltree-oset
size_max
xalloc
xsize +
list
avltree-oset
stdint
xalloc
xsize
rbtreehash-list #include "gl_rbtreehash_list.h" gl_rbtreehash_list.c
gl_anyhash_list1.h
gl_anyhash_list2.h
gl_anyrbtree_list1.h
gl_anyrbtree_list2.h
gl_anytree_list1.h
gl_anytree_list2.h
gl_anytreehash_list1.h
gl_anytreehash_list2.h
--- - list
rbtree-oset
size_max
xalloc
xsize +
list
rbtree-oset
stdint
xalloc
xsize
oset #include "gl_oset.h" gl_oset.c gl_list.m4
gl_LIST -
stdbool + inline
stdbool
array-oset @@ -2195,7 +2370,7 @@ variables. #include "base64.h" base64.c base64.m4
gl_FUNC_BASE64 -
stdbool
restrict +
stdbool
check-version @@ -2237,7 +2412,7 @@ variables. #include "getndelim2.h" getndelim2.c getndelim2.m4
gl_GETNDELIM2 -
ssize_t + ssize_t
stdint
linebuffer @@ -2250,8 +2425,8 @@ variables. obstack #include "obstack.h" obstack.c - inttypes_h.m4
obstack.m4
stdint_h.m4
uintmax_t.m4
ulonglong.m4
gl_OBSTACK -
gettext-h
exit
exitfail +
AC_FUNC_OBSTACK
dnl Note: AC_FUNC_OBSTACK does AC_LIBSOURCES([obstack.h, obstack.c]). +
gettext-h
exit
exitfail
stdint
hash-pjw @@ -2297,7 +2472,7 @@ variables.

Support for systems lacking ISO C 99

-

Keywords

+

Core language properties

- + +
modules/ @@ -2314,10 +2489,17 @@ variables. Depends on
restrict + flexmember --- --- - restrict.m4
gl_C_RESTRICT +
flexmember.m4
AC_C_FLEXIBLE_ARRAY_MEMBER +
--- +
vararrays + --- + --- + vararrays.m4
AC_C_VARARRAYS
---
@@ -2338,13 +2520,6 @@ variables. Depends on - ullong_max - #include <limits.h> - --- - ullong_max.m4
gl_ULLONG_MAX - --- - - size_max #include "size_max.h" --- @@ -2420,7 +2595,7 @@ variables. stdint #include <stdint.h> stdint_.h - stdint.m4
absolute-header.m4
longlong.m4
gl_STDINT_H + stdint.m4
absolute-header.m4
longlong.m4
ulonglong.m4
gl_STDINT_H --- @@ -2445,7 +2620,7 @@ variables. #include "snprintf.h" snprintf.c snprintf.m4
gl_FUNC_SNPRINTF - vasnprintf
minmax + vasnprintf vsnprintf @@ -2506,15 +2681,15 @@ variables. strtoimax --- strtoimax.c - longlong.m4
stdint_h.m4
inttypes_h.m4
intmax_t.m4
strtoimax.m4
gl_FUNC_STRTOIMAX - strtoll
verify
inttypes + longlong.m4
strtoimax.m4
gl_FUNC_STRTOIMAX + strtoll
verify
inttypes
stdint strtoumax --- strtoumax.c - ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
strtoumax.m4
gl_FUNC_STRTOUMAX - strtoimax
strtoull
inttypes + ulonglong.m4
strtoumax.m4
gl_FUNC_STRTOUMAX + strtoimax
strtoull
inttypes
stdint

Mathematics <math.h>

@@ -2585,22 +2760,22 @@ variables. inttostr #include "inttostr.h" - 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 + imaxtostr.c
inttostr.c
offtostr.c
umaxtostr.c
uinttostr.c + inttostr.m4
gl_INTTOSTR + intprops
stdint xstrtoimax #include "xstrtol.h" xstrtoimax.c - xstrtoimax.m4
gl_XSTRTOIMAX + --- xstrtol
strtoimax xstrtoumax #include "xstrtol.h" xstrtoumax.c - xstrtoumax.m4
gl_XSTRTOUMAX + --- xstrtol
strtoumax @@ -2622,7 +2797,7 @@ variables. mbchar - #if HAVE_WCHAR_H && HAVE_WCTYPE_H
#include "mbchar.h"
#endif + #if HAVE_WCHAR_H
#include "mbchar.h"
#endif mbchar.c mbchar.m4
gl_MBCHAR stdbool
wcwidth @@ -2670,7 +2845,7 @@ variables. #include <unistd.h> chown.c
fchown-stub.c chown.m4
gl_FUNC_CHOWN - --- + sys_stat dup2 @@ -2691,14 +2866,14 @@ variables. #include "getaddrinfo.h" getaddrinfo.c
gai_strerror.c getaddrinfo.m4
gl_GETADDRINFO - restrict
gettext-h
snprintf
socklen
stdbool
strdup
sys_socket
inet_ntop + gettext-h
inet_ntop
snprintf
socklen
stdbool
strdup
sys_socket getcwd #include "getcwd.h" getcwd.c - d-ino.m4
getcwd-abort-bug.m4
getcwd-path-max.m4
getcwd.m4
gl_FUNC_GETCWD - mempcpy
extensions
stdbool + getcwd-abort-bug.m4
getcwd-path-max.m4
getcwd.m4
gl_FUNC_GETCWD + mempcpy
d-ino
extensions
stdbool getgroups @@ -2719,7 +2894,7 @@ variables. #include "getlogin_r.h" getlogin_r.c getlogin_r.m4
gl_GETLOGIN_R - unistd + extensions
unistd getsubopt @@ -2740,14 +2915,14 @@ variables. #include "inet_ntop.h" inet_ntop.c inet_ntop.m4
gl_INET_NTOP - restrict
socklen
sys_socket + socklen
sys_socket
arpa_inet
netinet_in inet_pton #include "inet_pton.h" inet_pton.c inet_pton.m4
gl_INET_PTON - restrict
socklen
sys_socket + socklen
sys_socket
arpa_inet
netinet_in mkdir @@ -2757,18 +2932,18 @@ variables. xalloc
dirname - mkstemp - #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
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 + mkdtemp.m4
gt_FUNC_MKDTEMP + stdint
tempname + + + mkstemp + #include "mkstemp.h" + mkstemp.c + mkstemp.m4
gl_FUNC_MKSTEMP + extensions
tempname poll @@ -2789,14 +2964,21 @@ variables. #include "lstat.h" lstat.c lstat.m4
gl_FUNC_LSTAT - stat-macros + sys_stat + + + tempname + #include "tempname.h" + tempname.c + tempname.m4
gl_FUNC_GEN_TEMPNAME + extensions
stdint
sys_stat time_r #include "time_r.h" time_r.c time_r.m4
gl_TIME_R - extensions
restrict + extensions timespec @@ -2810,20 +2992,20 @@ variables. #include <time.h> nanosleep.c nanosleep.m4
gl_FUNC_NANOSLEEP - timespec
stdbool
extensions + clock-time
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
strcase
ssize_t + alloca
extensions
gettext-h
malloc
stdint
strcase
ssize_t rename #include <stdio.h> rename.c - rename.m4
vb_FUNC_RENAME + rename.m4
gl_FUNC_RENAME xalloc
dirname @@ -2831,7 +3013,14 @@ variables. #include <unistd.h> rmdir.c rmdir.m4
gl_FUNC_RMDIR - stat-macros + sys_stat + + + sigprocmask + #include "sigprocmask.h" + sigprocmask.c + signalblocking.m4
gl_SIGNALBLOCKING + verify
stdint ssize_t @@ -2845,7 +3034,7 @@ variables. #include "strtok_r.h" strtok_r.c strtok_r.m4
gl_FUNC_STRTOK_R - restrict + --- sys_stat @@ -2855,6 +3044,13 @@ variables. --- + tsearch + #include "tsearch.h" + tsearch.c + tsearch.m4
gl_FUNC_TSEARCH + --- + + unistd #include <unistd.h> --- @@ -2872,7 +3068,80 @@ variables. wcwidth #include "wcwidth.h" --- - wcwidth.m4
wchar_t.m4
gl_FUNC_WCWIDTH + wcwidth.m4
wchar_t.m4
wint_t.m4
gl_FUNC_WCWIDTH + --- + + +

Compatibility checks for POSIX:2001 functions

+ + + + + + + + + + + + + + + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
d-ino + --- + --- + d-ino.m4
gl_CHECK_TYPE_STRUCT_DIRENT_D_INO +
--- +
d-type + --- + --- + d-type.m4
gl_CHECK_TYPE_STRUCT_DIRENT_D_TYPE +
--- +
link-follow + --- + --- + link-follow.m4
gl_AC_FUNC_LINK_FOLLOWS_SYMLINK +
--- +
rename-dest-slash + #include <stdio.h> + rename-dest-slash.c + rename-dest-slash.m4
gl_FUNC_RENAME_TRAILING_DEST_SLASH +
xalloc
dirname +
rmdir-errno + --- + --- + rmdir-errno.m4
gl_FUNC_RMDIR_NOTEMPTY +
--- +
unlink-busy + --- + --- + unlink-busy.m4
gl_FUNC_UNLINK_BUSY_TEXT +
--- +
winsz-ioctl + --- + --- + jm-winsz2.m4
gl_HEADER_TIOCGWINSZ_NEEDS_SYS_IOCTL +
winsz-termios +
winsz-termios + --- + --- + jm-winsz1.m4
gl_HEADER_TIOCGWINSZ_IN_TERMIOS_H
gl_WINSIZE_IN_PTEM
---
@@ -2896,8 +3165,8 @@ variables. dirname #include "dirname.h" dirname.c
basename.c
stripslash.c - dos.m4
dirname.m4
double-slash-root.m4
gl_DIRNAME - stdbool
xalloc
xstrndup + dirname.m4
dos.m4
gl_DIRNAME + double-slash-root
stdbool
xalloc
xstrndup getopt @@ -2938,8 +3207,8 @@ variables. glob #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
unistd + glob.m4
gl_GLOB + alloca
d-type
extensions
fnmatch
getlogin_r
mempcpy
stdbool
strdup
sys_stat
unistd exclude @@ -2970,8 +3239,8 @@ variables. human #include "human.h" human.c - ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
human.m4
gl_HUMAN - gettext-h
argmatch
error
intprops
xstrtoumax
stdbool + human.m4
gl_HUMAN + gettext-h
argmatch
error
intprops
xstrtoumax
stdbool
stdint

File system functions

@@ -2995,21 +3264,35 @@ variables. #include "acl.h" acl.c acl.m4
AC_FUNC_ACL - --- + error
quote backupfile #include "backupfile.h" backupfile.c - dos.m4
d-ino.m4
backupfile.m4
gl_BACKUPFILE - argmatch
dirname
stdbool + dos.m4
backupfile.m4
gl_BACKUPFILE + argmatch
d-ino
dirname
stdbool canonicalize #include "canonicalize.h" canonicalize.c
pathmax.h canonicalize.m4
AC_FUNC_CANONICALIZE_FILE_NAME - cycle-check
filenamecat
stat-macros
xalloc
xgetcwd
xreadlink + cycle-check
filenamecat
sys_stat
xalloc
xgetcwd
xreadlink + + + canonicalize-lgpl + #include "canonicalize.h" + canonicalize-lgpl.c + canonicalize-lgpl.m4
gl_CANONICALIZE_LGPL + alloca-opt
allocsa
pathmax
readlink + + + clean-temp + #include "clean-temp.h" + clean-temp.c + AC_DEFINE([SIGNAL_SAFE_LIST], [1], [Define if lists must be signal-safe.]) + stdbool
unistd
error
fatal-signal
pathmax
tmpdir
mkdtemp
xalloc
xallocsa
linkedhash-list
gettext-h copy-file @@ -3021,16 +3304,16 @@ variables. cycle-check #include "cycle-check.h" - cycle-check.c
same-inode.h
dev-ino.h - --- - stdbool + cycle-check.c + cycle-check.m4
gl_CYCLE_CHECK + dev-ino
same-inode
stdbool
stdint fsusage #include "fsusage.h" fsusage.c - ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
fsusage.m4
gl_FSUSAGE - full-read
stdbool + fsusage.m4
gl_FSUSAGE + full-read
stdbool
stdint dirfd @@ -3040,18 +3323,25 @@ variables. --- + double-slash-root + --- + --- + double-slash-root.m4
gl_DOUBLE_SLASH_ROOT + --- + + euidaccess #include "euidaccess.h" euidaccess.c euidaccess.m4
gl_FUNC_EUIDACCESS - group-member
stat-macros + group-member
sys_stat file-type #include "file-type.h" file-type.c file-type.m4
gl_FILE_TYPE - gettext-h
stat-macros + gettext-h
sys_stat fileblocks @@ -3064,8 +3354,8 @@ variables. filemode #include "filemode.h" filemode.c - filemode.m4
gl_FILEMODE - stat-macros + filemode.m4
st_dm_mode.m4
gl_FILEMODE + sys_stat filenamecat @@ -3079,14 +3369,14 @@ variables. #include "fts_.h" fts.c
fts-cycle.c fts.m4
gl_FUNC_FTS - cycle-check
dirfd
hash
lstat
stdbool
fcntl-safer + cycle-check
d-type
dirfd
fcntl
fcntl-safer
hash
i-ring
lstat
openat
stdbool
unistd-safer fts-lgpl #include "fts_.h" fts.c fts.m4
gl_FUNC_FTS_LGPL - dirfd
stdbool + dirfd
openat
stdbool isdir @@ -3096,32 +3386,39 @@ variables. --- + lchmod + #include "lchown.h" + lchmod.h + lchmod.m4
gl_FUNC_LCHMOD + --- + + lchown #include "lchown.h" lchown.c lchown.m4
gl_FUNC_LCHOWN - chown
stat-macros + chown
sys_stat mkancesdirs #include "mkancesdirs.h" mkancesdirs.c mkancesdirs.m4
gl_MKANCESDIRS - dirname
stat-macros + dirname
fcntl
savewd
stat-macros
sys_stat mkdir-p #include "mkdir-p.h" - dirchownmod.c
dirchownmod.h
lchmod.h
mkdir-p.c - lchmod.m4
mkdir-p.m4
gl_MKDIR_PARENTS - error
gettext-h
lchown
mkancesdirs
quote
stat-macros
stdbool + dirchownmod.c
dirchownmod.h
mkdir-p.c + mkdir-p.m4
gl_MKDIR_PARENTS + error
fcntl
gettext-h
lchmod
lchown
mkancesdirs
quote
savewd
stat-macros
stdbool
sys_stat modechange #include "modechange.h" modechange.c modechange.m4
gl_MODECHANGE - stat-macros
xalloc + stat-macros
sys_stat
xalloc mountlist @@ -3131,6 +3428,13 @@ variables. stdbool
xalloc + openat + #include "openat.h" + at-func.c
fchmodat.c
fstatat.c
mkdirat.c
openat.c
openat-die.c
openat-priv.h
openat-proc.c + openat.m4
gl_FUNC_OPENAT + dirname
extensions
gettext-h
intprops
lchown
lstat
same-inode
save-cwd
stdbool + + pathname #include "pathname.h" concatpath.c @@ -3147,9 +3451,9 @@ variables. same #include "same.h" - same.c
same-inode.h + same.c same.m4
gl_SAME - xalloc
error
dirname
stdbool + xalloc
error
dirname
same-inode
stdbool save-cwd @@ -3166,6 +3470,13 @@ variables. openat
xalloc + savewd + #include "savewd.h" + savewd.c + savewd.m4
gl_SAVEWD + dirname
exit
fcntl-safer
fcntl
raise
stdbool
xalloc + + stat-time #include "stat-time.h" --- @@ -3173,6 +3484,13 @@ variables. timespec + tmpdir + #include "tmpdir.h" + tmpdir.c + tmpdir.m4
gt_TMPDIR + stdbool
sys_stat + + unlinkdir #include "unlinkdir.h" unlinkdir.c @@ -3184,7 +3502,7 @@ variables. #include "utimecmp.h" utimecmp.c utimecmp.m4
gl_UTIMECMP - hash
stat-time
timespec
utimens
xalloc
intprops
stdbool
verify + hash
stat-time
timespec
utimens
xalloc
intprops
stdbool
stdint
verify utimens @@ -3266,6 +3584,13 @@ variables. --- --- + + isapipe + #include "isapipe.h" + isapipe.c + isapipe.m4
gl_ISAPIPE + stdbool
sys_stat
unistd +

File stream based Input/Output

@@ -3284,32 +3609,32 @@ variables. - - - + + + +
Depends on
fpending - #include "__fpending.h" - __fpending.c - fpending.m4
gl_FUNC_FPENDING -
--- + close-stream + #include "close-stream.h" + close-stream.c + close-stream.m4
gl_CLOSE_STREAM +
fpending
stdbool
closeout #include "closeout.h" closeout.c closeout.m4
gl_CLOSEOUT -
gettext-h
error
quotearg
fpending
exitfail
stdbool +
close-stream
gettext-h
error
quotearg
exitfail
stdio-safer + fopen-safer #include "stdio-safer.h" stdio--.h
fopen-safer.c -
stdio-safer.m4
gl_STDIO_SAFER +
stdio-safer.m4
gl_FOPEN_SAFER
unistd-safer
stdlib-safer - #include "stdlib-safer.h" - stdlib--.h
mkstemp-safer.c -
stdlib-safer.m4
gl_STDLIB_SAFER -
mkstemp
unistd-safer +
fpending + #include "__fpending.h" + __fpending.c + fpending.m4
gl_FUNC_FPENDING +
---
getpass @@ -3325,6 +3650,20 @@ variables. getpass.m4
gl_FUNC_GETPASS_GNU
getline
stdbool
stdlib-safer + #include "stdlib-safer.h" + stdlib--.h
mkstemp-safer.c +
stdlib-safer.m4
gl_STDLIB_SAFER +
mkstemp
unistd-safer +
tmpfile-safer + #include "stdio-safer.h" + stdio--.h
tmpfile-safer.c +
stdio-safer.m4
gl_TMPFILE_SAFER +
binary-io
unistd-safer +

Users and groups

@@ -3361,7 +3700,7 @@ variables.
--- idcache.c idcache.m4
gl_IDCACHE -
xalloc + flexmember
xalloc
userspec @@ -3391,15 +3730,15 @@ variables. gettime #include "timespec.h" gettime.c - clock_time.m4
gettime.m4
gl_GETTIME -
gettimeofday
timespec
extensions +
gettime.m4
gl_GETTIME +
clock-time
gettime
gettimeofday
timespec
extensions
settime --- settime.c - clock_time.m4
settime.m4
gl_SETTIME -
timespec
extensions +
settime.m4
gl_SETTIME +
clock-time
extensions
timespec
posixtm @@ -3413,7 +3752,7 @@ variables. #include "xnanosleep.h" xnanosleep.c xnanosleep.m4
gl_XNANOSLEEP -
timespec
intprops
stdbool +
nanosleep
timespec
intprops
stdbool

Networking functions

@@ -3498,7 +3837,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])
AM_GNU_GETTEXT_VERSION([0.14.5]) + codeset.m4
gettext.m4
glibc2.m4
glibc21.m4
iconv.m4
intdiv0.m4
intl.m4
intldir.m4
intmax.m4
inttypes_h.m4
inttypes-pri.m4
lcmessage.m4
lock.m4
longdouble.m4
longlong.m4
nls.m4
po.m4
printf-posix.m4
progtest.m4
size_max.m4
stdint_h.m4
uintmax_t.m4
ulonglong.m4
visibility.m4
wchar_t.m4
wint_t.m4
xsize.m4
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.15]) gettext-h
havelib @@ -3516,10 +3855,24 @@ variables. havelib + striconv + #include "striconv.h" + striconv.c + if test $gl_cond_libtool = false; then
gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
gl_libdeps="$gl_libdeps $LIBICONV"
fi + iconv
strdup
c-strcase + + + xstriconv + #include "xstriconv.h" + xstriconv.c + --- + striconv
xalloc + + iconvme #include "iconvme.h" iconvme.c - iconvme.m4
gl_ICONVME + iconvme.m4
gl_ICONVME
if test $gl_cond_libtool = false; then
gl_ltlibdeps="$gl_ltlibdeps $LTLIBICONV"
gl_libdeps="$gl_libdeps $LIBICONV"
fi iconv
strdup @@ -3527,7 +3880,7 @@ variables. #include "localcharset.h" localcharset.c
config.charset
ref-add.sin
ref-del.sin codeset.m4
glibc21.m4
localcharset.m4
gl_LOCALCHARSET - --- + configmake hard-locale @@ -3620,6 +3973,13 @@ variables. linebreak.m4
gl_LINEBREAK localcharset
c-ctype
iconv
utf8-ucs4
utf16-ucs4
xsize + + bison-i18n + --- + --- + bison-i18n.m4
BISON_I18N + gettext +

Executing programs

@@ -3708,15 +4068,22 @@ variables. + +
#include "javacomp.h" javacomp.c --- - stdbool
xallocsa
execute
pipe
wait-process
classpath
xsetenv
sh-quote
safe-read
xalloc
error
gettext-h
javacomp-script +
stdbool
unistd
javaversion
execute
pipe
wait-process
classpath
xsetenv
sh-quote
binary-io
safe-read
xalloc
xallocsa
getline
pathname
fwriteerror
clean-temp
error
xvasprintf
strstr
gettext-h
javacomp-script
javaexec #include "javaexec.h" javaexec.c - javaexec.m4
gt_JAVAEXEC
AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in]) +
javaexec.m4
# You need to invoke gt_JAVAEXEC yourself, possibly with arguments.
AC_CONFIG_FILES([javaexec.sh:build-aux/javaexec.sh.in])
stdbool
execute
classpath
xsetenv
sh-quote
pathname
xalloc
xallocsa
error
gettext-h
javaversion + #include "javaversion.h" + javaversion.c
javaversion.java
javaversion.class +
--- + javaexec
stdbool
pipe
wait-process
getline
gettext-h
configmake +

C#

@@ -3745,7 +4112,7 @@ variables.
csharpexec #include "csharpexec.h" csharpexec.c
classpath.h
classpath.c -
csharpexec.m4
csharp.m4
gt_CSHARPEXEC
AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in]) +
csharpexec.m4
csharp.m4
# You need to invoke gt_CSHARPEXEC yourself, possibly with arguments.
AC_CONFIG_FILES([csharpexec.sh:build-aux/csharpexec.sh.in])
stdbool
execute
xsetenv
sh-quote
xalloc
xallocsa
error
gettext-h
@@ -3770,7 +4137,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-pin.c
argp-pv.c
argp-pvh.c
argp-xinl.c argp.m4
gl_ARGP - alloca
dirname
getopt
strchrnul
sysexits
mempcpy
strndup
restrict
strcase
extensions
vsnprintf + alloca
dirname
getopt
strchrnul
sysexits
malloc
mempcpy
strndup
strcase
extensions
vsnprintf argz @@ -3804,7 +4171,7 @@ variables. error #include "error.h" error.c - error.m4
strerror_r.m4
gl_ERROR + error.m4
gl_ERROR --- @@ -3832,7 +4199,7 @@ variables. getloadavg --- getloadavg.c - AC_FUNC_GETLOADAVG + getloadavg.m4
gl_GETLOADAVG([$gl_source_base]) cloexec
xalloc
c-strtod
intprops
stdbool
fcntl-safer @@ -3847,7 +4214,7 @@ variables. --- getusershell.c getusershell.m4
gl_FUNC_GETUSERSHELL - stdio-safer
xalloc + fopen-safer
xalloc physmem @@ -3906,6 +4273,13 @@ variables. --- + verror + #include "verror.h" + verror.c + --- + error
xvasprintf + + visibility --- --- @@ -3930,6 +4304,34 @@ variables. Depends on + config-h + --- + --- + config-h.m4
gl_CONFIG_H + --- + + + configmake + #include "configmake.h" + --- + --- + --- + + + dummy + --- + dummy.c + --- + --- + + + elisp-comp + --- + --- + --- + --- + + ldd --- --- @@ -3974,6 +4376,96 @@ variables. --- --- + + gpl + --- + --- + --- + --- + + + lgpl + --- + --- + --- + --- + + + regexprops-generic + --- + --- + --- + --- + + +

Support for maintaining and release projects

+ + + + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
gnupload + --- + --- + --- + --- +
maintainer-makefile + --- + --- + --- + --- +
+

Misc

+ + + + + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
host-os + --- + --- + host-os.m4
gl_HOST_OS +
--- +
perl + --- + --- + perl.m4
gl_PERL +
--- +
uptime + --- + --- + uptime.m4
gl_SYS_PROC_UPTIME +
--- +

Unclassified modules - please update MODULES.html.sh

@@ -4017,7 +4509,21 @@ variables. + + + + @@ -4041,11 +4547,25 @@ variables. + + + + - + + - + + - + + @@ -4199,14 +4740,14 @@ variables. - + + + +
#include "chdir-long.h" chdir-long.c chdir-long.m4
gl_FUNC_CHDIR_LONG -
openat
mempcpy
memrchr
stdbool +
fcntl
openat
mempcpy
memrchr
stdbool +
chdir-safer + #include "chdir-safer.h" + chdir-safer.c + chdir-safer.m4
gl_CHDIR_SAFER +
fcntl
same-inode
stdbool +
clock-time + --- + --- + clock_time.m4
gl_CLOCK_TIME +
extensions
crc @@ -4030,7 +4536,7 @@ variables. csharpcomp-script --- --- - csharpcomp.m4
csharp.m4
gt_CSHARPCOMP
AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in]) +
csharpcomp.m4
csharp.m4
AC_REQUIRE([gt_CSHARPCOMP])
AC_CONFIG_FILES([csharpcomp.sh:build-aux/csharpcomp.sh.in])
---
stdint
stdbool
dev-ino + #include "dev-ino.h" + --- + --- + --- +
fcntl + #include <fcntl.h> + fcntl_.h + absolute-header.m4
fcntl_h.m4
gl_FCNTL_H +
unistd +
gc #include "gc.h" gc-libgcrypt.c
gc-gnulib.c -
gc.m4
gl_GC -
havelib
restrict +
gc.m4
gl_GC
if test $gl_cond_libtool = false; then
gl_ltlibdeps="$gl_ltlibdeps $LTLIBGCRYPT"
gl_libdeps="$gl_libdeps $LIBGCRYPT"
fi +
havelib
gc-arcfour @@ -4135,8 +4655,8 @@ variables. gethrxtime #include "xtime.h" gethrxtime.c
gethrxtime.h -
gethrxtime.m4
clock_time.m4
longlong.m4
gl_GETHRXTIME -
gettime
extensions +
gethrxtime.m4
longlong.m4
gl_GETHRXTIME +
clock-time
gettime
extensions
havelib @@ -4160,24 +4680,45 @@ variables. memxor
sha1
inttypes + i-ring + #include "i-ring.h" + i-ring.c + i-ring.m4
gl_I_RING +
verify +
imaxabs #include <inttypes.h> - inttypes.h - include_next.m4
absolute-header.m4
_inttypes_h.m4
gl_INTTYPES_H -
--- + imaxabs.c + imaxabs.m4
gl_FUNC_IMAXABS +
inttypes
javacomp-script + imaxdiv + #include <inttypes.h> + imaxdiv.c + imaxdiv.m4
gl_FUNC_IMAXDIV +
inttypes +
inline --- --- - javacomp.m4
gt_JAVACOMP
AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in]) +
inline.m4
gl_INLINE
---
maintainer-makefile - --- + inttypes + #include <inttypes.h> + inttypes_.h + absolute-header.m4
inttypes-pri.m4
inttypes.m4
gl_INTTYPES_H +
stdint +
javacomp-script --- --- + javacomp.m4
# You need to invoke gt_JAVACOMP yourself, possibly with arguments.
AC_CONFIG_FILES([javacomp.sh:build-aux/javacomp.sh.in])
---
#include "memxor.h" memxor.c memxor.m4
gl_MEMXOR -
restrict + ---
openat - #include "openat.h" - mkdirat.c
openat.c
openat-die.c
openat-priv.h -
openat.m4
gl_FUNC_OPENAT -
save-cwd
gettext-h
dirname
extensions
intprops +
netinet_in + #include <netinet/in.h> + --- + netinet_in_h.m4
gl_HEADER_NETINET_IN +
sys_socket
read-file @@ -4223,6 +4764,13 @@ variables. stdint
same-inode + #include "same-inode.h" + --- + --- + --- +
socklen #include <sys/types.h>
#include <sys/socket.h>
--- @@ -4233,8 +4781,15 @@ variables. stat-macros #include "stat-macros.h" --- - stat-macros.m4
gl_STAT_MACROS
--- + --- +
sublist + #include "gl_sublist.h" + gl_sublist.c + --- + list
xalloc
sys_select @@ -4253,26 +4808,16 @@ variables.

Lone files - please create new modules containing them

-lib/chdir-safer.c
-lib/chdir-safer.h
+lib/i-ring-test.c
 lib/progreloc.c
+lib/t-idcache
 m4/afs.m4
-m4/chdir-safer.m4
 m4/gnulib-tool.m4
-m4/host-os.m4
-m4/jm-winsz1.m4
-m4/jm-winsz2.m4
-m4/link-follow.m4
+m4/include_next.m4
+m4/inttypes-h.m4
+m4/isc-posix.m4
 m4/onceonly.m4
-m4/onceonly_2_57.m4
-m4/perl.m4
-m4/ptrdiff_max.m4
-m4/rmdir-errno.m4
-m4/st_dm_mode.m4
-m4/uint32_t.m4
-m4/uintptr_t.m4
-m4/unlink-busy.m4
-m4/uptime.m4
+m4/stat-macros.m4
 m4/warning.m4
 

Future developments

@@ -4287,6 +4832,6 @@ variables.
  • A POT file and some PO files
    - Generated from MODULES.html.sh on 22 July 2006. + Generated from MODULES.html.sh on 19 December 2006.