summaryrefslogtreecommitdiffstats
path: root/src/ls.c
AgeCommit message (Expand)AuthorLines
2006-02-26In 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-17Switch back from HAVE_ACL to USE_ACL: The acl() syscallJim 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 inPaul 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-16Include stat-time.h, and use its functions instead of the obsoletePaul Eggert-11/+16
2005-09-05Colorize 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 toJim 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-09Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h.Paul Eggert-6/+4
2005-07-08Include stropt.h if available.Paul Eggert-0/+4
2005-07-03Include "lstat.h" rather than rolling our own.Paul Eggert-9/+1
2005-06-30Add uses of ARGMATCH_VERIFY to ensure thatJim Meyering-7/+7
2005-06-29(gobble_file): Use stat.st_author, not stat.st_uidJim Meyering-1/+1
2005-06-10(any_has_acl): New var.Paul Eggert-2/+15
2005-06-02Don't use "path" or "filename".Paul Eggert-32/+33
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering-1/+1
2005-05-12Assume `free (NULL)' works.Jim Meyering-8/+4
2005-05-02(usage): ls --indicator-style=directory renamed to lsPaul Eggert-12/+12
2005-04-29(enum indicator_style): New constant directory_only,Paul Eggert-30/+32
2005-04-12(usage): uid -> user IDPaul 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-06Remove `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-listedPaul Eggert-1/+1
2004-12-14(gobble_file): Change arg name to be command_line_argPaul Eggert-70/+87
2004-12-09(LS_MINOR_PROBLEM, LS_FAILURE): New constants.Paul Eggert-35/+57
2004-12-02With using --color and with LS_COLORS saying not to colorJim Meyering-5/+17
2004-12-02(sort_files): Minor cleanup. Remove an unnecessaryPaul 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 shadowingPaul Eggert-37/+37
2004-10-05remove trailing blanks.Jim Meyering-3/+3
2004-09-26Add "ls --hide".Paul Eggert-34/+59
2004-09-26Remove unused variable.Paul Eggert-1/+0
2004-09-26(gobble_file, print_long_format): Don't assume thatPaul Eggert-25/+34
2004-09-22(decode_switches): Don't compare a short valuePaul Eggert-1/+1
2004-09-21Remove unused "case 0".Paul Eggert-3/+0
2004-08-03(struct fileinfo, file_interesting,Paul Eggert-153/+142
2004-06-22Fix bug: GNU 'ls' didn't count columns correctly if user or groupJim Meyering-44/+55
2004-06-15(decode_switches): Pay attention to TABSIZE even if POSIXLY_CORRECTJim Meyering-4/+2