Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-06-30 | (usage): Fix typo, 3nd->3rd, in usage message. | Jim Meyering | |
From Santiago Vila <sanvila@unex.es>. | |||
1996-06-30 | . | Jim Meyering | |
1996-06-30 | . | Jim Meyering | |
1996-06-30 | . | Jim Meyering | |
1996-06-30 | . | Jim Meyering | |
1996-06-29 | . | Jim Meyering | |
1996-06-29 | . | Jim Meyering | |
1996-06-29 | . | Jim Meyering | |
1996-06-29 | . | Jim Meyering | |
1996-06-29 | . | Jim Meyering | |
1996-06-29 | . | Jim Meyering | |
1996-06-29 | Remove u from Colour. | Jim Meyering | |
1996-06-29 | . | Jim Meyering | |
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-29 | . | Jim Meyering | |
1996-06-29 | . | Jim Meyering | |
1996-06-29 | . | Jim Meyering | |
1996-06-29 | (do_link): Allow `ln -sf --backup k k' to succeed in creating the | Jim Meyering | |
self-referential symlink, doing so doesn't remove the source but merely renames it. | |||
1996-06-28 | . | Jim Meyering | |
1996-06-28 | . | Jim Meyering | |
1996-06-27 | . | Jim Meyering | |
1996-06-27 | . | Jim Meyering | |
1996-06-27 | (install-data): Add `else true;' to avoid | Jim Meyering | |
letting failing if-condition cause make to fail. From Fred Fish (fnf@ninemoons.com). | |||
1996-06-27 | Elaborate on how sort -n works. | Jim Meyering | |
1996-06-26 | . | Jim 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 | |
(do_link): Use it to test reliably whether A and B (from ln --force A B) are hard links to the same file. From Andreas Schwab. | |||
1996-06-26 | . | Jim Meyering | |
1996-06-25 | . | Jim Meyering | |
1996-06-25 | . | Jim Meyering | |
1996-06-25 | (strndup): Deansify. | Jim Meyering | |
[!STDC_HEADERS]: Include string.h and stdlib.h. | |||
1996-06-25 | (EXTRA_DIST): Add strndup.c. | Jim Meyering | |
(fu_SOURCES): Add getline.c. (noinst_HEADERS): Add getline.h. | |||
1996-06-25 | . | Jim Meyering | |
1996-06-25 | (decode_switches): Allow 0 as argument to --tabsize (-T) option. | Jim Meyering | |
Interpret as a directive to use no TAB characters to separate columns. (indent): Handle TABSIZE == 0. | |||
1996-06-25 | . | Jim Meyering | |
1996-06-25 | (dc_parse_stream): Give `unrecognized keyword' for misspelled | Jim 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-24 | Use an obstack to accumulate value of LS_COLORS. | Jim Meyering | |
1996-06-24 | . | Jim Meyering | |
1996-06-23 | Add 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-23 | copied from id-utils-3.0k | Jim 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-22 | Major 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. |