Add module descriptions.
authorBruno Haible <bruno@clisp.org>
Mon, 13 Jan 2003 16:07:17 +0000 (16:07 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 13 Jan 2003 16:07:17 +0000 (16:07 +0000)
139 files changed:
ChangeLog
modules/acl
modules/argmatch
modules/atexit
modules/backupfile
modules/bcopy
modules/bumpalloc
modules/c-stack
modules/canon-host
modules/chown
modules/closeout
modules/diacrit
modules/dirfd
modules/dirname
modules/dup2
modules/error
modules/euidaccess
modules/exclude
modules/exitfail
modules/fatal
modules/file-type
modules/fileblocks
modules/filemode
modules/fnmatch
modules/fnmatch-gnu
modules/fnmatch-posix
modules/fpending
modules/fsusage
modules/ftruncate
modules/full-read
modules/full-write
modules/gcd
modules/getdate
modules/getgroups
modules/gethostname
modules/getline
modules/getloadavg
modules/getopt
modules/getpagesize
modules/getpass
modules/gettext
modules/gettime
modules/gettimeofday
modules/getugroups
modules/getusershell
modules/group-member
modules/hard-locale
modules/hash
modules/hash-pjw
modules/human
modules/iconv
modules/idcache
modules/isdir
modules/lchown
modules/linebuffer
modules/localcharset
modules/long-options
modules/lstat
modules/makepath
modules/malloc
modules/mbswidth
modules/md5
modules/memcasecmp
modules/memchr
modules/memcmp
modules/memcoll
modules/memcpy
modules/memmove
modules/memrchr
modules/memset
modules/mkdir
modules/mkstemp
modules/mktime
modules/modechange
modules/mountlist
modules/nanosleep
modules/obstack
modules/path-concat
modules/pathmax
modules/physmem
modules/posixtm
modules/posixver
modules/putenv
modules/quote
modules/quotearg
modules/readtokens
modules/readutmp
modules/realloc
modules/regex
modules/rename
modules/rmdir
modules/rpmatch
modules/safe-read
modules/safe-write
modules/same
modules/save-cwd
modules/savedir
modules/setenv
modules/settime
modules/sha
modules/sig2str
modules/stat
modules/stdbool
modules/stdio-safer
modules/stpcpy
modules/strcase
modules/strcspn
modules/strdup
modules/strerror
modules/strftime
modules/strndup
modules/strnlen
modules/strpbrk
modules/strstr
modules/strtod
modules/strtoimax
modules/strtol
modules/strtoll
modules/strtoul
modules/strtoull
modules/strtoumax
modules/strverscmp
modules/timespec
modules/unicodeio
modules/unistd-safer
modules/unlocked-io
modules/userspec
modules/utime
modules/version-etc
modules/xalloc
modules/xgetcwd
modules/xgethostname
modules/xmemcoll
modules/xreadlink
modules/xstrtod
modules/xstrtoimax
modules/xstrtol
modules/xstrtoumax
modules/yesno

index e8292c5..9eb871d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2003-01-11  Bruno Haible  <bruno@clisp.org>
 
+       * modules/*: Add a description.
+       * modules/strpbrk: Fix Makefile.am snippet.
+       * modules/strtoimax: Fix dependencies.
+       * modules/strtoumax: Likewise.
+
+2003-01-11  Bruno Haible  <bruno@clisp.org>
+
        * gnulib-tool (func_create_testdir): Substitute lib_OBJECTS.
        * modules/alloca (Makefile.am): All object files depend on alloca.h.
        * modules/stdbool (Makefile.am): All object files depend on stdbool.h.
index d37a43d..d3417ca 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Access control lists of files.  (Unportable.)
 
 Files:
 lib/acl.h
index 6ab2a94..0063654 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Search for an exact or abbreviated match of a string in an array of strings.
 
 Files:
 lib/argmatch.h
index 0e749fa..be1f4a7 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+atexit() function: register a function to be called at program termination.
 
 Files:
 lib/atexit.c
index 5b7ea40..fc0b8d8 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+Determination of the filename of a backup file, according to user environment
+variables.
 
 Files:
 lib/backupfile.h
index 5af6cad..53de8b1 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Old BSD bcopy() function: copy memory area.
 
 Files:
 lib/bcopy.c
index 7afe781..741aee5 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Increase table allocation by one element.
 
 Files:
 lib/bumpalloc.h
index 36d24b5..ff20deb 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Stack overflow handling, causing program exit.
 
 Files:
 lib/c-stack.h
index 2880e6b..6471073 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+Canonicalize a host name: return a name other hosts can understand, i.e.
+usually the host name including FQDN.
 
 Files:
 lib/canon-host.c
index 49e78c2..50d0640 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+chown() function: change ownership of a file.
 
 Files:
 lib/chown.c
index da6483b..0e43dde 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Close stdout, checking for errors.
 
 Files:
 lib/closeout.h
index d4aa62b..c9cc4fd 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Decomposition of composed ISO-8859-1 characters.
 
 Files:
 lib/diacrit.h
index 39dd6c3..bb45097 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Retrieving the file descriptor of an open directory stream.  (Unportable.)
 
 Files:
 lib/dirfd.h
index 910eba2..126b653 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Extract specific portions of filenames.
 
 Files:
 lib/dirname.h
index 7ad82ff..9e8891a 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+dup2() function: duplicate an open file descriptor.
 
 Files:
 lib/dup2.c
index b921045..6812847 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+error() and error_at_line() functions: Error reporting.
 
 Files:
 lib/error.h
index f04e820..846e85b 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+euidaccess() function: check effective user's permissions for a file.
 
 Files:
 lib/euidaccess.c
index 50da07d..c5c13a0 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Manage list of filenames or wildcard patterns for --exclude option processing.
 
 Files:
 lib/exclude.h
index 6bb1293..68dc537 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Set exit status for fatal signal.
 
 Files:
 lib/exitfail.h
index 4e974e9..e85e985 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Error reporting for fatal errors.
 
 Files:
 lib/fatal.h
index e870871..54e7f6a 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Return a string describing the type of a file.
 
 Files:
 lib/file-type.h
index 5726af1..a97ed41 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Estimate number of blocks of a file, if 'struct stat' doesn't have st_blocks.
 
 Files:
 lib/fileblocks.c
index d1f6173..4628d3a 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+Return a string (?rwxrwxrwx format) describing the type and permissions of a
+file.
 
 Files:
 lib/filemode.h
index 633b1b1..ff47477 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+GNU fnmatch() implementation.
 
 Files:
 lib/fnmatch_.h
index 212bbf2..dc7f908 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+fnmatch() function: wildcard matching, with GNU extensions.
 
 Files:
 
index 3751a61..0479dc2 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+fnmatch() function: wildcard matching.
 
 Files:
 
index 5db1842..1537432 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Determine the number of bytes waiting in the output buffer of a stream.
 
 Files:
 lib/__fpending.h
index 4599aa8..050b7c1 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Return filesystem space usage info.
 
 Files:
 lib/fsusage.h
index 159b7e5..09c2ae0 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+ftruncate() function: truncate an open file to a specified length.
 
 Files:
 lib/ftruncate.c
index 714017f..6b47bbd 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+An interface to read() that reads all it is asked to read.
 
 Files:
 lib/full-read.h
index 357a8eb..6cc908f 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+An interface to write() that writes all it is asked to write.
 
 Files:
 lib/full-write.h
index 3afcf7d..33b9352 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Greatest common divisor.
 
 Files:
 lib/gcd.h
index 3a28874..77c96a7 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Convert a date/time string to linear time.
 
 Files:
 lib/getdate.h
index 13e2f21..8d4972e 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+getgroups() function: return the supplementary group IDs of the current process.
 
 Files:
 lib/getgroups.c
index 35a76d6..3ebcc23 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+gethostname() function: Return machine's hostname.
 
 Files:
 lib/gethostname.c
index 7511bb1..e642f92 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Read a line from a stream.
 
 Files:
 lib/getline.h
index b4dbf3c..0a67da4 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Return the current system load averages.
 
 Files:
 lib/getloadavg.c
index 22d71db..7d9b098 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Process command line arguments.
 
 Files:
 lib/getopt.h
index 7bd68de..a0072c8 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+getpagesize() function: Return memory page size.
 
 Files:
 lib/getpagesize.h
index da7abf6..891f8db 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+getpass() function: read a password from /dev/tty.
 
 Files:
 lib/getpass.c
index 315f789..bd19c5e 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Translate messages to user's native language.
 
 Files:
 lib/gettext.h
index 23403c2..575e632 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Return current time, with nanosecond resolution.
 
 Files:
 lib/gettime.c
index f867387..5749661 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+gettimeofday() function: return current time.
 
 Files:
 lib/gettimeofday.c
index efeac73..5f0c919 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Return the group IDs of a user.
 
 Files:
 lib/getugroups.c
index 0337012..67aebfe 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Return names of valid user shells.
 
 Files:
 lib/getusershell.c
index d6b5011..96d3436 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Determine whether the current process has the permissions of a given group ID.
 
 Files:
 lib/group-member.h
index 467d0b4..a047e5f 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Determine whether the current locale is different from the "C" locale.
 
 Files:
 lib/hard-locale.h
index 6c4fba4..3feaaee 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Parametrizable hash table.
 
 Files:
 lib/hash.h
index 2376eb2..a133637 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Compute a hash value for a NUL-terminated string.
 
 Files:
 lib/hash-pjw.h
index da354d9..5578c0c 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+Convert a number (usually a file size) to a human readable string, possibly
+with K/M/G suffix.
 
 Files:
 lib/human.h
index 6abfd85..78361c6 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Character set conversion.
 
 Files:
 m4/iconv.m4
index c761bee..fa34f88 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Username <--> uid and groupname <--> gid conversions, with cache for speed.
 
 Files:
 lib/idcache.c
index d84d8b1..bc2154f 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Determine whether a directory exists.
 
 Files:
 lib/isdir.c
index 9844700..6546231 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+lchown() function: change ownership of a file.
 
 Files:
 lib/lchown.h
index dfe2e60..7456d70 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Read a line from a stream.
 
 Files:
 lib/linebuffer.h
index f347d35..a9ed902 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Return current locale's character encoding.
 
 Files:
 lib/localcharset.h
index b971a39..444d67d 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Handle --help and --version options.
 
 Files:
 lib/long-options.h
index 2fac7c3..9ef350a 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+stat() function: return information about a file or symbolic link.
 
 Files:
 lib/lstat.c
index 3747f03..1a894da 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Ensure that a directory path exists.
 
 Files:
 lib/makepath.h
index 824bd90..b1d496c 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+malloc() function that is glibc compatible.
 
 Files:
 lib/malloc.c
index f7cd340..664e404 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Determine the number of screen columns needed for a string.
 
 Files:
 lib/mbswidth.h
index ab7415f..ac5dce1 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Compute MD5 checksum.
 
 Files:
 lib/md5.h
index 7b3332b..15dbfcb 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Case-insensitive memory area comparison.
 
 Files:
 lib/memcasecmp.h
index 03d99bb..7b4c724 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+memchr() function: scan memory for a byte.
 
 Files:
 lib/memchr.c
index 68d0db6..0395d7a 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+memcmp() function: compare memory areas.
 
 Files:
 lib/memcmp.c
index 27388ed..58dc5e4 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Locale dependent memory area comparison.
 
 Files:
 lib/memcoll.h
index 105bcdf..fddbb03 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+memcpy() function: copy memory area.
 
 Files:
 lib/memcpy.c
index d80282b..db619b1 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+memmove() function: copy memory area.
 
 Files:
 lib/memmove.c
index e9bbec1..8b350d6 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+memrchr() function: scan memory for a byte, from the right end.
 
 Files:
 lib/memrchr.c
index b7613b1..4800b6a 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+memset() function: fill memory with a constant byte.
 
 Files:
 lib/memset.c
index 29d41b0..8a46b76 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+mkdir() function: create a directory.
 
 Files:
 lib/mkdir.c
index 3959033..698925a 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+mkstemp() function: create a private temporary file.
 
 Files:
 lib/mkstemp.c
index 94db966..5829c75 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+mktime() function: convert broken-down time to linear time.
 
 Files:
 lib/mktime.c
index ebf4e50..e1ae6cd 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+Manipulation of mode changes specified by strings (e.g. as first argument of
+chmod utility).
 
 Files:
 lib/modechange.h
index 7bfbb65..c36d49e 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Return list of mounted filesystems.
 
 Files:
 lib/mountlist.h
index e0fdd7c..8418279 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+nanosleep() function: pause execution for a specified time.
 
 Files:
 lib/nanosleep.c
index 8fd490f..28c973e 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Memory allocation, optimized for stack-like allocation patterns.
 
 Files:
 lib/obstack.h
index 8700b8e..8a25890 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+Construct a full pathname by concatenating a directory name and a relative
+filename.
 
 Files:
 lib/path-concat.h
index bc1120e..91de470 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Return maximum size of reasonable pathnames.  (Unportable: Hurd has no limit.)
 
 Files:
 lib/pathmax.h
index d7f5135..ebd9156 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Return amount of total/available physical memory.
 
 Files:
 lib/physmem.h
index 4af52d3..42e602f 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Convert a date/time string (POSIX syntax) to linear time or broken-down time.
 
 Files:
 lib/posixtm.h
index 72ffab6..e37adc7 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+Determine desired POSIX specification version, according to user's environment
+variables.
 
 Files:
 lib/posixver.h
index 27f0a10..f5a0879 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+putenv() function: change or add an environment variable.
 
 Files:
 lib/putenv.c
index d9761bb..74ff8c3 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Quote arguments for use in error messages.
 
 Files:
 lib/quote.h
index 52cac85..49987e0 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Quote arguments for use in error messages.
 
 Files:
 lib/quotearg.h
index a4023a8..295b369 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Read tokens from a stream.
 
 Files:
 lib/readtokens.h
index 11efb02..59200eb 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Read entire utmp file into memory.
 
 Files:
 lib/readutmp.h
index 2d0e838..56ce24d 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+realloc() function that is glibc compatible.
 
 Files:
 lib/realloc.c
index 133fa75..b84305f 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Regular expression matching.
 
 Files:
 lib/regex.h
index 4ad44b0..ac2de11 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+rename() function: change the name or location of a file.
 
 Files:
 lib/rename.c
index 3959fc7..207b547 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+rmdir() function: delete a directory.
 
 Files:
 lib/rmdir.c
index bbb0fb2..624ec1d 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Locale dependent classification of a response as matching "yes" or "no".
 
 Files:
 lib/rpmatch.c
index 2007601..0e71158 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+An interface to read() that retries after interrupts.
 
 Files:
 lib/safe-read.h
index e7600c2..fad0239 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+An interface to write() that retries after interrupts.
 
 Files:
 lib/safe-write.h
index ab82cb9..5629550 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+Determine whether two pathnames refer to the same directory entry of the same
+directory.
 
 Files:
 lib/same.h
index 0412259..03a0fd5 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Save and restore the current working directory.
 
 Files:
 lib/save-cwd.h
index 243382e..e6a1506 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Return the entries of a directory (just the names) as an argz string.
 
 Files:
 lib/savedir.h
index 13fb62a..507ee21 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+setenv() function: set an environment variable.
+unsetenv() function: remove an environment variable.
 
 Files:
 lib/setenv.h
index 0c5f5ce..447dbcf 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Set the current time, with nanosecond resolution.
 
 Files:
 lib/settime.c
index f4dc2e9..8151b5f 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Compute SHA checksum.
 
 Files:
 lib/sha.h
index 6815954..312361d 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Convert between signal names and signal numbers.
 
 Files:
 lib/sig2str.h
index 6157118..7cc2617 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+stat() function: return information about a file, following symbolic links.
 
 Files:
 lib/stat.c
index c3f1d30..08aa225 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+An <stdbool.h> that nearly conforms to C99.
+(Nearly: casts to bool may not work.)
 
 Files:
 lib/stdbool.h.in
index c2202b1..da5a8e5 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+File stream functions that avoid clobbering std{in,out,err}.
 
 Files:
 lib/stdio-safer.h
index b3504e3..71ca62f 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+stpcpy() function: copy a string, returning a pointer to its end.
 
 Files:
 lib/stpcpy.h
index 84d832a..4754cee 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Case-insensitive string comparison functions.
 
 Files:
 lib/strcase.h
index 97cf584..b6fdd64 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strcspn() function: search a string for any of a set of characters.
 
 Files:
 lib/strcspn.c
index bf751d8..2c25863 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strdup() function: duplicate a string.
 
 Files:
 lib/strdup.c
index 23b6f16..e2b21f7 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strerror() function: return string describing error code.
 
 Files:
 lib/strerror.c
index 4984306..1dadd5f 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+nstrftime() function: convert date and time to string, with GNU extensions.
 
 Files:
 lib/strftime.c
index 93b4dd5..e11f5b3 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strndup() function: duplicate a size-bounded string.
 
 Files:
 lib/strndup.c
index 69f2f6a..e5f7339 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strnlen() function: determine the length of a size-bounded string.
 
 Files:
 lib/strnlen.c
index 87e98bc..9c39580 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strpbrk() function: search a string for any of a set of characters.
 
 Files:
 lib/strpbrk.h
@@ -11,6 +12,7 @@ configure.ac:
 gl_FUNC_STRPBRK
 
 Makefile.am:
+lib_SOURCES += strpbrk.h
 
 Include:
 "strpbrk.h"
index 493a9c2..10f2fc8 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strstr() function: search for a substring in a string.
 
 Files:
 lib/strstr.h
index 7367573..4be1db6 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strtod() function: convert string to 'double'.
 
 Files:
 lib/strtod.c
index 32c0451..1c8341a 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strtoimax() function: convert string to 'intmax_t'.
 
 Files:
 lib/strtoimax.c
@@ -9,6 +10,7 @@ m4/intmax_t.m4
 m4/strtoimax.m4
 
 Depends-on:
+strtoll
 
 configure.ac:
 gl_FUNC_STRTOIMAX
index 4750b4a..2263863 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strtol() function: convert string to 'long'.
 
 Files:
 lib/strtol.c
index 480a30a..9cf6875 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strtoll() function: convert string to 'long long'.
 
 Files:
 lib/strtoll.c
index b8cc33e..287e734 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strtoul() function: convert string to 'unsigned long'.
 
 Files:
 lib/strtoul.c
index fc1dd32..ea650b3 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strtoull() function: convert string to 'unsigned long long'.
 
 Files:
 lib/strtoull.c
index 9d61c74..d6aa725 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+strtoumax() function: convert string to 'uintmax_t'.
 
 Files:
 lib/strtoumax.c
@@ -10,6 +11,7 @@ m4/strtoumax.m4
 
 Depends-on:
 strtoimax
+strtoull
 
 configure.ac:
 gl_FUNC_STRTOUMAX
index 937a7be..e778174 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Compare strings holding version numbers.
 
 Files:
 lib/strverscmp.h
index 64dfe8f..14bf099 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+struct timespec.
 
 Files:
 lib/timespec.h
index 7b030ba..aada360 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Unicode character output to streams with locale dependent encoding.
 
 Files:
 lib/unicodeio.h
index 12ff22f..a3146bc 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
 
 Files:
 lib/unistd-safer.h
index 2c493fc..ac6f672 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Enable faster, non-thread-safe stdio functions if available.
 
 Files:
 lib/unlocked-io.h
index 293ce20..c76990e 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+Parse a specifying a user and/or group (e.g. as first argument of chown
+utility).
 
 Files:
 lib/userspec.c
index 2efa079..db8a509 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+utime() function: change access and/or modification times of a file.
 
 Files:
 lib/utime.c
index 593cf2e..3d7ea97 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Print --version output.
 
 Files:
 lib/version-etc.h
index 41dd630..58834d8 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Memory allocation with out-of-memory checking.
 
 Files:
 lib/xalloc.h
index 7d067f4..db08c87 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Return the current working directory, without size limitations.
 
 Files:
 lib/xgetcwd.h
index cb6aab1..0d9d2ed 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Return machine's hostname, without size limitations.
 
 Files:
 lib/xgethostname.c
index 53d4660..b351edf 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Locale dependent memory area comparison, with error checking.
 
 Files:
 lib/xmemcoll.h
index 3a88cfe..1bde1af 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Return the contents of a symbolic link, without size limitations.
 
 Files:
 lib/xreadlink.h
index 4e2ca84..09d4d43 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Convert string to 'double', with error checking.
 
 Files:
 lib/xstrtod.h
index 08285ba..57c5d6a 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Convert string to 'intmax_t', with error checking.
 
 Files:
 
index 6e2ccd2..7d3bceb 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Convert string to 'long` or 'unsigned long', with error checking.
 
 Files:
 lib/xstrtol.h
index a615aba..67ef9cc 100644 (file)
@@ -1,4 +1,5 @@
 Description:
+Convert string to 'uintmax_t', with error checking.
 
 Files:
 lib/xstrtoumax.c
index 3ef7b0c..844d80b 100644 (file)
@@ -1,4 +1,6 @@
 Description:
+Read a response from the user, and its classification as matching "yes" or
+"no".
 
 Files:
 lib/yesno.c