Files
gnu-coreutils/lib
Jim Meyering beb34bac0a (xreadlink): Omit size_t* arg. All uses changed.
Use ssize_t, not int, to store result of readlink.
Check for ssize_t overflow as well as size_t overflow,
as POSIX says the result of readlink is implementation-defined
when ssize_t overflows.
Remove unnecessary cast to char*.
Use free+malloc instead of realloc, as the storage doesn't need
to be preserved and it's clearer and can be more efficient that way.
(SIZE_MAX, SSIZE_MAX): New macros, if <limits.h> doesn't declare.
2001-09-04 20:20:16 +00:00
..
2001-09-03 18:46:09 +00:00
2001-09-02 13:22:25 +00:00
2001-08-31 07:34:41 +00:00
2001-08-31 07:49:39 +00:00
.
2001-09-01 09:53:58 +00:00
2001-08-24 06:39:29 +00:00
2001-08-31 09:09:35 +00:00
2001-08-26 07:28:06 +00:00
2001-08-31 07:35:47 +00:00
2001-09-01 09:50:48 +00:00
2001-08-26 07:03:07 +00:00
2001-08-31 08:17:45 +00:00

The files in this directory are shared between the fileutils, sh-utils,
and textutils packages.  Not all files are used by each package.
The autoconf tests required for these files are in ../m4.

The library name, fetish, is a permutation of the first two
letters of each of the package names: FIleutils, TExtutils, SH-utils.