X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=MODULES.html;h=4eb6c9e1c83227fb0e8464bf5b832ba75f4a7fc1;hb=7ec881d86b09cad88b3999ee314c21abe78c7eb2;hp=b4d2d272a63030ce4ff919d5070caaaa06e791ae;hpb=fc337bde3cbbbd88e212ae6ee1936078da4b9bb9;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index b4d2d272a..4eb6c9e1c 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

@@ -218,6 +218,10 @@ HAVE_ALLOCA. Case-insensitive string comparison functions. + strcasestr + strcasestr() function: case-insensitive search for a substring in a string. + + strchrnul strchrnul(): Find the first occurrence of C in S or the final NUL byte. @@ -230,6 +234,10 @@ HAVE_ALLOCA. strnlen() function: determine the length of a size-bounded string. + strnlen1 + Quick string length estimation. + + strndup strndup() function: duplicate a size-bounded string. @@ -258,7 +266,7 @@ HAVE_ALLOCA. xstrtol - Convert string to 'long` or 'unsigned long', with error checking. + Convert string to 'long' or 'unsigned long', with error checking.

Date and time <time.h>

@@ -347,6 +355,10 @@ HAVE_ALLOCA. Encode binary data using printable characters (base64). + check-version + Check version string compatibility. + + diacrit Decomposition of composed ISO-8859-1 characters. @@ -355,6 +367,10 @@ HAVE_ALLOCA. Read a line from a stream. + getdelim + Read character delimited data from a stream. + + getnline Read a line from a stream, with bounded memory allocation. @@ -380,6 +396,10 @@ memory allocation. Parametrizable hash table. + readline + Simple implementation of readline. + + readtokens Read tokens from a stream. @@ -406,6 +426,10 @@ memory allocation. ullong_max The maximum unsigned long long value, as a preprocessor constant. + + size_max + Provide SIZE_MAX. +

Boolean type and values <stdbool.h>

@@ -484,6 +508,25 @@ to a fixed length string
Convert string to 'uintmax_t', with error checking.
+

Extended multibyte and wide character utilities <wchar.h>

+ + + + + + + + + +
mbchar + Multibyte character data type. +
mbiter + Iterating through multibyte strings. +
mbuiter + Iterating through multibyte strings. +
mbfile + Multibyte character I/O. +

Support for systems lacking POSIX:2001

@@ -579,6 +622,10 @@ to a fixed length string + + @@ -759,6 +806,10 @@ directory.

File descriptor based Input/Output

rmdir() function: delete a directory.
ssize_t + Define ssize_t if it does not already exist. +
strtok_r strtok_r() function: split string into tokens, thread safe.
+ + @@ -858,6 +909,10 @@ usually the host name including FQDN. + +
fcntl-safer + File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO. +
safe-read An interface to read() that retries after interrupts.
lock Locking in multithreaded situations.
tls + Thread-local storage in multithreaded situations. +

Internationalization functions

@@ -1071,6 +1126,10 @@ variables. + +
sysexits Exit status codes for some BSD system programs.
visibility + Control of symbols exported by shared libraries. +

Support for systems lacking ANSI C 89

@@ -1197,8 +1256,8 @@ variables. + + + + + + + + + + + +
strstr #include "strstr.h" strstr.c - strstr.m4
gl_FUNC_STRSTR -
--- + strstr.m4
mbrtowc.m4
gl_FUNC_STRSTR +
mbuiter
strerror @@ -1522,8 +1581,15 @@ variables. strcase #include "strcase.h" strcasecmp.c
strncasecmp.c -
strcase.m4
gl_STRCASE -
--- + strcase.m4
mbrtowc.m4
gl_STRCASE +
mbuiter +
strcasestr + #include "strcasestr.h" + strcasestr.c + strcasestr.m4
mbrtowc.m4
gl_FUNC_STRCASESTR +
mbuiter
strchrnul @@ -1542,11 +1608,18 @@ variables.
strnlen --- - strnlen.c + strnlen.h
strnlen.c
strnlen.m4
gl_FUNC_STRNLEN
---
strnlen1 + #include "strnlen1.h" + strnlen1.c + --- + memchr +
strndup #include "strndup.h" strndup.c @@ -1834,6 +1907,13 @@ variables. stdbool
restrict
check-version + #include "check-version.h" + check-version.c + check-version.m4
gl_CHECK_VERSION +
strverscmp +
diacrit #include "diacrit.h" diacrit.c @@ -1843,23 +1923,30 @@ variables.
getline #include "getline.h" - getline.c
getndelim2.h
getndelim2.c -
getline.m4
getndelim2.m4
ssize_t.m4
AM_FUNC_GETLINE +
getline.c + getline.m4
gl_FUNC_GETLINE +
getdelim +
getdelim + #include "getdelim.h" + getdelim.c + getdelim.m4
gl_FUNC_GETDELIM
---
getnline #include "getnline.h" getnline.c - getnline.m4
ssize_t.m4
gl_GETNLINE -
getndelim2 + getnline.m4
gl_GETNLINE +
getndelim2
ssize_t
getndelim2 #include "getndelim2.h" getndelim2.c - getndelim2.m4
ssize_t.m4
gl_GETNDELIM2 -
--- + getndelim2.m4
gl_GETNDELIM2 +
ssize_t
linebuffer @@ -1890,6 +1977,13 @@ variables. stdbool
xalloc
readline + #include "readline.h" + readline.c + readline.m4
lib-link.m4
gl_FUNC_READLINE +
getline +
readtokens #include "readtokens.h" readtokens.c @@ -1959,6 +2053,13 @@ variables. ullong_max.m4
gl_ULLONG_MAX
---
size_max + #include "size_max.h" + --- + size_max.m4
gl_SIZE_MAX +
--- +

Boolean type and values <stdbool.h>

@@ -2181,6 +2282,51 @@ variables.
xstrtol
strtoumax
+

Extended multibyte and wide character utilities <wchar.h>

+ + + + + + + + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
mbchar + #include "mbchar.h" + mbchar.c + mbchar.m4
gl_MBCHAR +
stdbool +
mbiter + #include "mbiter.h" + --- + mbiter.m4
gl_MBITER +
mbchar
stdbool +
mbuiter + #include "mbuiter.h" + --- + mbiter.m4
gl_MBITER +
mbchar
stdbool
strnlen1 +
mbfile + #include "mbfile.h" + --- + mbfile.m4
gl_MBFILE +
mbchar
stdbool +

Support for systems lacking POSIX:2001

@@ -2342,7 +2488,7 @@ variables. + + @@ -2576,7 +2729,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
restrict +
alloca
extensions
gettext-h
malloc
restrict
rename @@ -2359,6 +2505,13 @@ variables. stat-macros
ssize_t + --- + --- + ssize_t.m4
gt_TYPE_SSIZE_T +
--- +
strtok_r #include "strtok_r.h" strtok_r.c @@ -2406,7 +2559,7 @@ variables.
unistd-safer #include "unistd-safer.h" - dup-safer.c
fd-safer.c +
unistd--.h
dup-safer.c
fd-safer.c
pipe-safer.c
unistd-safer.m4
gl_UNISTD_SAFER
---
#include "fts_.h" fts.c
fts-cycle.c
fts.m4
gl_FUNC_FTS -
cycle-check
dirfd
hash
lstat
stdbool
unistd-safer +
cycle-check
dirfd
hash
lstat
stdbool
fcntl-safer
fts-lgpl @@ -2687,8 +2840,8 @@ variables. xreadlink #include "xreadlink.h" xreadlink.c - xreadlink.m4
ssize_t.m4
gl_XREADLINK -
xalloc
readlink +
xreadlink.m4
gl_XREADLINK +
xalloc
readlink
ssize_t

File descriptor based Input/Output

@@ -2708,11 +2861,18 @@ variables. Depends on + fcntl-safer + #include "fcntl-safer.h" + fcntl--.h
creat-safer.c
open-safer.c + fcntl-safer.m4
gl_FCNTL_SAFER + unistd-safer + + safe-read #include "safe-read.h" safe-read.c - safe-read.m4
ssize_t.m4
gl_SAFE_READ - --- + safe-read.m4
gl_SAFE_READ + ssize_t safe-write @@ -2776,7 +2936,7 @@ variables. stdio-safer #include "stdio-safer.h" - fopen-safer.c + stdio--.h
fopen-safer.c stdio-safer.m4
gl_STDIO_SAFER unistd-safer @@ -2939,6 +3099,13 @@ variables. lock.m4
lib-ld.m4
lib-link.m4
lib-prefix.m4
gl_LOCK --- + + tls + #include "tls.h" + tls.c + tls.m4
gl_TLS + lock +

Internationalization functions

@@ -3367,6 +3534,13 @@ variables. + +
sysexits.m4
gl_SYSEXITS
---
visibility + --- + --- + visibility.m4
gl_VISIBILITY +
--- +

Unclassified modules - please update MODULES.html.sh

@@ -3392,13 +3566,6 @@ variables. - - - -
openat
mempcpy
memrchr
stdbool
check-version - #include "check-version.h" - check-version.c - check-version.m4
gl_CHECK_VERSION -
strverscmp -
gethrxtime #include "xtime.h" gethrxtime.c
gethrxtime.h @@ -3413,13 +3580,6 @@ variables.
save-cwd
gettext-h
error
exitfail
extensions
size_max - #include "size_max.h" - --- - size_max.m4
gl_SIZE_MAX -
--- -
stat-macros #include "stat-macros.h" --- @@ -3429,7 +3589,10 @@ variables.

Lone files - please create new modules containing them

+lib/mkstemp-safer.c
 lib/progreloc.c
+lib/stdlib--.h
+m4/gnulib-tool.m4
 m4/host-os.m4
 m4/jm-winsz1.m4
 m4/jm-winsz2.m4
@@ -3440,6 +3603,7 @@ variables.
 m4/readdir.m4
 m4/rmdir-errno.m4
 m4/st_dm_mode.m4
+m4/stdlib-safer.m4
 m4/uintptr_t.m4
 m4/unlink-busy.m4
 m4/uptime.m4
@@ -3451,11 +3615,11 @@ variables.
       
  • One or more implementation files: lib/module.c et al.
  • One or more autoconf macro files: m4/module.m4 et al.
  • A configure.ac fragment, Makefile.am fragment, dependency list: modules/module +
  • A testsuite: source files in tests/ and metainformation (a configure.ac fragment, Makefile.am fragment, dependency list) in modules/module-tests
  • Some documentation
  • A POT file and some PO files -
  • A testsuite
    - Generated from MODULES.html.sh on 19 July 2005. + Generated from MODULES.html.sh on 1 September 2005.