From db721c763db3ccdb349e025a57e2718ae1516e80 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 12 Aug 2005 09:22:45 +0000 Subject: [PATCH] . --- MODULES.html | 78 +++++++++++++++++++++++++++++++++------------------- 1 file changed, 49 insertions(+), 29 deletions(-) diff --git a/MODULES.html b/MODULES.html index 6f5839a91d..378245e42f 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

@@ -346,6 +346,10 @@ HAVE_ALLOCA. base64 Encode binary data using printable characters (base64). + + check-version + Check version string compatibility. + diacrit Decomposition of composed ISO-8859-1 characters. @@ -354,6 +358,10 @@ HAVE_ALLOCA. getline 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. @@ -379,6 +387,10 @@ memory allocation. hash Parametrizable hash table. + + readline + Simple implementation of readline. + readtokens Read tokens from a stream. @@ -406,6 +418,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>

@@ -1837,6 +1853,13 @@ variables. + + + + + + + +
base64.m4
gl_FUNC_BASE64
stdbool
restrict
check-version + #include "check-version.h" + check-version.c + check-version.m4
gl_CHECK_VERSION +
strverscmp +
diacrit #include "diacrit.h" @@ -1851,6 +1874,13 @@ variables. getline.m4
gl_FUNC_GETLINE
getdelim
getdelim + #include "getdelim.h" + getdelim.c + getdelim.m4
gl_FUNC_GETDELIM +
--- +
getnline #include "getnline.h" @@ -1893,6 +1923,13 @@ variables. hash.m4
gl_HASH
stdbool
xalloc
readline + #include "readline.h" + readline.c + readline.m4
lib-link.m4
gl_FUNC_READLINE +
getline +
readtokens #include "readtokens.h" @@ -1963,6 +2000,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>

@@ -3402,20 +3446,6 @@ variables. - - - - - - - -
chdir-long.m4
gl_FUNC_CHDIR_LONG
openat
mempcpy
memrchr
stdbool
check-version - #include "check-version.h" - check-version.c - check-version.m4
gl_CHECK_VERSION -
strverscmp -
getdelim - #include "getdelim.h" - getdelim.c - getdelim.m4
gl_FUNC_GETDELIM -
--- -
gethrxtime #include "xtime.h" @@ -3430,20 +3460,6 @@ variables. openat.m4
gl_FUNC_OPENAT
save-cwd
gettext-h
error
exitfail
extensions
readline - #include "readline.h" - readline.c - readline.m4
lib-link.m4
gl_FUNC_READLINE -
getline -
size_max - #include "size_max.h" - --- - size_max.m4
gl_SIZE_MAX -
--- -
stat-macros #include "stat-macros.h" @@ -3454,6 +3470,10 @@ variables.

Lone files - please create new modules containing them

+lib/base64.o
+lib/gai_strerror.o
+lib/getdate.tab.c
+lib/iconvme.o
 lib/progreloc.c
 m4/host-os.m4
 m4/jm-winsz1.m4
-- 
2.30.2