Files
gnu-coreutils/lib
Jim Meyering 3336d7cf69 Do not assume that mode_t uses the
traditional octal encoding.  E.g. "chmod 1 FOO" should set
the other-execute bit of FOO even if S_IXOTH != 1.

(SUID, SGID, SVTX, RUSR, WUSR, XUSR, RGRP, WGRP, XGRP, ROTH,
WOTH, XOTH, ALLM): New macros.
(S_ISUID, S_ISGID, S_ISVTX, S_IRUSR, S_IWUSR, S_IXUSR,
 S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH):
Use them.
(S_ISGID): Fix typo; it was defaulting to the same value as S_ISUID.
(S_IRWXU, S_IRWXG, S_IRWXO): Specify defaults in terms of the above.
(mode_compile):
No need to use uintmax_t; unsigned long is long enough.
Don't bother to get suffix since we don't use it.
2000-12-29 10:32:09 +00:00
..
2000-11-03 08:44:12 +00:00
2000-12-24 10:06:00 +00:00
2000-12-18 23:04:28 +00:00
2000-12-07 11:50:35 +00:00
2000-11-03 08:44:06 +00:00
2000-10-28 07:56:12 +00:00
2000-12-25 18:51:58 +00:00
.
2000-12-27 10:05:05 +00:00
2000-11-05 15:04:39 +00:00
2000-11-27 09:33:53 +00:00
2000-10-28 08:22:11 +00:00
2000-10-28 08:24:44 +00:00
2000-11-10 11:13:32 +00:00
2000-11-18 09:53:33 +00:00
2000-12-19 08:22:18 +00:00
2000-12-19 08:22:18 +00:00
2000-10-28 07:15:32 +00:00
2000-11-17 08:19:01 +00:00
2000-10-29 11:03:01 +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.