summaryrefslogtreecommitdiff
path: root/src/ls.c
AgeCommit message (Expand)Author
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-26In 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-17Switch back from HAVE_ACL to USE_ACL: The acl() syscallJim 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 inPaul 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-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert
2005-09-05Colorize set-user-ID and set-group-ID files and sticky,Jim Meyering
2005-08-14(long_time_expected_width): Revert last change, just toJim 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-09Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h.Paul Eggert
2005-07-08Include stropt.h if available.Paul Eggert
2005-07-03Include "lstat.h" rather than rolling our own.Paul Eggert
2005-06-30Add uses of ARGMATCH_VERIFY to ensure thatJim Meyering
2005-06-29(gobble_file): Use stat.st_author, not stat.st_uidJim Meyering
2005-06-10(any_has_acl): New var.Paul Eggert
2005-06-02Don't use "path" or "filename".Paul Eggert
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-12Assume `free (NULL)' works.Jim Meyering
2005-05-02(usage): ls --indicator-style=directory renamed to lsPaul Eggert
2005-04-29(enum indicator_style): New constant directory_only,Paul Eggert
2005-04-12(usage): uid -> user IDPaul Eggert
2005-04-09(SA_NOCLDSTOP): Define to 0 if not defined.Paul Eggert
2005-03-28(time_style_args, indicator_style_args, long_options)Jim Meyering
2005-03-26(usage): Document usage of LS_COLORS.Jim Meyering
2005-03-22(get_funky_string): Use '\a', rather than 7, for portability to EBCDIC hosts.Jim Meyering
2005-03-11(TIME_STAMP_LEN_MAXIMUM): New constant.Paul Eggert
2005-03-10(long_time_expected_width): Use x2nrealloc, not alloca,Jim Meyering
2005-03-06Remove `register' keyword.Jim Meyering
2005-02-21(time): Remove obsolete decl.Paul Eggert
2004-12-17(print_dir): Use "%s: not listing already-listedPaul Eggert
2004-12-14(gobble_file): Change arg name to be command_line_argPaul Eggert
2004-12-09(LS_MINOR_PROBLEM, LS_FAILURE): New constants.Paul Eggert
2004-12-02With using --color and with LS_COLORS saying not to colorJim Meyering
2004-12-02(sort_files): Minor cleanup. Remove an unnecessaryPaul Eggert
2004-11-19(usage): Clarified description of --no-group (-G),Jim Meyering
2004-11-19(usage): Clarify description of --author.Jim Meyering
2004-10-05(ignore_mode): Renamed from ignore, to avoid shadowingPaul Eggert
2004-10-05remove trailing blanks.Jim Meyering
2004-09-26Add "ls --hide".Paul Eggert
2004-09-26Remove unused variable.Paul Eggert
2004-09-26(gobble_file, print_long_format): Don't assume thatPaul Eggert
2004-09-22(decode_switches): Don't compare a short valuePaul Eggert
2004-09-21Remove unused "case 0".Paul Eggert
2004-08-03(struct fileinfo, file_interesting,Paul Eggert