Age | Commit message (Expand) | Author |
2000-07-17 | Avoid warnings. | Jim Meyering |
2000-06-16 | (print_dir, gobble_file, print_long_format, print_file_name_and_frills): | Jim Meyering |
2000-05-13 | Arrange to call close_stdout only upon exit. | Jim Meyering |
2000-04-08 | Add support for "ln=target" in the LS_COLORS variable, | Jim Meyering |
2000-02-29 | (decode_switches): Remove `e' from getopt_long's list of | Jim Meyering |
1999-12-19 | [! LSTAT_FOLLOWS_SLASHED_SYMLINK]: Use lstat wrapper. | Jim Meyering |
1999-12-15 | (decode_switches): If -c or -u is specified and not -l (or any other | Jim Meyering |
1999-12-04 | (check_symlink_color): New variable. | Jim Meyering |
1999-11-30 | (usage): Shorten help for --show-control-chars. | Jim Meyering |
1999-11-06 | (long_options): Correct typo (s/'F'/'p'/) so that `-p' | Jim Meyering |
1999-09-01 | Remove declaration of xstrdup. | Jim Meyering |
1999-08-10 | (usage): Add ls --quoting-style=locale. | Jim Meyering |
1999-07-30 | (usage): Explain about default wrt --hide-control-chars and | Jim Meyering |
1999-05-05 | (USE_ACL): Define this only #if | Jim Meyering |
1999-05-01 | (decode_switches): Use STDIN_FILENO, STDOUT_FILENO instead of 0, 1. | Jim Meyering |
1999-04-11 | `ls --color' would segfault | Jim Meyering |
1999-04-04 | (print_long_format): Add a space between %s and %3u. This | Jim Meyering |
1999-04-02 | [HAVE_SYS_ACL_H]: Include sys/acl.h. | Jim Meyering |
1999-03-31 | Don't include closeout.h or version-etc.h explicitly. Now, they're included v... | Jim Meyering |
1999-03-31 | (AUTHORS): Actually define and use. | Jim Meyering |
1999-03-26 | No longer include long-options.h. | Jim Meyering |
1999-03-20 | [WINSIZE_IN_PTEM]: Include sys/stream.h and sys/ptem.h. | Jim Meyering |
1999-03-04 | Include long-options.h | Jim Meyering |
1999-02-03 | (S_ISLNK, S_ISFIFO, S_ISSOCK, S_ISCHR, S_ISBLK, S_ISDOOR): | Jim Meyering |
1999-02-03 | (print_type_indicator): Print doors as '>'. | Jim Meyering |
1999-01-16 | Don't declare base_name. | Jim Meyering |
1999-01-11 | (decode_switches): Now that escape_quoting_style no longer | Jim Meyering |
1999-01-02 | Adapt to use new interface to XARGMATCH. | Jim Meyering |
1999-01-02 | use XARGMATCH, not XARGCASEMATCH | Jim Meyering |
1998-12-31 | (indicator_style_types): New variable. | Jim Meyering |
1998-12-12 | In order to distinguish col(umn|or): | Jim Meyering |
1998-12-12 | * src/ls.c: Group DIRED's code together. | Jim Meyering |
1998-12-07 | declare base_name | Jim Meyering |
1998-12-06 | Fix `ls -R .' formatting bug that broke mktexlsr. | Jim Meyering |
1998-09-19 | update bug-reporting address | Jim Meyering |
1998-09-07 | (print_dir_name): Put back. | Jim Meyering |
1998-08-29 | (print_dir_name): Remove global variable. | Jim Meyering |
1998-08-15 | (qmark_funny_chars): Add comment from Paul eggert. | Jim Meyering |
1998-08-13 | Include filemode.h. | Jim Meyering |
1998-08-02 | (compare_ctime, rev_cmp_ctime, compare_mtime, | Jim Meyering |
1998-06-29 | revert back to using lower case _unlocked wrapper names | Jim Meyering |
1998-06-29 | (human_readable_base, output_units): Remove; | Jim Meyering |
1998-06-29 | (usage): Make --kilobytes description consistent with | Jim Meyering |
1998-06-29 | Change all uses of unlocked-wrapped functions to their upper case wrapper names. | Jim Meyering |
1998-06-28 | Add DIRED_ prefix to the macros: FPUTS and FPUTS_LITERAL. | Jim Meyering |
1998-06-28 | s/PUTCHAR/DIRED_PUTCHAR/g. | Jim Meyering |
1998-04-14 | Use STREQ in string equality tests, not strcmp. | Jim Meyering |
1998-04-01 | (compare_ctime, rev_cmp_ctime, compare_mtime, | Jim Meyering |
1998-03-21 | (decode_switches): Pass a null pointer instead of address | Jim Meyering |
1998-03-15 | Use #if, not #ifdef with HAVE_ macros. | Jim Meyering |