summaryrefslogtreecommitdiff
path: root/src/dircolors.c
AgeCommit message (Collapse)Author
1996-07-14(long_options): Add missing last line of NULLJim Meyering
entries. From Ralph Loader <loader@maths.ox.ac.uk>.
1996-07-10(usage): Fix parentheses.Jim Meyering
1996-07-10(long_options): Add print-data-base and print-database.Jim Meyering
(usage): Rearrange option descriptions.
1996-07-10.Jim Meyering
1996-07-10(usage): Add a one-line description to --help message.Jim Meyering
From Karl Berry.
1996-07-10Change C-shell to `C shell'.Jim Meyering
1996-07-10(dc_parse_stream): Don't give `unrecognized keyword'Jim Meyering
message unless we've processed a matching TERM directive.
1996-07-06[!STDC_HEADERS]: Declare free. From Marcus Daniels.Jim Meyering
1996-07-03Include sys/types.h before system.h.Jim Meyering
From Jim Blandy (jimb@cyclic.com).
1996-06-29(dc_parse_stream): Move enum states dcl into this function.Jim Meyering
(dc_parse_stream): Remove parameter RESULT. Adapt callers.
1996-06-25(dc_parse_stream): Give `unrecognized keyword' for misspelledJim Meyering
`TERM' keyword as well as for others.
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-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-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-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-02Rename MO_ to SHELLTYPE_.Jim Meyering
1996-05-29.Jim Meyering
1996-05-28.Jim Meyering
1996-05-23.Jim Meyering
1996-05-23FIXME: fill this inJim Meyering
1996-05-19Tweak indentation.Jim Meyering
1996-05-06(main): Use fputs, not puts. Avoids spurious newline.Jim Meyering
1996-05-05Look for SYSTEM_FILE, not USER_FILE in SHAREDIR.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-04-29.Jim Meyering