From 8210d553f5db675c0312e63349df0d60843b5cd6 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 17 Oct 2005 07:36:07 +0000 Subject: [PATCH] . --- MODULES.html | 95 +++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 90 insertions(+), 5 deletions(-) diff --git a/MODULES.html b/MODULES.html index f7388570b3..8640adf3ea 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - +

Gnulib Module List

@@ -220,10 +220,18 @@ HAVE_ALLOCA. stpncpy stpncpy() function: copy a size-bounded string, returning a pointer to its end. + + c-strcase + Case-insensitive string comparison functions in C locale. + strcase Case-insensitive string comparison functions. + + c-strcasestr + Case-insensitive searching in a string in C locale. + strcasestr strcasestr() function: case-insensitive search for a substring in a string. @@ -1612,6 +1620,13 @@ variables. stpncpy.m4
gl_FUNC_STPNCPY --- + + c-strcase + #include "c-strcase.h" + c-strcasecmp.c
c-strncasecmp.c + --- + c-ctype + strcase #include "strcase.h" @@ -1619,6 +1634,13 @@ variables. strcase.m4
mbrtowc.m4
gl_STRCASE mbuiter + + c-strcasestr + #include "c-strcasestr.h" + c-strcasestr.c + --- + c-ctype + strcasestr #include "strcasestr.h" @@ -2656,7 +2678,7 @@ variables. #include "human.h" human.c
intprops.h ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
human.m4
gl_HUMAN - gettext-h
argmatch
error
xstrtol
stdbool + gettext-h
argmatch
error
xstrtoumax
stdbool

File system functions

@@ -3600,6 +3622,13 @@ variables. Autoconf macro Depends on + + arcfour + #include "arcfour.h" + arcfour.c + arcfour.m4
gl_ARCFOUR + --- + chdir-long #include "chdir-long.h" @@ -3607,13 +3636,55 @@ variables. chdir-long.m4
gl_FUNC_CHDIR_LONG openat
mempcpy
memrchr
stdbool + + crc + #include "crc.h" + crc.c + crc.m4
gl_CRC + stdint + gc #include "gc.h" - gc-libgcrypt.c
gc-gnulib.c
md5.h
md5.c
hmac.h
hmac-md5.c
memxor.h
memxor.c - gc.m4
md5.m4
uint32_t.m4
hmac-md5.m4
memxor.m4
gl_GC + gc-libgcrypt.c
gc-gnulib.c + gc.m4
gl_GC havelib
restrict + + gc-hmac-md5 + #include "gc.h" + md5.h
md5.c
hmac.h
hmac-md5.c
memxor.h
memxor.c + gc-hmac-md5.m4
md5.m4
hmac-md5.m4
memxor.m4
gl_GC_HMAC_MD5 + stdint
gc + + + gc-hmac-sha1 + #include "gc.h" + sha1.h
sha1.c
hmac.h
hmac-sha1.c
memxor.h
memxor.c + gc-hmac-sha1.m4
sha1.m4
hmac-sha1.m4
memxor.m4
gl_GC_HMAC_SHA1 + stdint
gc + + + gc-md5 + #include "gc.h" + md5.h
md5.c + gc-md5.m4
md5.m4
gl_GC_MD5 + stdint
gc + + + gc-pbkdf2-sha1 + #include "gc.h" + gc-pbkdf2-sha1.c + gc-pbkdf2-sha1.m4
gl_GC_PBKDF2_SHA1 + gc
gc-hmac-sha1 + + + gc-sha1 + #include "gc.h" + sha1.h
sha1.c + gc-sha1.m4
sha1.m4
gl_GC_SHA1 + stdint
gc + gethrxtime #include "xtime.h" @@ -3635,6 +3706,13 @@ variables. hmac-md5.m4
gl_HMAC_MD5 memxor
md5 + + hmac-sha1 + #include "hmac.h" + hmac-sha1.c + hmac-sha1.m4
gl_HMAC_SHA1 + memxor
sha1 + memxor #include "memxor.h" @@ -3649,6 +3727,13 @@ variables. openat.m4
gl_FUNC_OPENAT save-cwd
gettext-h
dirname
extensions + + 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 + rijndael.m4
gl_RIJNDAEL + stdint + socklen --- @@ -3697,6 +3782,6 @@ variables.
  • A POT file and some PO files
    - Generated from MODULES.html.sh on 9 October 2005. + Generated from MODULES.html.sh on 17 October 2005. -- 2.30.2