# HG changeset patch # User Karl Berry # Date 1055315471 0 # Node ID 14d93935aeea383be7a060354dd1f46b76a04b9f # Parent 889d35a53bf1e84c67ab59c1308dd0534fea88dc . diff --git a/MODULES.html b/MODULES.html --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - + @@ -173,6 +173,10 @@ Case-insensitive string comparison functions. + strchrnul + strchrnul(): Find the first occurrence of C in S or the final NUL byte. + + strdup strdup() function: duplicate a string. @@ -712,6 +716,10 @@

Misc

+ + @@ -1142,6 +1150,13 @@ + + + +
argp + Hierarchical processing of command line arguments. +
exitfail Set exit status for fatal signal.
---
strchrnul + #include "strchrnul.h" + strchrnul.c + strchrnul.m4
gl_FUNC_STRCHRNUL +
--- +
strdup --- strdup.c @@ -2345,6 +2360,13 @@ Depends on
argp + #include "argp.h" + argp-ba.c
argp-eexst.c
argp-fmtstream.c
argp-fmtstream.h
argp-fs-xinl.c
argp-help.c
argp-namefrob.h
argp-parse.c
argp-pv.c
argp-pvh.c
argp-xinl.c +
argp.m4
AC_FUNC_ARGP +
alloca
getopt +
exitfail #include "exitfail.h" exitfail.c @@ -2471,5 +2493,5 @@
  • A testsuite
    - Generated from MODULES.html.sh on 7 June 2003. + Generated from MODULES.html.sh on 11 June 2003.