Age | Commit message (Expand) | Author |
2006-08-17 | ls -CF would misalign columns in some cases. | Jim Meyering |
2006-08-09 | Add a compile-time check to ensure that filetype | Jim Meyering |
2006-07-26 | * src/ls.c (print_color_indicator): Test for S_IFREG first, rather | Jim Meyering |
2006-07-26 | Checking in a change from Paul. | Jim Meyering |
2006-07-26 | Prepare for the above change. | Jim Meyering |
2006-07-26 | * src/ls.c: Correct indentation/formatting in a few places. | Jim Meyering |
2006-07-25 | * src/ls.c (gobble_file): When handling a stat-failed entry, | Jim Meyering |
2006-07-25 | * src/dircolors.hin: Mention that ORPHAN refers not just to dangling symlinks. | Jim Meyering |
2006-07-25 | Get --dired offsets right when handling stat-failed entries. | Jim Meyering |
2006-07-25 | * src/ls.c (gobble_file) [USE_ACL]: Don't use-uninitialized the | Jim Meyering |
2006-07-25 | * src/ls.c (gobble_file): Make it so failure to stat a | Jim Meyering |
2006-07-25 | * src/ls.c: Declare stat_failed to be "bool", not "int" everywhere. | Jim Meyering |
2006-07-25 | * src/ls.c [enum filetype] (command_line): Remove member. Not needed. | Jim Meyering |
2006-07-25 | * src/ls.c: Apply the stat-failed parts of Red Hat's | Jim Meyering |
2006-07-21 | (FILE_TYPE_INDICATOR_OPTION): Reposition this new name so the list remains al... | Jim Meyering |
2006-07-21 | Fix another bug: ls --indicator-style=file-type would call | Jim Meyering |
2006-07-20 | Fix a bug: ls --file-type worked like --indicator-style=slash, | Jim Meyering |
2006-07-19 | * src/ls.c (print_dir): Give a better diagnostic for failed opendir. | Jim Meyering |
2006-07-09 | Adjust to today's renaming changes in system.h. | Paul Eggert |
2006-07-05 | * src/ls.c (usage): Correct the description of -G: it is useful | Jim Meyering |
2006-06-28 | * src/system.h (CLOSEDIR): Remove. All uses changed to closedir. | Paul Eggert |
2006-05-30 | (usage): Add `v' to the list of sorting-related options. | Jim Meyering |
2006-05-03 | *** empty log message *** | Jim Meyering |
2006-05-03 | (DEFINE_SORT_FUNCTIONS, LIST_SORTFUNCTION_VARIANTS): | Jim Meyering |
2006-05-03 | (main): On systems with d_type, directories_first only | Jim Meyering |
2006-05-03 | (xstrcoll_df_version, rev_xstrcoll_df_version): Add space after comma | Jim Meyering |
2006-04-23 | (sort_type): Rearrange to use as an array index when | Jim Meyering |
2006-04-17 | (HAVE_ST_DM_MODE): Remove; moved to ../lib/filemode.c. | Paul Eggert |
2006-03-26 | (basename_is_dot_or_dotdot): Use new last_component, in place of base_name. | Jim Meyering |
2006-03-06 | (usage): Mention that -f disables --color. | Paul Eggert |
2006-02-26 | In ls, avoid calling stat for --inode (-i), when possible. | Jim Meyering |
2006-01-10 | (gobble_file): Use DTTOIF only if it's defined. | Jim Meyering |
2005-12-17 | Switch back from HAVE_ACL to USE_ACL: The acl() syscall | Jim Meyering |
2005-11-17 | (basename_is_dot_or_dotdot): Correct wording in comment. | Jim Meyering |
2005-11-08 | (decode_switches): ls now defaults to --time-style='locale', which in | Paul Eggert |
2005-11-07 | (usage): Fix descriptions of --sort, --time. | Jim Meyering |
2005-10-15 | (decode_switches): Warn about the deprecated --kilobytes option. | Jim Meyering |
2005-09-16 | Include stat-time.h, and use its functions instead of the obsolete | Paul Eggert |
2005-09-05 | Colorize set-user-ID and set-group-ID files and sticky, | Jim Meyering |
2005-08-14 | (long_time_expected_width): Revert last change, just to | Jim Meyering |
2005-08-12 | (long_time_expected_width): Don't test for failed localtime. | Jim Meyering |
2005-08-12 | (sort_files): Use cleaner `sizeof *VAR_NAME' rather than `sizeof (TYPE_NAME)'. | Jim Meyering |
2005-07-09 | Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h. | Paul Eggert |
2005-07-08 | Include stropt.h if available. | Paul Eggert |
2005-07-03 | Include "lstat.h" rather than rolling our own. | Paul Eggert |
2005-06-30 | Add uses of ARGMATCH_VERIFY to ensure that | Jim Meyering |
2005-06-29 | (gobble_file): Use stat.st_author, not stat.st_uid | Jim Meyering |
2005-06-10 | (any_has_acl): New var. | Paul Eggert |
2005-06-02 | Don't use "path" or "filename". | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |