summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-05-10.Jim Meyering
1996-05-10.Jim Meyering
1996-05-10.Jim Meyering
1996-05-10.Jim Meyering
1996-05-10.Jim Meyering
1996-05-10.Jim Meyering
1996-05-10,Jim Meyering
1996-05-10(all-yes): Also dependend on GMOFILES.Jim Meyering
Depend on CATALOGS and GMOFILES files only in maintainer mode.
1996-05-08.Jim Meyering
1996-05-08.Jim Meyering
1996-05-07Update from GNU libc.Jim Meyering
1996-05-06.Jim Meyering
1996-05-06.Jim Meyering
1996-05-06(main): Use fputs, not puts. Avoids spurious newline.Jim Meyering
1996-05-06.Jim Meyering
1996-05-05.Jim Meyering
1996-05-05Look for SYSTEM_FILE, not USER_FILE in SHAREDIR.Jim Meyering
1996-05-05.Jim Meyering
1996-05-05Make enumerated constants upper case.Jim Meyering
(main): Don't rely on ANSI-style string concatenation. Add `static' and/or `const' to some file scope variables.
1996-05-05.Jim Meyering
1996-05-05Remove useless void casts of *printf return values.Jim Meyering
1996-05-05.Jim Meyering
1996-05-05[IN_CTYPE_DOMAIN]: Rename from ISASCII.Jim Meyering
1996-05-05.Jim Meyering
1996-05-05[IN_CTYPE_DOMAIN]: Rename from ISASCII.Jim Meyering
1996-05-05.Jim Meyering
1996-05-05.Jim Meyering
1996-05-05[IN_CTYPE_DOMAIN]: Rename from ISASCII.Jim Meyering
1996-05-05[IN_CTYPE_DOMAIN]: Rename from ISASCII.Jim Meyering
1996-05-05.Jim Meyering
1996-05-02.Jim Meyering
1996-05-02(parse_ls_color, usage): Remove support for alternate spellings:Jim Meyering
--colours and LS_COLOURS. (parse_ls_color): Reverse sense of test for LS_COLORS environment variable and return -- save a level of indentation on a 100+-line block.
1996-05-02.Jim Meyering
1996-05-02.Jim Meyering
1996-05-01(EXTRA_DIST): Add strcasecmp.c.Jim Meyering
1996-05-01.Jim Meyering
1996-05-01.Jim Meyering
1996-05-01(parse_ls_color, usage): Remove support for alternate spellings:Jim Meyering
--colours and LS_COLOURS.
1996-04-30.Jim Meyering
1996-04-30.Jim Meyering
1996-04-30(usage): Change TAB in message to spaces. Doing that seemsJim Meyering
to have worked around a problem with something in gettext that was producing a truncated usage message for date's usage. François Pinard.
1996-04-30(main): Separate messages about `too few' and `too many'Jim Meyering
arguments to ease translation. From Franc,ois.
1996-04-30Mark translatable strings.Jim Meyering
(main): Separate messages about `too few' and `too many' arguments to ease translation. From Franc,ois.
1996-04-30Mark translatable strings.Jim Meyering
1996-04-29(print_name_with_quoting): Add braces around inner if-else stmt.Jim Meyering
1996-04-29(LEN_STR_PAIR): New macro.Jim Meyering
(color_indicator): Use it in this declaration. (parse_ls_color): Use error, not fprintf. (decode_switches): Add a comment.
1996-04-29(parse_ls_color): Use strcpy to initialize 3-character array.Jim Meyering
Automatic aggregate initialization isn't portable.
1996-04-29Remove all ^L's.Jim Meyering
(get_funky_string): Declare static and move to precede single caller: parse_ls_color.
1996-04-29(get_funky_string): Upper-case anon. union `state'.Jim Meyering
1996-04-29Apply color ls changes from Drepper.Jim Meyering