X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=MODULES.html;h=94c4be42547761d9d800c1f0dc8f1054ca6cc809;hb=84645eae86ddff86ca4760ca71b4852673dedd03;hp=40e91f67af5f28c72f7e6f5fceca2b00343e8a8d;hpb=3d900b36c46882b2d7cb330d7cb43aea97617b07;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index 40e91f67a..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. @@ -310,6 +314,13 @@ strtoumax() function: convert string to 'uintmax_t'. +

Mathematics <math.h>

+ + + +
mathl + C99 functions for transcendental functions with long double arguments. +

Enhancements for ISO C 99 functions

@@ -360,6 +371,10 @@ mkdtemp() function: create a private temporary directory. + poll + poll() function: wait for some event on a set of file descriptors. + + stat stat() function: return information about a file, following symbolic links. @@ -444,6 +459,10 @@ with K/M/G suffix. variables. + copy-file + Copying of files. + + fsusage Return filesystem space usage info. @@ -495,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.) @@ -538,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

@@ -656,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

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

@@ -1092,6 +1154,13 @@ variables. + + @@ -1435,6 +1504,30 @@ variables.
---
strchrnul + #include "strchrnul.h" + strchrnul.c + strchrnul.m4
gl_FUNC_STRCHRNUL +
--- +
strdup --- strdup.c @@ -1368,7 +1437,7 @@ variables.
stdbool #include <stdbool.h> - stdbool.h.in + stdbool_.h stdbool.m4
AM_STDBOOL_H
---
strtoimax
strtoull
+

Mathematics <math.h>

+ + + + + + + +
modules/ + lib/ + lib/ + m4/ +   +
Module + Header + Implementation + Autoconf macro + Depends on +
mathl + #include "mathl.h" + acosl.c
asinl.c
atanl.c
ceill.c
cosl.c
expl.c
floorl.c
frexpl.c
ldexpl.c
logl.c
sincosl.c
sinl.c
sqrtl.c
tanl.c
trigl.c
trigl.h +
mathl.m4
gl_FUNC_LONG_DOUBLE_MATH +
--- +

Enhancements for ISO C 99 functions

@@ -1557,6 +1650,13 @@ variables. + + + + + + + +
---
poll + #include <poll.h> + poll.c
poll_.h +
poll.m4
gl_FUNC_POLL +
--- +
stat #include <sys/stat.h> stat.c @@ -1735,6 +1835,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 @@ -1819,6 +1926,13 @@ variables. strdup
xalloc
dirname
pathname + #include "pathname.h" + concatpath.c + --- + xalloc
stpcpy +
pathmax #include "pathmax.h" --- @@ -1905,6 +2019,13 @@ variables. --- safe-write
binary-io + #include "binary-io.h" + --- + --- + --- +

File stream based Input/Output

@@ -2092,7 +2213,7 @@ variables. @@ -2165,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

@@ -2185,6 +2364,13 @@ variables. + + @@ -2275,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 @@ -2202,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

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