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

Gnulib Module List

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

Support for systems lacking ANSI C 89

- - @@ -450,6 +446,13 @@ memory allocation.
c-bs-a - Determine portability of "\a". -
assert Allow the installer to disable assertions through "configure --disable-assert".
Provide SIZE_MAX.
+

Variable arguments <stdarg.h>

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

Boolean type and values <stdbool.h>

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

Input/output <stdio.h>

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

Numeric conversion functions <stdlib.h>

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

@@ -723,7 +749,7 @@ variables.
fsusage - Return filesystem space usage info. + Return file system space usage info.
dirfd @@ -777,7 +803,7 @@ chmod utility).
mountlist - Return list of mounted filesystems. + Return list of mounted file systems.
pathname @@ -1157,6 +1183,10 @@ variables.

Support for building libraries and executables

+ + @@ -1178,13 +1208,6 @@ variables. - -
ldd + Command to determine the dynamically linked dependencies of a program. +
lib-ignore If possible, ignore libraries that are not depended on.
Depends on
c-bs-a - --- - --- - c-bs-a.m4
AC_C_BACKSLASH_A -
--- -
assert #include <assert.h> --- @@ -1386,7 +1409,7 @@ variables. #include "pagealign_alloc.h" pagealign_alloc.c mmap-anon.m4
pagealign_alloc.m4
gl_PAGEALIGN_ALLOC -
error
exit
getpagesize
gettext-h
xalloc +
error
exit
getpagesize
gettext-h
xalloc
unistd

Date and time <time.h>

@@ -1756,9 +1779,9 @@ variables.
xstrtol #include "xstrtol.h" - intprops.h
xstrtol.c
xstrtoul.c +
xstrtol.c
xstrtoul.c
ulonglong.m4
longlong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
intmax_t.m4
xstrtol.m4
gl_XSTRTOL -
exitfail
error +
exitfail
error
intprops

Date and time <time.h>

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

Signal handling <signal.h>

@@ -1872,7 +1895,7 @@ variables. #include "fatal-signal.h" fatal-signal.c fatal-signal.m4
signalblocking.m4
sig_atomic_t.m4
gl_FATAL_SIGNAL - xalloc
stdbool + xalloc
stdbool
unistd raise @@ -2136,6 +2159,30 @@ variables. --- +

Variable arguments <stdarg.h>

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

Boolean type and values <stdbool.h>

@@ -2180,7 +2227,7 @@ variables.
stdint #include <stdint.h> stdint_.h - stdint.m4
inttypes.m4
gl_STDINT_H +
stdint.m4
full-header-path.m4
longlong.m4
gl_STDINT_H
---
@@ -2267,14 +2314,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>

@@ -2336,11 +2383,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 @@ -2378,7 +2432,7 @@ variables. #if HAVE_WCHAR_H && HAVE_WCTYPE_H
#include "mbchar.h"
#endif mbchar.c mbchar.m4
gl_MBCHAR - stdbool + stdbool
wcwidth mbiter @@ -2444,7 +2498,7 @@ variables. #include "getaddrinfo.h" getaddrinfo.c
gai_strerror.c getaddrinfo.m4
sockpfaf.m4
gl_GETADDRINFO - restrict
gettext-h
socklen
stdbool
strdup + restrict
gettext-h
socklen
stdbool
strdup
sys_socket
inet_ntop getcwd @@ -2472,7 +2526,7 @@ variables. #include "getlogin_r.h" getlogin_r.c getlogin_r.m4
gl_GETLOGIN_R - --- + unistd getsubopt @@ -2493,7 +2547,14 @@ variables. #include "inet_ntop.h" inet_ntop.c inet_ntop.m4
sockpfaf.m4
gl_INET_NTOP - restrict
socklen + 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 @@ -2507,14 +2568,14 @@ variables. #include <stdlib.h> mkstemp.c
tempname.c ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
mkstemp.m4
gl_FUNC_MKSTEMP - stat-macros + stat-macros
sys_stat mkdtemp #include "mkdtemp.h" mkdtemp.c ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
mkdtemp.m4
gt_FUNC_MKDTEMP - --- + unistd poll @@ -2535,7 +2596,7 @@ variables. #include "lstat.h" lstat.c lstat.m4
gl_FUNC_LSTAT - xalloc
stat-macros + stat-macros time_r @@ -2556,14 +2617,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 @@ -2581,7 +2642,7 @@ variables. ssize_t - --- + #include <sys/types.h> --- ssize_t.m4
gt_TYPE_SSIZE_T --- @@ -2594,12 +2655,33 @@ variables. restrict + sys_stat + #include <sys/stat.h> + stat_.h + full-header-path.m4
sys_stat_h.m4
gl_HEADER_SYS_STAT_H + --- + + + unistd + #include <unistd.h> + --- + unistd_h.m4
gl_HEADER_UNISTD + --- + + 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

@@ -2629,7 +2711,7 @@ variables.
#include <getopt.h> getopt_.h
getopt.c
getopt1.c
getopt_int.h
getopt.m4
gl_GETOPT -
gettext-h + gettext-h
unistd
unistd-safer @@ -2664,7 +2746,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 @@ -2694,9 +2776,9 @@ variables.
human #include "human.h" - human.c
intprops.h +
human.c ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
human.m4
gl_HUMAN -
gettext-h
argmatch
error
xstrtoumax
stdbool +
gettext-h
argmatch
error
intprops
xstrtoumax
stdbool

File system functions

@@ -2741,7 +2823,7 @@ variables. #include "copy-file.h" copy-file.c copy-file.m4
gl_COPY_FILE - error
safe-read
full-write
binary-io
exit
gettext-h + error
safe-read
full-write
binary-io
exit
gettext-h
unistd cycle-check @@ -2900,9 +2982,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 @@ -3013,7 +3095,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 @@ -3077,9 +3159,9 @@ variables. userspec #include "userspec.h" - inttostr.h
intprops.h
userspec.c + inttostr.h
userspec.c userspec.m4
gl_USERSPEC - posixver
xalloc
xstrtol
strdup
gettext-h
stdbool + posixver
xalloc
xstrtol
strdup
gettext-h
intprops
stdbool

Date and time

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

Networking functions

@@ -3252,7 +3334,7 @@ variables. #include "mbswidth.h" mbswidth.c mbstate_t.m4
mbrtowc.m4
mbswidth.m4
gl_MBSWIDTH - --- + wcwidth memcasecmp @@ -3360,28 +3442,28 @@ variables. #include "findprog.h" findprog.c findprog.m4
eaccess.m4
gl_FINDPROG - stdbool
xalloc
pathname + stdbool
xalloc
pathname
unistd wait-process #include "wait-process.h" wait-process.c wait-process.m4
sig_atomic_t.m4
gl_WAIT_PROCESS - fatal-signal
error
exit
xalloc
gettext-h
stdbool + fatal-signal
error
exit
xalloc
gettext-h
stdbool
unistd execute #include "execute.h" execute.c
w32spawn.h execute.m4
gl_EXECUTE - error
exit
fatal-signal
wait-process
gettext-h
stdbool
strpbrk + error
exit
fatal-signal
wait-process
gettext-h
stdbool
strpbrk
unistd pipe #include "pipe.h" pipe.c
w32spawn.h pipe.m4
gl_PIPE - wait-process
error
exit
fatal-signal
gettext-h
stdbool
strpbrk + wait-process
error
exit
fatal-signal
gettext-h
stdbool
strpbrk
unistd sh-quote @@ -3509,7 +3591,7 @@ variables. #include "c-stack.h" c-stack.c c-stack.m4
gl_C_STACK - gettext-h
exitfail + gettext-h
exitfail
unistd error @@ -3542,9 +3624,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 @@ -3605,9 +3687,9 @@ variables. sig2str #include "sig2str.h" - intprops.h
sig2str.c + sig2str.c sig2str.m4
gl_FUNC_SIG2STR - --- + intprops sysexits @@ -3641,6 +3723,13 @@ variables. Depends on + ldd + --- + --- + ldd.m4
gl_LDD
AC_CONFIG_FILES([ldd.sh:build-aux/ldd.sh.in]) + --- + + lib-ignore --- --- @@ -3777,6 +3866,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 @@ -3819,6 +3915,13 @@ variables. memxor
sha1 + inttypes + #include <inttypes.h> + inttypes.h + include_next.m4
full-header-path.m4
_inttypes_h.m4
gl_INTTYPES_H + --- + + javacomp-script --- --- @@ -3826,6 +3929,13 @@ variables. --- + maintainer-makefile + --- + --- + --- + --- + + md2 #include "md2.h" md2.c @@ -3851,7 +3961,14 @@ variables. #include "openat.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 @@ -3862,10 +3979,10 @@ variables. socklen - --- + #include <sys/types.h>
#include <sys/socket.h> --- socklen.m4
gl_TYPE_SOCKLEN_T - --- + sys_socket stat-macros @@ -3875,8 +3992,15 @@ 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 --- @@ -3903,6 +4027,7 @@ variables. m4/uintptr_t.m4 m4/unlink-busy.m4 m4/uptime.m4 +m4/warning.m4

Future developments

Ideally a module could consist of: @@ -3916,6 +4041,6 @@ variables.
  • A POT file and some PO files
    - Generated from MODULES.html.sh on 11 January 2006. + Generated from MODULES.html.sh on 2 July 2006.