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

- - @@ -469,9 +465,12 @@ memory allocation.
c-bs-a - Determine portability of "\a". -
assert Allow the installer to disable assertions through "configure --disable-assert".
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>

@@ -664,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. @@ -671,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

@@ -1201,13 +1208,6 @@ variables. - -
Depends on
c-bs-a - --- - --- - c-bs-a.m4
AC_C_BACKSLASH_A -
--- -
assert #include <assert.h> --- @@ -2227,7 +2227,7 @@ variables. stdint #include <stdint.h> stdint_.h - stdint.m4
full-header-path.m4
size_max.m4
wchar_t.m4
gl_STDINT_H +
stdint.m4
full-header-path.m4
longlong.m4
gl_STDINT_H
---
@@ -2432,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 @@ -2498,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 @@ -2568,7 +2568,7 @@ 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 @@ -2655,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> --- @@ -2668,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

@@ -3320,7 +3334,7 @@ variables. + +
#include "mbswidth.h" mbswidth.c mbstate_t.m4
mbrtowc.m4
mbswidth.m4
gl_MBSWIDTH -
--- + wcwidth
memcasecmp @@ -3905,7 +3919,7 @@ variables. #include <inttypes.h> inttypes.h include_next.m4
full-header-path.m4
_inttypes_h.m4
gl_INTTYPES_H -
stdint + ---
javacomp-script @@ -3978,6 +3992,13 @@ variables. ---
sys_select + #include <sys/select.h> + --- + sys_select_h.m4
gl_HEADER_SYS_SELECT +
sys_socket +
sys_socket #include <sys/types.h>
#include <sys/socket.h>
socket_.h @@ -4020,6 +4041,6 @@ variables.
  • A POT file and some PO files
    - Generated from MODULES.html.sh on 22 June 2006. + Generated from MODULES.html.sh on 2 July 2006.