summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-12-19(ORPHAN): By default, color orphans red on a black background.Jim Meyering
1996-12-19(usage): Remove --print-data-base.Jim Meyering
Now only --print-database remains. Although it wasn't documented, --print-data-base was still accepted. But it made `--p', `--print', `--print-data', etc. ambiguous.
1996-12-19.Jim Meyering
1996-12-19(gobble_file): Stat symlinks also when printing withJim Meyering
color and set linkok to reflect existence of referent. Patches from Joakim Rosqvist, James Antill, and Jesse Thilo.
1996-12-19.Jim Meyering
1996-12-19.Jim Meyering
1996-12-19[HAVE_PATHS_H]: Include <paths.h>.Jim Meyering
[_PATH_DEFPATH]: Use this to define DEFAULT_LOGIN_PATH. [_PATH_DEFPATH_ROOT]: Use this to define DEFAULT_ROOT_LOGIN_PATH. From Rik Faith.
1996-12-19.Jim Meyering
1996-12-18run cpp-indentJim Meyering
1996-12-18another new version ...Jim Meyering
1996-12-18.Jim Meyering
1996-12-18.Jim Meyering
1996-12-18in progress...Jim Meyering
1996-12-18.Jim Meyering
1996-12-18.Jim Meyering
1996-12-18(ISDIGIT): Replace with smaller, faster editionJim Meyering
that yields nonzero only on ASCII digits. (ISDIGIT_LOCALE): New macro, with same meaning that ISDIGIT used to have. From Paul Eggert.
1996-12-18add blank line.Jim Meyering
1996-12-18.Jim Meyering
1996-12-18(ISDIGIT): Replace with smaller, faster editionJim Meyering
that yields nonzero only on ASCII digits. (ISDIGIT_LOCALE): New macro, with same meaning that ISDIGIT used to have. From Paul Eggert.
1996-12-18.Jim Meyering
1996-12-18.Jim Meyering
1996-12-18(ROOT_CHOWN_AFFECTS_SYMLINKS): New macro.Jim Meyering
(DO_CHOWN): Take an additional parameter. (LINK_CHOWN): Remove macro. (copy): When preserving owner and group of a symlink, use chown only if ROOT_CHOWN_AFFECTS_SYMLINKS and EUID == 0. Otherwise, the chown would affect the file referenced through the symlink.
1996-12-18.Jim Meyering
1996-12-18(.pl): Make generated file read-only soJim Meyering
I don't accidentally modify it instead of the one with the .pl suffix.
1996-12-18.Jim Meyering
1996-12-18Update from GNU libc.Jim Meyering
1996-12-17.Jim Meyering
1996-12-17.Jim Meyering
1996-12-17.Jim Meyering
1996-12-17.Jim Meyering
1996-12-16.Jim Meyering
1996-12-16.Jim Meyering
1996-12-15.Jim Meyering
1996-12-15.Jim Meyering
1996-12-15apply spec_to_list to expected file, too.Jim Meyering
1996-12-15.Jim Meyering
1996-12-15(spec_to_list): New function -- factored out...Jim Meyering
1996-12-15begin generalization -- now it works with two-file input-specsJim Meyering
1996-12-15.Jim Meyering
1996-12-14.Jim Meyering
1996-12-14.Jim Meyering
1996-12-14twiddle FSF address in comment.Jim Meyering
1996-12-14(get_format_width, get_format_prec): AvoidJim Meyering
unnecessary comparison of digit to '\0'.
1996-12-14(digits): Remove; subsumed by new ISDIGIT.Jim Meyering
(inittables): Remove initialization of `digits'. (fraccompare, numcompare, main): Use ISDIGIT (x) instead of digits[x]. (fraccompare, numcompare): Avoid casts to unsigned char that are no longer needed.
1996-12-14(is_char_class_member): Use ISDIGIT_LOCALE instead ofJim Meyering
ISDIGIT to test for characters in CC_DIGIT class.
1996-12-13.Jim Meyering
1996-12-13.Jim Meyering
1996-12-13(usage): Clarify description of -u option.Jim Meyering
From Karl Berry.
1996-12-13.Jim Meyering
1996-12-13.Jim Meyering