X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=ba83a7daff8e706a8d1a4df270d2531a92100c26;hb=dcd94562ea3106d75eec5f6ac4ddf9eb3039fca4;hp=bbebeb63ce1a327b0ea782edd3ff36f527eda00c;hpb=b427f2fda5dcadd56d002b3b69054ebbef2c1aec;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index bbebeb63c..ba83a7daf 100644 --- 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. @@ -371,6 +375,10 @@ poll() function: wait for some event on a set of file descriptors. + readlink + readlink() function: read the value of a symbolic link. + + stat stat() function: return information about a file, following symbolic links. @@ -702,10 +710,20 @@ usually the host name including FQDN.

Executing programs

+ + + +
findprog + Locating a program in PATH. +

Java

Misc

+ + @@ -758,6 +776,10 @@ variables. + +
argp + Hierarchical processing of command line arguments. +
exitfail Set exit status for fatal signal.
sig2str Convert between signal names and signal numbers.
sysexits + Exit status codes for some BSD system programs. +

Support for systems lacking ANSI C 89

@@ -1136,6 +1158,13 @@ variables. + +
---
strchrnul + #include "strchrnul.h" + strchrnul.c + strchrnul.m4
gl_FUNC_STRCHRNUL +
--- +
strdup --- strdup.c @@ -1209,7 +1238,7 @@ variables. #include "getdate.h" getdate.y bison.m4
tm_gmtoff.m4
getdate.m4
gl_GETDATE -
unlocked-io + mktime
unlocked-io

Input/Output <stdio.h>

@@ -1412,7 +1441,7 @@ variables. stdbool #include <stdbool.h> - stdbool.h.in + stdbool_.h stdbool.m4
AM_STDBOOL_H --- @@ -1632,6 +1661,13 @@ variables. --- + readlink + --- + readlink.c + readlink.m4
gl_FUNC_READLINK + --- + + stat #include <sys/stat.h> stat.c @@ -1776,7 +1812,7 @@ variables. #include "human.h" human.c ulonglong.m4
stdint_h.m4
inttypes_h.m4
uintmax_t.m4
human.m4
gl_HUMAN - gettext
argmatch
error
xstrtol + gettext
argmatch
error
xstrtol
stdbool

File system functions

@@ -1926,7 +1962,7 @@ variables. #include "save-cwd.h" save-cwd.c save-cwd.m4
gl_SAVE_CWD - error + xgetcwd savedir @@ -1946,8 +1982,8 @@ variables. xreadlink #include "xreadlink.h" xreadlink.c - xreadlink.m4
gl_XREADLINK - xalloc + xreadlink.m4
ssize_t.m4
gl_XREADLINK + xalloc
readlink

File descriptor based Input/Output

@@ -1970,7 +2006,7 @@ variables. safe-read #include "safe-read.h" safe-read.c - safe-read.m4
gl_SAFE_READ + safe-read.m4
ssize_t.m4
gl_SAFE_READ --- @@ -2127,7 +2163,7 @@ variables. #include "posixtm.h" posixtm.c posixtm.m4
gl_POSIXTM - unlocked-io + mktime
unlocked-io

Networking functions

@@ -2188,7 +2224,7 @@ variables. gettext #include "gettext.h" --- - codeset.m4
gettext.m4
glibc21.m4
iconv.m4
intdiv0.m4
inttypes.m4
inttypes_h.m4
inttypes-pri.m4
isc-posix.m4
lcmessage.m4
lib-ld.m4
lib-link.m4
lib-prefix.m4
progtest.m4
stdint_h.m4
uintmax_t.m4
ulonglong.m4
AM_GNU_GETTEXT([external]) + codeset.m4
gettext.m4
glibc21.m4
iconv.m4
intdiv0.m4
inttypes.m4
inttypes_h.m4
inttypes-pri.m4
isc-posix.m4
lcmessage.m4
lib-ld.m4
lib-link.m4
lib-prefix.m4
nls.m4
po.m4
progtest.m4
stdint_h.m4
uintmax_t.m4
ulonglong.m4
AM_GNU_GETTEXT([external]) --- @@ -2298,6 +2334,29 @@ variables.

Executing programs

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
findprog + #include "findprog.h" + findprog.c + findprog.m4
eaccess.m4
gl_FINDPROG +
stdbool
xalloc
pathname +

Java

Misc

@@ -2316,6 +2375,13 @@ variables. + + @@ -2406,6 +2472,37 @@ variables. + + +
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 @@ -2333,7 +2399,7 @@ variables. error #include "error.h" error.c - error.m4
gl_ERROR +
error.m4
strerror_r.m4
gl_ERROR
unlocked-io
gettext
sig2str.m4
gl_FUNC_SIG2STR
---
sysexits + #include <sysexits.h> + sysexit_.h + sysexits.m4
gl_SYSEXITS +
--- +
+

Unclassified modules - please update MODULES.html.sh

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

Lone files - please create new modules containing them

@@ -2427,7 +2524,6 @@ variables.
 m4/rmdir-errno.m4
 m4/search-libs.m4
 m4/st_dm_mode.m4
-m4/strerror_r.m4
 m4/unlink-busy.m4
 m4/uptime.m4
 
@@ -2443,5 +2539,5 @@ variables.
  • A testsuite
    - Generated from MODULES.html.sh on 5 April 2003. + Generated from MODULES.html.sh on 16 July 2003.