Age | Commit message (Expand) | Author |
1996-07-08 | Make initial colors for `color_indicator' match those | Jim Meyering |
1996-07-08 | Include termios.h. | Jim Meyering |
1996-07-04 | (main): Fix typo in last change. | Jim Meyering |
1996-07-04 | Make `dir --version' and `vdir --version' print their names, not `ls'. | Jim Meyering |
1996-07-03 | (usage): Add omitted \n\ at the end of a line in the usage message. | Jim Meyering |
1996-06-29 | Remove u from Colour. | Jim Meyering |
1996-06-25 | (decode_switches): Allow 0 as argument to --tabsize (-T) option. | Jim Meyering |
1996-06-19 | (parse_ls_color): Use STREQ here instead of strcmp(...) == 0. | Jim Meyering |
1996-06-19 | (decode_switches): Correct typo in error message: enironment -> environment. | Jim Meyering |
1996-06-02 | Declare pointer parameters const as appropriate. | Jim Meyering |
1996-06-01 | (decode_switches): Set print_with_color in one statement. | Jim Meyering |
1996-06-01 | Rename options and internal variables to reflect change to | Jim Meyering |
1996-05-23 | (usage): Make --literal (-N) description clearer. | Jim Meyering |
1996-05-02 | . | Jim Meyering |
1996-05-02 | (parse_ls_color, usage): Remove support for alternate spellings: | Jim Meyering |
1996-05-01 | (parse_ls_color, usage): Remove support for alternate spellings: | Jim Meyering |
1996-04-29 | (print_name_with_quoting): Add braces around inner if-else stmt. | Jim Meyering |
1996-04-29 | (LEN_STR_PAIR): New macro. | Jim Meyering |
1996-04-29 | (parse_ls_color): Use strcpy to initialize 3-character array. | Jim Meyering |
1996-04-29 | Remove all ^L's. | Jim Meyering |
1996-04-29 | (get_funky_string): Upper-case anon. union `state'. | Jim Meyering |
1996-04-29 | Apply color ls changes from Drepper. | Jim Meyering |
1996-04-27 | Fri Apr 26 05:52:03 1996 Karl Eichwalder <ke@ke.Central.DE> | Jim Meyering |
1996-04-24 | update Copyright years for 1996 | Jim Meyering |
1996-04-21 | (decode_switches): Replace two more atoi uses with xstrtol. | Jim Meyering |
1996-04-21 | (decode_switches): Use getenv (POSIXLY_CORRECT), not undefined posix_pedantic. | Jim Meyering |
1996-04-21 | (decode_switches): Clean up last change. | Jim Meyering |
1996-04-21 | (decode_switches): Use xstrtol, not atoi. | Jim Meyering |
1996-04-05 | Remove fixed FIXME. | Jim Meyering |
1996-03-31 | . | Jim Meyering |
1996-03-31 | (quote_filename): Use ISGRAPH and ISPRINT in place of | Jim Meyering |
1996-03-31 | Rip out color support. | Jim Meyering |
1996-03-24 | Update FSF's address. | Jim Meyering |
1996-03-21 | (main): Declare to be of type int, not void. | Jim Meyering |
1996-03-16 | Don't include version.h. | Jim Meyering |
1996-03-12 | (main): Initialize for internationalized message support: call setlocale, | Jim Meyering |
1995-12-23 | (decode_switches): Make -o a synonym for -lG for compatibility | Jim Meyering |
1995-12-22 | Include argmatch.h. | Jim Meyering |
1995-11-29 | Mark all translatable strings using po-mode.el. | Jim Meyering |
1995-11-27 | s/non-zero/nonzero/g | Jim Meyering |
1995-11-10 | (parse_ls_color): Use strcpy to initialize 3-character array. | Jim Meyering |
1995-11-09 | Protect prototypes with __P. | Jim Meyering |
1995-11-09 | (enum filetype): Move dcl to precede prototypes. | Jim Meyering |
1995-11-09 | Protoize. | Jim Meyering |
1995-10-18 | Use HAVE_SYS_IOCTL_H, rather than !_POSIX_SOURCE || _AIX. | Jim Meyering |
1995-09-29 | (dired_dump_obstack): Don't generate any output if the obstack is empty. | Jim Meyering |
1995-08-05 | (decode_switches): Set SORT_TYPE. Before, ls -c was sorting | Jim Meyering |
1995-06-22 | (main): Include program name in --version output. | Jim Meyering |
1995-05-22 | (usage): Add one or two lines of descriptive text. | Jim Meyering |
1995-05-13 | Use stat (lstat), not safe_stat (safe_lstat). | Jim Meyering |