X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=7f36406a2e60477b82520b9ddefc5ef538be712e;hb=8aaff11b82298106fa5ce0ff3d22351d43dd468f;hp=1005d2ab5b6db5a215c5c683ebfb141bae15389c;hpb=b0cadc75e7f44caf6d8443dcf85ee316a229fd5b;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index 1005d2ab5..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>

@@ -597,6 +603,10 @@ to a fixed length string 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. @@ -653,6 +663,10 @@ to a fixed length string 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. @@ -660,6 +674,10 @@ to a fixed length string 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

@@ -1190,13 +1208,6 @@ variables. - -
Depends on
c-bs-a - --- - --- - c-bs-a.m4
AC_C_BACKSLASH_A -
--- -
assert #include <assert.h> --- @@ -1859,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>

@@ -1884,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 @@ -2148,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>

@@ -2192,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
---
@@ -2279,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>

@@ -2397,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 @@ -2463,7 +2498,7 @@ variables. #include "getaddrinfo.h" getaddrinfo.c
gai_strerror.c getaddrinfo.m4
sockpfaf.m4
gl_GETADDRINFO - restrict
gettext-h
socklen
stdbool
strdup
sys_socket + restrict
gettext-h
socklen
stdbool
strdup
sys_socket
inet_ntop getcwd @@ -2515,6 +2550,13 @@ variables. 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 #include <sys/stat.h> mkdir.c @@ -2526,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 @@ -2613,6 +2655,13 @@ 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> --- @@ -2626,6 +2675,13 @@ variables. utimbuf.m4
utime.m4
utimes.m4
utimes-null.m4
gl_FUNC_UTIME safe-read
full-write + + wcwidth + #include "wcwidth.h" + --- + wcwidth.m4
wchar_t.m4
gl_FUNC_WCWIDTH + --- +

Enhancements for POSIX:2001 functions

@@ -2767,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 @@ -3278,7 +3334,7 @@ variables. #include "mbswidth.h" mbswidth.c mbstate_t.m4
mbrtowc.m4
mbswidth.m4
gl_MBSWIDTH -
--- + wcwidth
memcasecmp @@ -3386,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 @@ -3859,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 --- --- @@ -3901,6 +3964,13 @@ variables. save-cwd
gettext-h
dirname
extensions
intprops
read-file + #include "read-file.h" + read-file.c + read-file.m4
gl_FUNC_READ_FILE +
--- +
rijndael #include "rijndael-alg-fst.h"
#include "rijndael-api-fst.h"
rijndael-alg-fst.c
rijndael-alg-fst.h
rijndael-api-fst.c
rijndael-api-fst.h @@ -3909,7 +3979,7 @@ variables.
socklen - #include <sys/socket.h> + #include <sys/types.h>
#include <sys/socket.h>
--- socklen.m4
gl_TYPE_SOCKLEN_T
sys_socket @@ -3922,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
--- @@ -3950,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: @@ -3963,6 +4041,6 @@ variables.
  • A POT file and some PO files
    - Generated from MODULES.html.sh on 10 April 2006. + Generated from MODULES.html.sh on 2 July 2006.