X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=MODULES.html;h=45354bddff6e17f78b0c8dcb6e93658f5868931c;hb=3b59684cb1e18c0f18073a4629102b6a503644e5;hp=40e91f67af5f28c72f7e6f5fceca2b00343e8a8d;hpb=3d900b36c46882b2d7cb330d7cb43aea97617b07;p=gnulib.git diff --git a/MODULES.html b/MODULES.html index 40e91f67a..45354bddf 100644 --- a/MODULES.html +++ b/MODULES.html @@ -2,7 +2,7 @@ Gnulib Module List - + @@ -310,6 +310,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 +367,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 +455,10 @@ with K/M/G suffix. variables. + copy-file + Copying of files. + + fsusage Return filesystem space usage info. @@ -495,6 +510,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 +558,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,8 +680,34 @@ 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

@@ -1435,6 +1485,30 @@ variables.
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 +1631,13 @@ variables. + + + + + + + +
---
poll + #include <poll.h> + poll.c
poll_.h +
poll.m4
gl_FUNC_POLL +
--- +
stat #include <sys/stat.h> stat.c @@ -1735,6 +1816,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 +1907,13 @@ variables. strdup
xalloc
dirname
pathname + #include "pathname.h" + concatpath.c + --- + xalloc
stpcpy +
pathmax #include "pathmax.h" --- @@ -1905,6 +2000,13 @@ variables. --- safe-write
binary-io + #include "binary-io.h" + --- + --- + --- +

File stream based Input/Output

@@ -2165,8 +2267,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

@@ -2202,7 +2362,7 @@ variables. @@ -2296,7 +2456,6 @@ variables. m4/rmdir-errno.m4m4/search-libs.m4m4/st_dm_mode.m4 -m4/strerror_r.m4m4/unlink-busy.m4m4/uptime.m4 @@ -2312,5 +2471,5 @@ variables.
  • A testsuite
    - Generated from MODULES.html.sh on 18 February 2003. + Generated from MODULES.html.sh on 10 May 2003.
  • error #include "error.h" error.c - error.m4
    gl_ERROR +
    error.m4
    strerror_r.m4
    gl_ERROR
    unlocked-io
    gettext