Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-18 | run cpp-indent | Jim Meyering | |
1996-12-18 | another new version ... | Jim Meyering | |
1996-12-18 | . | Jim Meyering | |
1996-12-18 | . | Jim Meyering | |
1996-12-18 | in progress... | Jim Meyering | |
1996-12-18 | . | Jim Meyering | |
1996-12-18 | . | Jim Meyering | |
1996-12-18 | (ISDIGIT): Replace with smaller, faster edition | Jim 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 | add blank line. | Jim Meyering | |
1996-12-18 | . | Jim Meyering | |
1996-12-18 | (ISDIGIT): Replace with smaller, faster edition | Jim 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 so | Jim Meyering | |
I don't accidentally modify it instead of the one with the .pl suffix. | |||
1996-12-18 | . | Jim Meyering | |
1996-12-18 | Update 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-15 | apply 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-15 | begin generalization -- now it works with two-file input-specs | Jim Meyering | |
1996-12-15 | . | Jim Meyering | |
1996-12-14 | . | Jim Meyering | |
1996-12-14 | . | Jim Meyering | |
1996-12-14 | twiddle FSF address in comment. | Jim Meyering | |
1996-12-14 | (get_format_width, get_format_prec): Avoid | Jim 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 of | Jim 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 | |
1996-12-13 | . | Jim Meyering | |
1996-12-13 | (IN_CTYPE_DOMAIN): Rename from ISASCII. | Jim Meyering | |
(ISDIGIT): New definition from Paul Eggert. This one evaluates its argument exactly once. (yylex): Move increment out of ISALPHA argument. Use a comma-expression instead. | |||
1996-12-13 | (usage): Update bug-reporting address. | Jim Meyering | |
1996-12-13 | . | Jim Meyering | |
1996-12-12 | .. | Jim Meyering | |