X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=MODULES.html;h=adb82d5db58007979ec57d8c5dc7e282fd167fe7;hb=afa00ba5b8308d2e45268ae86d06f375a5feeb16;hp=65b17c3eecdfa418a1ca0b50a2ec6a2aa49c9943;hpb=ab39e35f8d1ce2b60f56f9b385d2f978dc470355;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index 65b17c3ee..adb82d5db 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

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

Variable arguments <stdarg.h>

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

Boolean type and values <stdbool.h>

@@ -597,6 +604,10 @@ to a fixed length string + + @@ -653,9 +664,17 @@ 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.
strtok_r() function: split string into tokens, thread safe.
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

@@ -1394,7 +1413,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>

@@ -1855,8 +1874,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>

@@ -1880,7 +1899,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 @@ -2144,6 +2163,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>

@@ -2188,7 +2231,7 @@ variables.
stdint #include <stdint.h> stdint_.h - stdint.m4
inttypes.m4
gl_STDINT_H +
stdint.m4
full-header-path.m4
size_max.m4
wchar_t.m4
gl_STDINT_H
---
@@ -2275,14 +2318,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>

@@ -2393,7 +2436,7 @@ variables. #if HAVE_WCHAR_H && HAVE_WCTYPE_H
#include "mbchar.h"
#endif mbchar.c mbchar.m4
gl_MBCHAR - stdbool + stdbool
wcwidth mbiter @@ -2459,7 +2502,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 @@ -2487,7 +2530,7 @@ variables. #include "getlogin_r.h" getlogin_r.c getlogin_r.m4
gl_GETLOGIN_R - --- + unistd getsubopt @@ -2511,6 +2554,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 @@ -2529,7 +2579,7 @@ variables. #include "mkdtemp.h" mkdtemp.c ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
mkdtemp.m4
gt_FUNC_MKDTEMP - --- + unistd poll @@ -2578,7 +2628,7 @@ variables. #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 @@ -2609,12 +2659,26 @@ variables. restrict + 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

@@ -2644,7 +2708,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 @@ -2679,7 +2743,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 @@ -2756,7 +2820,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 @@ -3267,7 +3331,7 @@ variables. #include "mbswidth.h" mbswidth.c mbstate_t.m4
mbrtowc.m4
mbswidth.m4
gl_MBSWIDTH -
--- + wcwidth
memcasecmp @@ -3375,28 +3439,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 @@ -3524,7 +3588,7 @@ variables. #include "c-stack.h" c-stack.c c-stack.m4
gl_C_STACK -
gettext-h
exitfail +
gettext-h
exitfail
unistd
error @@ -3799,6 +3863,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 @@ -3841,6 +3912,13 @@ variables.
memxor
sha1
inttypes + #include <inttypes.h> + inttypes.h + include_next.m4
full-header-path.m4
_inttypes_h.m4
gl_INTTYPES_H +
stdint +
javacomp-script --- --- @@ -3883,6 +3961,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 @@ -3891,7 +3976,7 @@ variables.
socklen - #include <sys/socket.h> + #include <sys/types.h>
#include <sys/socket.h>
--- socklen.m4
gl_TYPE_SOCKLEN_T
sys_socket @@ -3904,8 +3989,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
--- @@ -3932,6 +4024,7 @@ variables. m4/uintptr_t.m4 m4/unlink-busy.m4 m4/uptime.m4 +m4/warning.m4

Future developments

Ideally a module could consist of: @@ -3945,6 +4038,6 @@ variables.
  • A POT file and some PO files
    - Generated from MODULES.html.sh on 2 March 2006. + Generated from MODULES.html.sh on 29 June 2006.