From: Karl Berry Date: Thu, 30 Jan 2003 08:12:23 +0000 (+0000) Subject: . X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ff0f731204c05c1257be5daedc461ae058b0776;p=pspp . --- diff --git a/MODULES.html b/MODULES.html index 5691b987e4..2fafbc9cfb 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - + @@ -144,6 +144,12 @@

Character handling <ctype.h>

+ + + +
c-ctype + Character handling in C locale. +

String handling <string.h>

@@ -158,6 +164,10 @@ + +
stpcpy stpcpy() function: copy a string, returning a pointer to its end.
stpncpy + stpncpy() function: copy a size-bounded string, returning a pointer to its end. +
strcase Case-insensitive string comparison functions. @@ -995,6 +1005,29 @@ variables.

Character handling <ctype.h>

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
c-ctype + #include "c-ctype.h" + c-ctype.c + --- + stdbool +

String handling <string.h>

@@ -1032,6 +1065,13 @@ variables. + +
stpcpy.m4
gl_FUNC_STPCPY
---
stpncpy + #include "stpncpy.h" + stpncpy.c + stpncpy.m4
gl_FUNC_STPNCPY +
--- +
strcase #include "strcase.h" @@ -2203,30 +2243,6 @@ variables. ---
-

Unclassified modules - please update MODULES.html.sh

- - - - - - - -
modules/ - lib/ - lib/ - m4/ -   -
Module - Header - Implementation - Autoconf macro - Depends on -
c-ctype - #include "c-ctype.h" - c-ctype.c - --- - stdbool -

Lone files - please create new modules containing them

 lib/getversion.c
@@ -2263,5 +2279,5 @@ variables.
     
  • A testsuite
    - Generated from MODULES.html.sh on 29 January 2003. + Generated from MODULES.html.sh on 30 January 2003.