summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1996-06-25(dc_parse_stream): Give `unrecognized keyword' for misspelledJim Meyering
`TERM' keyword as well as for others.
1996-06-25.Jim Meyering
1996-06-25(dc_parse_stream): Remove spurious newline in error message.Jim Meyering
(dc_parse_file): Remove erroneous test of ERR.
1996-06-24Use an obstack to accumulate value of LS_COLORS.Jim Meyering
1996-06-24.Jim Meyering
1996-06-23Add comma after e.g. in comment.Jim Meyering
From Karl B.
1996-06-23.Jim Meyering
1996-06-23* (parse_line): Rewrite to avoid modifying LINE.Jim Meyering
Put LINE first in parameter list. Adjust caller. (dc_parse_stream): Free KEYWD and ARG. (main): Give diagnostic for unreasonable combinations of options/arguments.
1996-06-23copied from id-utils-3.0kJim Meyering
1996-06-22(main): New option --print (-p).Jim Meyering
Detect write failure. Add --bourne-shell and --c-shell aliases for --sh and --csh resp.
1996-06-22.Jim Meyering
1996-06-22Major overhaul. No longer read from /etc/DIR_COLORS or from ~/.dircolors.Jim Meyering
Defaults are now compiled in. If you specify a file on the command line, it is used instead of the compiled-in defaults.
1996-06-19(parse_ls_color): Use STREQ here instead of strcmp(...) == 0.Jim Meyering
1996-06-19(selected_fstype, excluded_fstype, show_disk, main):Jim Meyering
Use STREQ here instead of strcmp(...) == 0.
1996-06-19.Jim Meyering
1996-06-19.Jim Meyering
1996-06-19.Jim Meyering
1996-06-19(copy_reg): Cast both sides of comparison to size_t to avoid warningJim Meyering
about `comparison between signed and unsigned' from gcc -Wall.
1996-06-19.Jim Meyering
1996-06-19.Jim Meyering
1996-06-19(decode_switches): Correct typo in error message:Jim Meyering
enironment -> environment. From Santiago Vila Doncel <sanvila@unex.es>.
1996-06-19(decode_switches): Correct typo in error message: enironment -> environment.Jim Meyering
From Santiago Vila Doncel <sanvila@unex.es>.
1996-06-19.Jim Meyering
1996-06-19(do_copy): Use STREQ here instead of strcmp(...) == 0.Jim Meyering
Declare pointer parameters const as appropriate.
1996-06-19.Jim Meyering
1996-06-19(do_copy): Change message from `missing file argument' toJim Meyering
more precise `missing destination file'. From Karl Berry.
1996-06-19.Jim Meyering
1996-06-19.Jim Meyering
1996-06-19.Jim Meyering
1996-06-19(STREQ): New macro.Jim Meyering
1996-06-19.Jim Meyering
1996-06-19(do_copy): When the force and backup options have beenJim Meyering
specified and the source and destination are the same name for an existing, regular file, convert the user's command, e.g. `cp --force --backup foo foo' to `cp --force foo fooSUFFIX' where SUFFIX is determined by any version control options used. At urging of (most recently) Karl Berry.
1996-06-19.Jim Meyering
1996-06-19.Jim Meyering
1996-06-16.Jim Meyering
1996-06-16.Jim Meyering
1996-06-16.Jim Meyering
1996-06-16.Jim Meyering
1996-06-16.Jim Meyering
1996-06-16(EXTRA_DIST): Add texinfo.tex. But it willJim Meyering
be removed once automake is fixed to add it automatically.
1996-06-16.Jim Meyering
1996-06-16.Jim Meyering
1996-06-16.Jim Meyering
1996-06-16(EXTRA_DIST): Add basename.c.Jim Meyering
(fu_SOURCES): Remove basename.c.
1996-06-16.Jim Meyering
1996-06-14Update from time-1.7.Jim Meyering
1996-06-14.Jim Meyering
1996-06-14($(PACKAGE).pot): Reapply change of May 30.Jim Meyering
Depend on POTFILES only when using maintainer mode.
1996-06-14.Jim Meyering
1996-06-12.Jim Meyering