X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=ba83a7daff8e706a8d1a4df270d2531a92100c26;hb=ef2f334e88fcd5daffc4c72dfc51794927c75920;hp=7572df7622a89b6058e5a3bfe7baef91d1d115c2;hpb=6fdb24b76f63eb341b5216f2c5cf4949f9b9e1d3;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index 7572df762..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. @@ -455,6 +463,10 @@ with K/M/G suffix. variables. + copy-file + Copying of files. + + fsusage Return filesystem space usage info. @@ -506,6 +518,11 @@ chmod utility). filename. + pathname + Construct a full pathname by concatenating a directory name, a relative +filename, and a suffix. + + pathmax Return maximum size of reasonable pathnames. (Unportable: Hurd has no limit.) @@ -549,6 +566,10 @@ directory. full-write An interface to write() that writes all it is asked to write. + + binary-io + Binary mode I/O. +

File stream based Input/Output

@@ -667,12 +688,42 @@ usually the host name including FQDN. + + + + + + + + + +
Read a response from the user, and its classification as matching "yes" or "no".
ucs4-utf8 + Conversion UCS-4 to UTF-8. +
ucs4-utf16 + Conversion UCS-4 to UTF-16. +
utf8-ucs4 + Conversion UTF-8 to UCS-4. +
utf16-ucs4 + Conversion UTF-16 to UCS-4. +
linebreak + Line breaking (works also for East-Asian languages). +

Executing programs

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

Java

Misc

+ + @@ -725,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

@@ -1103,6 +1158,13 @@ variables. + +
---
strchrnul + #include "strchrnul.h" + strchrnul.c + strchrnul.m4
gl_FUNC_STRCHRNUL +
--- +
strdup --- strdup.c @@ -1176,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>

@@ -1379,7 +1441,7 @@ variables. stdbool #include <stdbool.h> - stdbool.h.in + stdbool_.h stdbool.m4
AM_STDBOOL_H --- @@ -1599,6 +1661,13 @@ variables. --- + readlink + --- + readlink.c + readlink.m4
gl_FUNC_READLINK + --- + + stat #include <sys/stat.h> stat.c @@ -1743,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

@@ -1777,6 +1846,13 @@ variables. argmatch
dirname + copy-file + #include "copy-file.h" + copy-file.c + copy-file.m4
gl_COPY_FILE + error
safe-read
full-write
binary-io
exit
gettext + + fsusage #include "fsusage.h" fsusage.c @@ -1861,6 +1937,13 @@ variables. strdup
xalloc
dirname + pathname + #include "pathname.h" + concatpath.c + --- + xalloc
stpcpy + + pathmax #include "pathmax.h" --- @@ -1879,7 +1962,7 @@ variables. #include "save-cwd.h" save-cwd.c save-cwd.m4
gl_SAVE_CWD - error + xgetcwd savedir @@ -1899,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

@@ -1923,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 --- @@ -1947,6 +2030,13 @@ variables. --- safe-write + + binary-io + #include "binary-io.h" + --- + --- + --- +

File stream based Input/Output

@@ -2073,7 +2163,7 @@ variables.
#include "posixtm.h" posixtm.c posixtm.m4
gl_POSIXTM -
unlocked-io + mktime
unlocked-io

Networking functions

@@ -2134,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]) --- @@ -2207,8 +2297,66 @@ variables. yesno.m4
gl_YESNO unlocked-io
rpmatch + + ucs4-utf8 + --- + ucs4-utf8.h + ucs4-utf.m4
gl_UCS4_UTF + --- + + + ucs4-utf16 + --- + ucs4-utf16.h + ucs4-utf.m4
gl_UCS4_UTF + --- + + + utf8-ucs4 + --- + utf8-ucs4.h + utf-ucs4.m4
gl_UTF_UCS4 + --- + + + utf16-ucs4 + --- + utf16-ucs4.h + utf-ucs4.m4
gl_UTF_UCS4 + --- + + + linebreak + #include "linebreak.h" + linebreak.c
lbrkprop.h + linebreak.m4
gl_LINEBREAK + localcharset
c-ctype
iconv
utf8-ucs4
utf16-ucs4 +

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

@@ -2227,6 +2375,13 @@ variables. + + @@ -2317,6 +2472,13 @@ 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 @@ -2244,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

@@ -2335,11 +2497,11 @@ variables. -
Depends on
copy-file - #include "copy-file.h" - copy-file.c - copy-file.m4
gl_COPY_FILE -
error
safe-read
full-write
binary-io
exit
gettext +
mempcpy + #include "mempcpy.h" + mempcpy.c + mempcpy.m4
gl_FUNC_MEMPCPY +
---

Lone files - please create new modules containing them

@@ -2362,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 @@ -2378,5 +2539,5 @@ variables.
  • A testsuite
    - Generated from MODULES.html.sh on 29 March 2003. + Generated from MODULES.html.sh on 16 July 2003.