X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=94c4be42547761d9d800c1f0dc8f1054ca6cc809;hb=84645eae86ddff86ca4760ca71b4852673dedd03;hp=e751c6de6ba2125c187e099218951964ab30997c;hpb=c510863314ce1c48a2cac396c4763c03f5e8848a;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index e751c6de6..94c4be425 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. @@ -455,6 +459,10 @@ with K/M/G suffix. variables. + copy-file + Copying of files. + + fsusage Return filesystem space usage info. @@ -506,6 +514,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 +562,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 +684,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 +772,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 +1154,13 @@ variables. + + @@ -1777,6 +1835,13 @@ variables. + + + + + +
---
strchrnul + #include "strchrnul.h" + strchrnul.c + strchrnul.m4
gl_FUNC_STRCHRNUL +
--- +
strdup --- strdup.c @@ -1379,7 +1437,7 @@ variables.
stdbool #include <stdbool.h> - stdbool.h.in + stdbool_.h stdbool.m4
AM_STDBOOL_H
---
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 +1926,13 @@ variables. strdup
xalloc
dirname
pathname + #include "pathname.h" + concatpath.c + --- + xalloc
stpcpy +
pathmax #include "pathmax.h" --- @@ -1947,6 +2019,13 @@ variables. --- safe-write
binary-io + #include "binary-io.h" + --- + --- + --- +

File stream based Input/Output

@@ -2134,7 +2213,7 @@ variables. @@ -2207,8 +2286,66 @@ 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])
---
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 +2364,13 @@ variables. + + @@ -2317,6 +2461,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 +2388,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 +
--- +

Lone files - please create new modules containing them

@@ -2338,7 +2489,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
 
@@ -2354,5 +2504,5 @@ variables.
  • A testsuite
    - Generated from MODULES.html.sh on 21 February 2003. + Generated from MODULES.html.sh on 12 June 2003.