bracket bug address with <> and append a period
[platform/upstream/coreutils.git] / src / dircolors.c
1997-02-01 Jim Meyeringbracket bug address with <> and append a period
1997-02-01 Jim MeyeringCompare getopt_long return value against -1, not EOF...
1997-01-26 Jim MeyeringRevert last change. With obstack, dcl of free is ...
1997-01-15 Jim Meyering[!STDC_HEADERS]: Remove unnecessary declaration of...
1996-12-19 Jim Meyering(usage): Remove --print-data-base.
1996-11-03 Jim Meyeringchange bug-reporting address
1996-11-02 Jim Meyeringchange bug-reporting address
1996-10-05 Jim Meyering(main): update --version output to conform to coding...
1996-10-03 Jim Meyering(usage): Deprecate --print-data-base even though
1996-09-21 Jim Meyering(xstrndup): Use message that's the same as the one
1996-09-08 Jim Meyering(usage): Refer to LS_COLORS, not LS_COLOR.
1996-08-31 Jim Meyering(usage): remove spurious trailing \n in puts.
1996-08-29 Jim Meyering(usage): Tell where to report bugs.
1996-07-25 Jim Meyering(usage): Remove -h. It is not an option.
1996-07-14 Jim Meyering(long_options): Add missing last line of NULL
1996-07-10 Jim Meyering(usage): Fix parentheses. FILEUTILS-3_12s
1996-07-10 Jim Meyering(long_options): Add print-data-base and print-database.
1996-07-10 Jim Meyering.
1996-07-10 Jim Meyering(usage): Add a one-line description to --help message.
1996-07-10 Jim MeyeringChange C-shell to `C shell'.
1996-07-10 Jim Meyering(dc_parse_stream): Don't give `unrecognized keyword'
1996-07-06 Jim Meyering[!STDC_HEADERS]: Declare free. From Marcus Daniels.
1996-07-03 Jim MeyeringInclude sys/types.h before system.h.
1996-06-29 Jim Meyering(dc_parse_stream): Move enum states dcl into this function.
1996-06-25 Jim Meyering(dc_parse_stream): Give `unrecognized keyword' for...
1996-06-25 Jim Meyering(dc_parse_stream): Remove spurious newline in error...
1996-06-24 Jim MeyeringUse an obstack to accumulate value of LS_COLORS.
1996-06-23 Jim Meyering* (parse_line): Rewrite to avoid modifying LINE.
1996-06-22 Jim Meyering(main): New option --print (-p).
1996-06-22 Jim MeyeringMajor overhaul. No longer read from /etc/DIR_COLORS...
1996-06-02 Jim MeyeringRename MO_ to SHELLTYPE_.
1996-05-29 Jim Meyering.
1996-05-28 Jim Meyering.
1996-05-23 Jim Meyering.
1996-05-23 Jim MeyeringFIXME: fill this in
1996-05-19 Jim MeyeringTweak indentation.
1996-05-06 Jim Meyering(main): Use fputs, not puts. Avoids spurious newline.
1996-05-05 Jim MeyeringLook for SYSTEM_FILE, not USER_FILE in SHAREDIR.
1996-05-05 Jim MeyeringMake enumerated constants upper case.
1996-04-29 Jim Meyering.