summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
1996-07-05(usage): Remove space before newline in usage message.Jim Meyering
1996-07-05(usage): Remove space before newline in usage message.Jim Meyering
1996-07-05(usage): Remove space before newline in usage message.Jim Meyering
1996-07-04(split_3): Add missing semicolon. From Jim Blandy.Jim Meyering
1996-07-04(main): Fix typo in last change.Jim Meyering
1996-07-04Make `dir --version' and `vdir --version' print their names, not `ls'.Jim Meyering
1996-07-04(md5_file): Replace obsolete comment with a descriptionJim Meyering
1996-07-04(MIN_DIGEST_LINE_LENGTH): New macro.Jim Meyering
1996-07-04(split_3): Correct test for 35-byte line to accomodateJim Meyering
1996-07-03Include sys/types.h before system.h.Jim Meyering
1996-07-03[!MAXUID]: Define after inclusion of system.h to avoidJim Meyering
1996-07-03(usage): Add omitted \n\ at the end of a line in the usage message.Jim Meyering
1996-07-03[!EXIT_SUCCESS]: Define it.Jim Meyering
1996-07-02[NEWLINE_REPLACEMENT_STRING]: Define.Jim Meyering
1996-07-02(do_link): Update messages to ease translation.Jim Meyering
1996-07-01(main): Remove now-unnecessary diagnostic about filename containing NEWLINE.Jim Meyering
1996-07-01(split_3): Take an additional parameter, S_LEN.Jim Meyering
1996-06-30(usage): Fix typo, 3nd->3rd, in usage message.Jim Meyering
1996-06-29Remove u from Colour.Jim Meyering
1996-06-29(dc_parse_stream): Move enum states dcl into this function.Jim Meyering
1996-06-29(do_link): Allow `ln -sf --backup k k' to succeed in creating theJim Meyering
1996-06-26(do_link): Remove `!symlink &&' conjunct.Jim Meyering
1996-06-26(same_name): Declare parameters to be const.Jim Meyering
1996-06-26(same_name): New function.Jim Meyering
1996-06-25(decode_switches): Allow 0 as argument to --tabsize (-T) option.Jim Meyering
1996-06-25.Jim Meyering
1996-06-25(dc_parse_stream): Give `unrecognized keyword' for misspelledJim Meyering
1996-06-25(dc_parse_stream): Remove spurious newline in error message.Jim Meyering
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
1996-06-23* (parse_line): Rewrite to avoid modifying LINE.Jim Meyering
1996-06-22(main): New option --print (-p).Jim Meyering
1996-06-22Major overhaul. No longer read from /etc/DIR_COLORS or from ~/.dircolors.Jim Meyering
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
1996-06-19(copy_reg): Cast both sides of comparison to size_t to avoid warningJim Meyering
1996-06-19(decode_switches): Correct typo in error message:Jim Meyering
1996-06-19(decode_switches): Correct typo in error message: enironment -> environment.Jim Meyering
1996-06-19(do_copy): Use STREQ here instead of strcmp(...) == 0.Jim Meyering
1996-06-19(do_copy): Change message from `missing file argument' toJim Meyering
1996-06-19(STREQ): New macro.Jim Meyering
1996-06-19(do_copy): When the force and backup options have beenJim Meyering
1996-06-02Rename MO_ to SHELLTYPE_.Jim Meyering
1996-06-02Declare pointer parameters const as appropriate.Jim Meyering
1996-06-01(decode_switches): Set print_with_color in one statement.Jim Meyering
1996-06-01Rename options and internal variables to reflect change toJim Meyering
1996-05-31(main): Interpret the old-style +VALUE and -VALUEJim Meyering
1996-05-31(limfield): #ifdef-out a block of code that makesJim Meyering
1996-05-31(decode_one_format): Use %lu (not %d) printf formatsJim Meyering