Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
1996-12-12 | . | Jim Meyering | |
1996-12-12 | . | Jim Meyering | |
1996-12-12 | . | Jim Meyering | |
1996-12-11 | . | Jim Meyering | |
1996-12-11 | . | Jim Meyering | |
1996-12-11 | . | Jim Meyering | |
1996-12-11 | [_POSIX_VERSION]: Don't declare wait. That declaration | Jim Meyering | |
conflicted with the one on i386-pc-isc3.0, now that I've removed the AC_ISC_POSIX macro and _POSIX_VERSION is no longer defined. | |||
1996-12-11 | . | Jim Meyering | |
1996-12-11 | . | Jim Meyering | |
1996-12-11 | (EXTRA_DIST): Add strftime.c to appease automake. | Jim Meyering | |
Although it's not used yet, it'll be used by ls's (to-be-done) --format=FORMAT option. | |||
1996-12-10 | . | Jim Meyering | |