X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=ee389e5d56951d36836ac1a3894183fb1af0581f;hb=b0d3c1545196ae640d1f6de6c084f15812a9650a;hp=27db11a6898d0bcdd7d798c8031c6fbeb729004d;hpb=2a63637481210e60fc463fac6dcb94775f900700;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index 27db11a68..ee389e5d5 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

- - @@ -287,6 +283,10 @@ HAVE_ALLOCA. + +
c-bs-a - Determine portability of "\a". -
assert Allow the installer to disable assertions through "configure --disable-assert".
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>

@@ -356,6 +356,61 @@ HAVE_ALLOCA.
Handle --help and --version options.
+

Container data structures

+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
list + Abstract sequential list data type. +
array-list + Sequential list data type implemented by an array. +
carray-list + Sequential list data type implemented by a circular array. +
linked-list + Sequential list data type implemented by a linked list. +
avltree-list + Sequential list data type implemented by a binary tree. +
rbtree-list + Sequential list data type implemented by a binary tree. +
linkedhash-list + Sequential list data type implemented by a hash table with a linked list. +
avltreehash-list + Sequential list data type implemented by a hash table with a binary tree. +
rbtreehash-list + Sequential list data type implemented by a hash table with a binary tree. +
oset + Abstract ordered set data type. +
array-oset + Ordered set data type implemented by an array. +
avltree-oset + Ordered set data type implemented by a binary tree. +
rbtree-oset + Ordered set data type implemented by a binary tree. +

Cryptographic computations

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

Variable arguments <stdarg.h>

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

Boolean type and values <stdbool.h>

@@ -462,9 +524,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>

@@ -515,6 +580,10 @@ to a fixed length string

Numeric conversion functions <stdlib.h>

+ + @@ -593,6 +662,10 @@ to a fixed length string + + @@ -649,9 +722,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

@@ -714,6 +799,10 @@ variables. + + @@ -767,6 +856,10 @@ file. + + @@ -790,7 +883,7 @@ filename, and a suffix. @@ -806,6 +899,10 @@ directory. + + @@ -856,16 +953,20 @@ directory.

File stream based Input/Output

Return the canonical absolute name of a given file.
clean-temp + Temporary directories and temporary files with automatic cleanup. +
copy-file Copying of files.
lchown() function: change ownership of a file.
mkancesdirs + Ensure the existence of the ancestor directories of a file. +
mkdir-p Ensure that a directory and its parents exist.
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.
stat-related time functions
tmpdir + Determine a temporary directory. +
unlinkdir Determine (and maybe change) whether we can unlink directories.
- - + + + + + +
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, 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}. +
fpending + Determine the number of bytes waiting in the output buffer of a stream.
getpass @@ -875,6 +976,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

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

C#

@@ -1165,6 +1278,17 @@ variables.
If possible, ignore libraries that are not depended on.
+

Support for building documentation

+ + + + + +
fdl + Provide the Free Documentation License. +
gendocs + Generate manuals in several formats from Texinfo sources, +

Support for systems lacking ANSI C 89

@@ -1182,13 +1306,6 @@ variables. - -
Depends on
c-bs-a - --- - --- - c-bs-a.m4
AC_C_BACKSLASH_A -
--- -
assert #include <assert.h> --- @@ -1390,7 +1507,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>

@@ -1760,9 +1877,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>

@@ -1851,8 +1975,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>

@@ -1876,7 +2000,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 @@ -1914,7 +2038,7 @@ variables. #include "version-etc.h" version-etc.c --- - gettext-h + gettext-h
stdarg version-etc-fsf @@ -1931,6 +2055,114 @@ variables. version-etc +

Container data structures

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
list + #include "gl_list.h" + gl_list.c + gl_list.m4
gl_LIST +
stdbool +
array-list + #include "gl_array_list.h" + gl_array_list.c + --- + list
xalloc
xsize +
carray-list + #include "gl_carray_list.h" + gl_carray_list.c + --- + list
xalloc
xsize +
linked-list + #include "gl_linked_list.h" + gl_linked_list.c
gl_anylinked_list1.h
gl_anylinked_list2.h +
--- + list
xalloc +
avltree-list + #include "gl_avltree_list.h" + gl_avltree_list.c
gl_anyavltree_list1.h
gl_anyavltree_list2.h
gl_anytree_list1.h
gl_anytree_list2.h +
--- + list
xalloc +
rbtree-list + #include "gl_rbtree_list.h" + gl_rbtree_list.c
gl_anyrbtree_list1.h
gl_anyrbtree_list2.h
gl_anytree_list1.h
gl_anytree_list2.h +
--- + list
xalloc +
linkedhash-list + #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 +
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 +
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 +
oset + #include "gl_oset.h" + gl_oset.c + gl_list.m4
gl_LIST +
stdbool +
array-oset + #include "gl_array_oset.h" + gl_array_oset.c + --- + oset
xalloc
xsize +
avltree-oset + #include "gl_avltree_oset.h" + gl_avltree_oset.c
gl_anytree_oset.h +
--- + oset
xalloc +
rbtree-oset + #include "gl_rbtree_oset.h" + gl_rbtree_oset.c
gl_anytree_oset.h +
--- + oset
xalloc +

Cryptographic computations

@@ -2140,6 +2372,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>

@@ -2184,7 +2440,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
---
@@ -2271,14 +2527,14 @@ variables. --- strtoimax.c longlong.m4
stdint_h.m4
inttypes_h.m4
intmax_t.m4
strtoimax.m4
gl_FUNC_STRTOIMAX - strtoll
verify + 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>

@@ -2340,11 +2596,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 @@ -2382,7 +2645,7 @@ variables. #if HAVE_WCHAR_H && HAVE_WCTYPE_H
#include "mbchar.h"
#endif mbchar.c mbchar.m4
gl_MBCHAR - stdbool + stdbool
wcwidth mbiter @@ -2447,14 +2710,14 @@ variables. getaddrinfo #include "getaddrinfo.h" getaddrinfo.c
gai_strerror.c - getaddrinfo.m4
sockpfaf.m4
gl_GETADDRINFO - restrict
gettext-h
socklen
stdbool
strdup
sys_socket + getaddrinfo.m4
gl_GETADDRINFO + restrict
gettext-h
snprintf
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 @@ -2476,7 +2739,7 @@ variables. #include "getlogin_r.h" getlogin_r.c getlogin_r.m4
gl_GETLOGIN_R - --- + unistd getsubopt @@ -2496,7 +2759,14 @@ variables. inet_ntop #include "inet_ntop.h" inet_ntop.c - inet_ntop.m4
sockpfaf.m4
gl_INET_NTOP + inet_ntop.m4
gl_INET_NTOP + restrict
socklen
sys_socket + + + inet_pton + #include "inet_pton.h" + inet_pton.c + inet_pton.m4
gl_INET_PTON restrict
socklen
sys_socket @@ -2511,14 +2781,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 @@ -2560,14 +2830,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
strcase + alloca
extensions
gettext-h
malloc
restrict
strcase
ssize_t rename @@ -2598,12 +2868,33 @@ variables. 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 + --- + + utime #if HAVE_UTIME_H
# include <utime.h>
#else
# include <sys/utime.h>
#endif utime.c 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

@@ -2625,15 +2916,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 @@ -2668,7 +2959,7 @@ 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 @@ -2698,9 +2989,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
xstrtoumax
stdbool +
gettext-h
argmatch
error
intprops
xstrtoumax
stdbool

File system functions

@@ -2741,16 +3032,23 @@ variables. cycle-check
filenamecat
stat-macros
xalloc
xgetcwd
xreadlink + clean-temp + #include "clean-temp.h" + clean-temp.c + --- + stdbool
unistd
error
fatal-signal
pathmax
tmpdir
mkdtemp
xalloc
xallocsa
linked-list
gettext-h + + copy-file #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 @@ -2832,11 +3130,18 @@ variables. chown
stat-macros + mkancesdirs + #include "mkancesdirs.h" + mkancesdirs.c + mkancesdirs.m4
gl_MKANCESDIRS + dirname
stat-macros + + mkdir-p #include "mkdir-p.h" - 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 + 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 modechange @@ -2869,7 +3174,7 @@ variables. same #include "same.h" - same.c + same.c
same-inode.h same.m4
gl_SAME xalloc
error
dirname
stdbool @@ -2895,6 +3200,13 @@ variables. timespec + tmpdir + #include "tmpdir.h" + tmpdir.c + tmpdir.m4
gt_TMPDIR + stdbool + + unlinkdir #include "unlinkdir.h" unlinkdir.c @@ -2904,9 +3216,9 @@ variables. utimecmp #include "utimecmp.h" - intprops.h
utimecmp.c + utimecmp.c utimecmp.m4
gl_UTIMECMP - hash
stat-time
timespec
utimens
xalloc
stdbool
verify + hash
stat-time
timespec
utimens
xalloc
intprops
stdbool
verify utimens @@ -3006,27 +3318,34 @@ 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 + fpending + #include "__fpending.h" + __fpending.c + fpending.m4
gl_FUNC_FPENDING + --- + + getpass #include "getpass.h" getpass.c @@ -3040,6 +3359,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

@@ -3081,9 +3414,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

@@ -3107,14 +3440,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 @@ -3126,9 +3459,9 @@ variables. xnanosleep #include "xnanosleep.h" - intprops.h
xnanosleep.c + xnanosleep.c xnanosleep.m4
gl_XNANOSLEEP - timespec
stdbool + timespec
intprops
stdbool

Networking functions

@@ -3213,7 +3546,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
intmax.m4
inttypes_h.m4
inttypes-h.m4
inttypes-pri.m4
lcmessage.m4
lock.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
visibility.m4
wchar_t.m4
wint_t.m4
xsize.m4
AM_GNU_GETTEXT([external])
AM_GNU_GETTEXT_VERSION([0.15]) gettext-h
havelib @@ -3256,7 +3589,7 @@ variables. #include "mbswidth.h" mbswidth.c mbstate_t.m4
mbrtowc.m4
mbswidth.m4
gl_MBSWIDTH - --- + wcwidth memcasecmp @@ -3364,28 +3697,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 @@ -3423,7 +3756,7 @@ 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 @@ -3432,6 +3765,13 @@ variables. 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 + + javaversion + #include "javaversion.h" + javaversion.c
javaversion.java
javaversion.class + --- + javaexec
stdbool
pipe
wait-process
getline
gettext-h +

C#

@@ -3513,7 +3853,7 @@ variables.
#include "c-stack.h" c-stack.c c-stack.m4
gl_C_STACK -
gettext-h
exitfail +
gettext-h
exitfail
unistd
error @@ -3546,9 +3886,9 @@ variables.
getloadavg --- - getloadavg.c
intprops.h +
getloadavg.c AC_FUNC_GETLOADAVG - cloexec
xalloc
c-strtod
stdbool
fcntl-safer +
cloexec
xalloc
c-strtod
intprops
stdbool
fcntl-safer
getpagesize @@ -3561,8 +3901,8 @@ variables. getusershell --- getusershell.c - getusershell.m4
gl_PREREQ_GETUSERSHELL -
stdio-safer
xalloc +
getusershell.m4
gl_FUNC_GETUSERSHELL +
fopen-safer
xalloc
physmem @@ -3609,9 +3949,9 @@ variables.
sig2str #include "sig2str.h" - intprops.h
sig2str.c +
sig2str.c sig2str.m4
gl_FUNC_SIG2STR -
--- + intprops
sysexits @@ -3659,6 +3999,37 @@ variables. ---
+

Support for building documentation

+ + + + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
fdl + --- + --- + --- + --- +
gendocs + --- + --- + --- + --- +

Unclassified modules - please update MODULES.html.sh

@@ -3690,6 +4061,13 @@ variables. + + + + + + + + + +
stdint
arpa_inet + #include <arpa/inet.h> + --- + arpa_inet_h.m4
gl_HEADER_ARPA_INET +
sys_socket +
chdir-long #include "chdir-long.h" chdir-long.c @@ -3788,6 +4166,13 @@ variables. 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 @@ -3830,6 +4215,13 @@ variables.
memxor
sha1
inttypes + #include <inttypes.h> + inttypes.h + include_next.m4
absolute-header.m4
_inttypes_h.m4
gl_INTTYPES_H +
--- +
javacomp-script --- --- @@ -3867,9 +4259,16 @@ variables.
openat #include "openat.h" - intprops.h
mkdirat.c
openat.c
openat-die.c
openat-priv.h +
mkdirat.c
openat.c
openat-die.c
openat-priv.h
openat.m4
gl_FUNC_OPENAT -
save-cwd
gettext-h
dirname
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 @@ -3880,7 +4279,7 @@ variables.
socklen - #include <sys/socket.h> + #include <sys/types.h>
#include <sys/socket.h>
--- socklen.m4
gl_TYPE_SOCKLEN_T
sys_socket @@ -3893,34 +4292,44 @@ variables. ---
sys_select + #include <sys/select.h> + --- + sys_select_h.m4
gl_HEADER_SYS_SELECT +
sys_socket +
sys_socket - #include <sys/socket.h> + #include <sys/types.h>
#include <sys/socket.h>
socket_.h - sys_socket_h.m4
gl_HEADER_SYS_SOCKET +
sys_socket_h.m4
sockpfaf.m4
gl_HEADER_SYS_SOCKET
---

Lone files - please create new modules containing them

-lib/mkstemp-safer.c
+lib/chdir-safer.c
+lib/chdir-safer.h
 lib/progreloc.c
-lib/stdlib--.h
+m4/afs.m4
+m4/chdir-safer.m4
 m4/gnulib-tool.m4
 m4/host-os.m4
+m4/isc-posix.m4
 m4/jm-winsz1.m4
 m4/jm-winsz2.m4
 m4/link-follow.m4
 m4/onceonly.m4
+m4/onceonly_2_57.m4
 m4/perl.m4
 m4/ptrdiff_max.m4
-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: @@ -3934,6 +4343,6 @@ variables.
  • A POT file and some PO files
    - Generated from MODULES.html.sh on 24 February 2006. + Generated from MODULES.html.sh on 26 July 2006.