From cfaa7ef2a1a03b0af6986c7dba3917903c9885a5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 16 Aug 2005 12:34:58 +0000 Subject: [PATCH] . --- MODULES.html | 83 +++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 79 insertions(+), 4 deletions(-) diff --git a/MODULES.html b/MODULES.html index bb51c068ef..8215bdef9b 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

@@ -229,6 +229,10 @@ HAVE_ALLOCA. strnlen strnlen() function: determine the length of a size-bounded string. + + strnlen1 + Quick string length estimation. + strndup strndup() function: duplicate a size-bounded string. @@ -500,6 +504,21 @@ 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. +
mbfile + Multibyte character I/O. +

Support for systems lacking POSIX:2001

@@ -878,6 +897,10 @@ usually the host name including FQDN. + +
lock Locking in multithreaded situations.
tls + Thread-local storage in multithreaded situations. +

Internationalization functions

@@ -1546,8 +1569,8 @@ variables. + +
strcase #include "strcase.h" strcasecmp.c
strncasecmp.c -
strcase.m4
gl_STRCASE -
--- + strcase.m4
mbrtowc.m4
gl_STRCASE +
strnlen1
mbchar
strchrnul @@ -1570,6 +1593,13 @@ variables. strnlen.m4
gl_FUNC_STRNLEN
---
strnlen1 + #include "strnlen1.h" + strnlen1.c + --- + memchr +
strndup #include "strndup.h" @@ -2233,6 +2263,44 @@ 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 +
mbfile + #include "mbfile.h" + --- + mbfile.m4
gl_MBFILE +
mbchar
stdbool +

Support for systems lacking POSIX:2001

@@ -2998,6 +3066,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

@@ -3508,6 +3583,6 @@ variables.
  • A testsuite
    - Generated from MODULES.html.sh on 13 August 2005. + Generated from MODULES.html.sh on 16 August 2005. -- 2.30.2