summaryrefslogtreecommitdiff
path: root/src/ls.c
AgeCommit message (Expand)Author
2008-10-23ls: use '.' (not +) as SELinux-only alt. access flag in ls -l outputJim Meyering
2008-10-22* src/ls.c (usage): Describe exit statuses more concisely.Paul Eggert
2008-10-21ls: make it possible to disable file capabilities checkingKamil Dudka
2008-10-21reflect gnulib's removal of lstat.hJim Meyering
2008-10-19accommodate gnulib header removalsJim Meyering
2008-10-17maint: avoid warning in ls.cJim Meyering
2008-10-13doc: adjust spacing in ls --help output, for better man formattingJim Meyering
2008-10-13doc: ls: clarify exit status descriptionOndřej Vašík
2008-10-03ls and sort: use filevercmp instead of strverscmpKamil Dudka
2008-08-20ls: adjust to gnulib changeEric Blake
2008-08-05ls: ignore spurious getfilecon failure due to lack of SELinux supportJohn David Anglin
2008-08-01ls: --color now highlights files with capabilities, tooKamil Dudka
2008-08-01ls -U1 now uses constant memoryKamil Dudka
2008-06-27factor out time_t-to-string conversion idiomJim Meyering
2008-06-17ls, od: avoid redundant constEric Blake
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-06-02spell author names consistentlyJim Meyering
2008-05-26convert 2-author programs to use proper_nameJim Meyering
2008-02-17Clean up ls.c.Jim Meyering
2008-02-17ls --color no longer outputs unnecessary escape sequencesEd Avis
2008-02-17ls: Improve description of --group-directories-first.Dan Jacobson
2008-02-16Use the gettime module in ls.c.James Youngman
2008-01-29ls: don't segfault on files in /proc with an old libselinuxJim Meyering
2007-12-11"ls -l" wouldn't output "+" on SELinux hosts unless -Z was also given.Paul Eggert
2007-09-05Adapt to new SELinux behavior: "?" vs. new "unlabeled"Jim Meyering
2007-08-28Reflect renaming: mreadlink-with-size -> areadlink-with-size.Jim Meyering
2007-08-18Use new "idcache.h" header.Jim Meyering
2007-08-11Accommodate more xstrtol changes.Paul Eggert
2007-08-04Adapt to new human and xstrtol API.Paul Eggert
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-15ls --color: Don't stat symlinks when neither ORPHAN nor MISSING attribute has...Jim Meyering
2007-07-14Remove long-deprecated options.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-07-08Use <wchar.h>, not "wcwidth.h".Jim Meyering
2007-06-18Use mreadlink_with_size (doesn't exit), not xreadlink_with_size.Jim Meyering
2007-04-24ls --color once again colors dangling symlinks correctlyEric Blake
2007-04-10ls: don't form or compute the length of strings that won't be used.Jim Meyering
2007-04-07Fix a bug in how the LS_COLORS ln=target attribute is handled.Eric Blake
2007-04-02* src/ls.c (print_horizontal): Fix bug reported by Mike Frysinger:Paul Eggert
2007-03-29* src/ls.c (gobble_file): Don't call getfilecon unless print_scontext.Jim Meyering
2007-03-29ls: Add support for SELinux and a slightly modified -Z option.Jim Meyering
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2007-03-01* bootstrap.conf (gnulib_modules): Replace xreadlink withBruno Haible
2007-02-10* src/csplit.c (usage): Use two spaces (not one) to separateJim Meyering
2007-01-29Plug a leak in ls.Jim Meyering
2007-01-29* src/ls.c: Rename three global variables.Jim Meyering
2007-01-29Shave 8 bytes off the size of "struct fileinfo".Jim Meyering