mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-08 17:22:05 +03:00
Add module descriptions.
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
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.
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Access control lists of files. (Unportable.)
|
||||
|
||||
Files:
|
||||
lib/acl.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Search for an exact or abbreviated match of a string in an array of strings.
|
||||
|
||||
Files:
|
||||
lib/argmatch.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
atexit() function: register a function to be called at program termination.
|
||||
|
||||
Files:
|
||||
lib/atexit.c
|
||||
|
@@ -1,4 +1,6 @@
|
||||
Description:
|
||||
Determination of the filename of a backup file, according to user environment
|
||||
variables.
|
||||
|
||||
Files:
|
||||
lib/backupfile.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Old BSD bcopy() function: copy memory area.
|
||||
|
||||
Files:
|
||||
lib/bcopy.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Increase table allocation by one element.
|
||||
|
||||
Files:
|
||||
lib/bumpalloc.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Stack overflow handling, causing program exit.
|
||||
|
||||
Files:
|
||||
lib/c-stack.h
|
||||
|
@@ -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
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
chown() function: change ownership of a file.
|
||||
|
||||
Files:
|
||||
lib/chown.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Close stdout, checking for errors.
|
||||
|
||||
Files:
|
||||
lib/closeout.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Decomposition of composed ISO-8859-1 characters.
|
||||
|
||||
Files:
|
||||
lib/diacrit.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Retrieving the file descriptor of an open directory stream. (Unportable.)
|
||||
|
||||
Files:
|
||||
lib/dirfd.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Extract specific portions of filenames.
|
||||
|
||||
Files:
|
||||
lib/dirname.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
dup2() function: duplicate an open file descriptor.
|
||||
|
||||
Files:
|
||||
lib/dup2.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
error() and error_at_line() functions: Error reporting.
|
||||
|
||||
Files:
|
||||
lib/error.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
euidaccess() function: check effective user's permissions for a file.
|
||||
|
||||
Files:
|
||||
lib/euidaccess.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Manage list of filenames or wildcard patterns for --exclude option processing.
|
||||
|
||||
Files:
|
||||
lib/exclude.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Set exit status for fatal signal.
|
||||
|
||||
Files:
|
||||
lib/exitfail.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Error reporting for fatal errors.
|
||||
|
||||
Files:
|
||||
lib/fatal.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Return a string describing the type of a file.
|
||||
|
||||
Files:
|
||||
lib/file-type.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Estimate number of blocks of a file, if 'struct stat' doesn't have st_blocks.
|
||||
|
||||
Files:
|
||||
lib/fileblocks.c
|
||||
|
@@ -1,4 +1,6 @@
|
||||
Description:
|
||||
Return a string (?rwxrwxrwx format) describing the type and permissions of a
|
||||
file.
|
||||
|
||||
Files:
|
||||
lib/filemode.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
GNU fnmatch() implementation.
|
||||
|
||||
Files:
|
||||
lib/fnmatch_.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
fnmatch() function: wildcard matching, with GNU extensions.
|
||||
|
||||
Files:
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
fnmatch() function: wildcard matching.
|
||||
|
||||
Files:
|
||||
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Determine the number of bytes waiting in the output buffer of a stream.
|
||||
|
||||
Files:
|
||||
lib/__fpending.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Return filesystem space usage info.
|
||||
|
||||
Files:
|
||||
lib/fsusage.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
ftruncate() function: truncate an open file to a specified length.
|
||||
|
||||
Files:
|
||||
lib/ftruncate.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
An interface to read() that reads all it is asked to read.
|
||||
|
||||
Files:
|
||||
lib/full-read.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
An interface to write() that writes all it is asked to write.
|
||||
|
||||
Files:
|
||||
lib/full-write.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Greatest common divisor.
|
||||
|
||||
Files:
|
||||
lib/gcd.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Convert a date/time string to linear time.
|
||||
|
||||
Files:
|
||||
lib/getdate.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
getgroups() function: return the supplementary group IDs of the current process.
|
||||
|
||||
Files:
|
||||
lib/getgroups.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
gethostname() function: Return machine's hostname.
|
||||
|
||||
Files:
|
||||
lib/gethostname.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Read a line from a stream.
|
||||
|
||||
Files:
|
||||
lib/getline.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Return the current system load averages.
|
||||
|
||||
Files:
|
||||
lib/getloadavg.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Process command line arguments.
|
||||
|
||||
Files:
|
||||
lib/getopt.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
getpagesize() function: Return memory page size.
|
||||
|
||||
Files:
|
||||
lib/getpagesize.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
getpass() function: read a password from /dev/tty.
|
||||
|
||||
Files:
|
||||
lib/getpass.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Translate messages to user's native language.
|
||||
|
||||
Files:
|
||||
lib/gettext.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Return current time, with nanosecond resolution.
|
||||
|
||||
Files:
|
||||
lib/gettime.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
gettimeofday() function: return current time.
|
||||
|
||||
Files:
|
||||
lib/gettimeofday.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Return the group IDs of a user.
|
||||
|
||||
Files:
|
||||
lib/getugroups.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Return names of valid user shells.
|
||||
|
||||
Files:
|
||||
lib/getusershell.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Determine whether the current process has the permissions of a given group ID.
|
||||
|
||||
Files:
|
||||
lib/group-member.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Determine whether the current locale is different from the "C" locale.
|
||||
|
||||
Files:
|
||||
lib/hard-locale.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Parametrizable hash table.
|
||||
|
||||
Files:
|
||||
lib/hash.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Compute a hash value for a NUL-terminated string.
|
||||
|
||||
Files:
|
||||
lib/hash-pjw.h
|
||||
|
@@ -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
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Character set conversion.
|
||||
|
||||
Files:
|
||||
m4/iconv.m4
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Username <--> uid and groupname <--> gid conversions, with cache for speed.
|
||||
|
||||
Files:
|
||||
lib/idcache.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Determine whether a directory exists.
|
||||
|
||||
Files:
|
||||
lib/isdir.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
lchown() function: change ownership of a file.
|
||||
|
||||
Files:
|
||||
lib/lchown.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Read a line from a stream.
|
||||
|
||||
Files:
|
||||
lib/linebuffer.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Return current locale's character encoding.
|
||||
|
||||
Files:
|
||||
lib/localcharset.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Handle --help and --version options.
|
||||
|
||||
Files:
|
||||
lib/long-options.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
stat() function: return information about a file or symbolic link.
|
||||
|
||||
Files:
|
||||
lib/lstat.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Ensure that a directory path exists.
|
||||
|
||||
Files:
|
||||
lib/makepath.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
malloc() function that is glibc compatible.
|
||||
|
||||
Files:
|
||||
lib/malloc.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Determine the number of screen columns needed for a string.
|
||||
|
||||
Files:
|
||||
lib/mbswidth.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Compute MD5 checksum.
|
||||
|
||||
Files:
|
||||
lib/md5.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Case-insensitive memory area comparison.
|
||||
|
||||
Files:
|
||||
lib/memcasecmp.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
memchr() function: scan memory for a byte.
|
||||
|
||||
Files:
|
||||
lib/memchr.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
memcmp() function: compare memory areas.
|
||||
|
||||
Files:
|
||||
lib/memcmp.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Locale dependent memory area comparison.
|
||||
|
||||
Files:
|
||||
lib/memcoll.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
memcpy() function: copy memory area.
|
||||
|
||||
Files:
|
||||
lib/memcpy.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
memmove() function: copy memory area.
|
||||
|
||||
Files:
|
||||
lib/memmove.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
memrchr() function: scan memory for a byte, from the right end.
|
||||
|
||||
Files:
|
||||
lib/memrchr.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
memset() function: fill memory with a constant byte.
|
||||
|
||||
Files:
|
||||
lib/memset.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
mkdir() function: create a directory.
|
||||
|
||||
Files:
|
||||
lib/mkdir.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
mkstemp() function: create a private temporary file.
|
||||
|
||||
Files:
|
||||
lib/mkstemp.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
mktime() function: convert broken-down time to linear time.
|
||||
|
||||
Files:
|
||||
lib/mktime.c
|
||||
|
@@ -1,4 +1,6 @@
|
||||
Description:
|
||||
Manipulation of mode changes specified by strings (e.g. as first argument of
|
||||
chmod utility).
|
||||
|
||||
Files:
|
||||
lib/modechange.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Return list of mounted filesystems.
|
||||
|
||||
Files:
|
||||
lib/mountlist.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
nanosleep() function: pause execution for a specified time.
|
||||
|
||||
Files:
|
||||
lib/nanosleep.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Memory allocation, optimized for stack-like allocation patterns.
|
||||
|
||||
Files:
|
||||
lib/obstack.h
|
||||
|
@@ -1,4 +1,6 @@
|
||||
Description:
|
||||
Construct a full pathname by concatenating a directory name and a relative
|
||||
filename.
|
||||
|
||||
Files:
|
||||
lib/path-concat.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Return maximum size of reasonable pathnames. (Unportable: Hurd has no limit.)
|
||||
|
||||
Files:
|
||||
lib/pathmax.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Return amount of total/available physical memory.
|
||||
|
||||
Files:
|
||||
lib/physmem.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Convert a date/time string (POSIX syntax) to linear time or broken-down time.
|
||||
|
||||
Files:
|
||||
lib/posixtm.h
|
||||
|
@@ -1,4 +1,6 @@
|
||||
Description:
|
||||
Determine desired POSIX specification version, according to user's environment
|
||||
variables.
|
||||
|
||||
Files:
|
||||
lib/posixver.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
putenv() function: change or add an environment variable.
|
||||
|
||||
Files:
|
||||
lib/putenv.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Quote arguments for use in error messages.
|
||||
|
||||
Files:
|
||||
lib/quote.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Quote arguments for use in error messages.
|
||||
|
||||
Files:
|
||||
lib/quotearg.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Read tokens from a stream.
|
||||
|
||||
Files:
|
||||
lib/readtokens.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Read entire utmp file into memory.
|
||||
|
||||
Files:
|
||||
lib/readutmp.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
realloc() function that is glibc compatible.
|
||||
|
||||
Files:
|
||||
lib/realloc.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Regular expression matching.
|
||||
|
||||
Files:
|
||||
lib/regex.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
rename() function: change the name or location of a file.
|
||||
|
||||
Files:
|
||||
lib/rename.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
rmdir() function: delete a directory.
|
||||
|
||||
Files:
|
||||
lib/rmdir.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Locale dependent classification of a response as matching "yes" or "no".
|
||||
|
||||
Files:
|
||||
lib/rpmatch.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
An interface to read() that retries after interrupts.
|
||||
|
||||
Files:
|
||||
lib/safe-read.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
An interface to write() that retries after interrupts.
|
||||
|
||||
Files:
|
||||
lib/safe-write.h
|
||||
|
@@ -1,4 +1,6 @@
|
||||
Description:
|
||||
Determine whether two pathnames refer to the same directory entry of the same
|
||||
directory.
|
||||
|
||||
Files:
|
||||
lib/same.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Save and restore the current working directory.
|
||||
|
||||
Files:
|
||||
lib/save-cwd.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Return the entries of a directory (just the names) as an argz string.
|
||||
|
||||
Files:
|
||||
lib/savedir.h
|
||||
|
@@ -1,4 +1,6 @@
|
||||
Description:
|
||||
setenv() function: set an environment variable.
|
||||
unsetenv() function: remove an environment variable.
|
||||
|
||||
Files:
|
||||
lib/setenv.h
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Set the current time, with nanosecond resolution.
|
||||
|
||||
Files:
|
||||
lib/settime.c
|
||||
|
@@ -1,4 +1,5 @@
|
||||
Description:
|
||||
Compute SHA checksum.
|
||||
|
||||
Files:
|
||||
lib/sha.h
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user