| Age | Commit message (Expand) | Author | Lines |
| 2006-02-26 | In ls, avoid calling stat for --inode (-i), when possible. | Jim Meyering | -19/+34 |
| 2006-01-10 | (gobble_file): Use DTTOIF only if it's defined. | Jim Meyering | -2/+2 |
| 2005-12-17 | Switch back from HAVE_ACL to USE_ACL: The acl() syscall | Jim Meyering | -5/+5 |
| 2005-11-17 | (basename_is_dot_or_dotdot): Correct wording in comment. | Jim Meyering | -1/+1 |
| 2005-11-08 | (decode_switches): ls now defaults to --time-style='locale', which in | Paul Eggert | -16/+24 |
| 2005-11-07 | (usage): Fix descriptions of --sort, --time. | Jim Meyering | -5/+5 |
| 2005-10-15 | (decode_switches): Warn about the deprecated --kilobytes option. | Jim Meyering | -1/+9 |
| 2005-09-16 | Include stat-time.h, and use its functions instead of the obsolete | Paul Eggert | -11/+16 |
| 2005-09-05 | Colorize set-user-ID and set-group-ID files and sticky, | Jim Meyering | -6/+29 |
| 2005-08-14 | (long_time_expected_width): Revert last change, just to | Jim Meyering | -9/+14 |
| 2005-08-12 | (long_time_expected_width): Don't test for failed localtime. | Jim Meyering | -7/+9 |
| 2005-08-12 | (sort_files): Use cleaner `sizeof *VAR_NAME' rather than `sizeof (TYPE_NAME)'. | Jim Meyering | -1/+1 |
| 2005-07-09 | Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h. | Paul Eggert | -6/+4 |
| 2005-07-08 | Include stropt.h if available. | Paul Eggert | -0/+4 |
| 2005-07-03 | Include "lstat.h" rather than rolling our own. | Paul Eggert | -9/+1 |
| 2005-06-30 | Add uses of ARGMATCH_VERIFY to ensure that | Jim Meyering | -7/+7 |
| 2005-06-29 | (gobble_file): Use stat.st_author, not stat.st_uid | Jim Meyering | -1/+1 |
| 2005-06-10 | (any_has_acl): New var. | Paul Eggert | -2/+15 |
| 2005-06-02 | Don't use "path" or "filename". | Paul Eggert | -32/+33 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-05-14 | Update FSF postal mail address. | Jim Meyering | -1/+1 |
| 2005-05-12 | Assume `free (NULL)' works. | Jim Meyering | -8/+4 |
| 2005-05-02 | (usage): ls --indicator-style=directory renamed to ls | Paul Eggert | -12/+12 |
| 2005-04-29 | (enum indicator_style): New constant directory_only, | Paul Eggert | -30/+32 |
| 2005-04-12 | (usage): uid -> user ID | Paul Eggert | -1/+1 |
| 2005-04-09 | (SA_NOCLDSTOP): Define to 0 if not defined. | Paul Eggert | -12/+17 |
| 2005-03-28 | (time_style_args, indicator_style_args, long_options) | Jim Meyering | -46/+46 |
| 2005-03-26 | (usage): Document usage of LS_COLORS. | Jim Meyering | -1/+2 |
| 2005-03-22 | (get_funky_string): Use '\a', rather than 7, for portability to EBCDIC hosts. | Jim Meyering | -1/+1 |
| 2005-03-11 | (TIME_STAMP_LEN_MAXIMUM): New constant. | Paul Eggert | -49/+27 |
| 2005-03-10 | (long_time_expected_width): Use x2nrealloc, not alloca, | Jim Meyering | -3/+21 |
| 2005-03-06 | Remove `register' keyword. | Jim Meyering | -16/+16 |
| 2005-02-21 | (time): Remove obsolete decl. | Paul Eggert | -13/+6 |
| 2004-12-17 | (print_dir): Use "%s: not listing already-listed | Paul Eggert | -1/+1 |
| 2004-12-14 | (gobble_file): Change arg name to be command_line_arg | Paul Eggert | -70/+87 |
| 2004-12-09 | (LS_MINOR_PROBLEM, LS_FAILURE): New constants. | Paul Eggert | -35/+57 |
| 2004-12-02 | With using --color and with LS_COLORS saying not to color | Jim Meyering | -5/+17 |
| 2004-12-02 | (sort_files): Minor cleanup. Remove an unnecessary | Paul Eggert | -36/+36 |
| 2004-11-19 | (usage): Clarified description of --no-group (-G), | Jim Meyering | -7/+8 |
| 2004-11-19 | (usage): Clarify description of --author. | Jim Meyering | -7/+7 |
| 2004-10-05 | (ignore_mode): Renamed from ignore, to avoid shadowing | Paul Eggert | -37/+37 |
| 2004-10-05 | remove trailing blanks. | Jim Meyering | -3/+3 |
| 2004-09-26 | Add "ls --hide". | Paul Eggert | -34/+59 |
| 2004-09-26 | Remove unused variable. | Paul Eggert | -1/+0 |
| 2004-09-26 | (gobble_file, print_long_format): Don't assume that | Paul Eggert | -25/+34 |
| 2004-09-22 | (decode_switches): Don't compare a short value | Paul Eggert | -1/+1 |
| 2004-09-21 | Remove unused "case 0". | Paul Eggert | -3/+0 |
| 2004-08-03 | (struct fileinfo, file_interesting, | Paul Eggert | -153/+142 |
| 2004-06-22 | Fix bug: GNU 'ls' didn't count columns correctly if user or group | Jim Meyering | -44/+55 |
| 2004-06-15 | (decode_switches): Pay attention to TABSIZE even if POSIXLY_CORRECT | Jim Meyering | -4/+2 |