summaryrefslogtreecommitdiffstats
path: root/src/ls.c
AgeCommit message (Expand)AuthorLines
2010-09-18build: use gnulib's new termios moduleJim Meyering-3/+1
2010-07-01ls: use the POSIX date style when the locale does not specify onePádraig Brady-10/+2
2010-06-29doc: df, du, ls: improve --blocksize description in --helpJim Meyering-1/+3
2010-06-10ls: avoid just-introduced buffer overrunJim Meyering-1/+1
2010-06-08maint: adjust INT_BUFSIZE_BOUND usage for maintainabilityJim Meyering-2/+2
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering-1/+1
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering-1/+1
2010-05-03maint: remove now-redundant definitions provided by signal.hJim Meyering-3/+0
2010-04-24maint: remove now-unnecessary #if HAVE_header_H tests.Jim Meyering-3/+1
2010-03-18doc: improve ls --help's description of --escape (-b)Eric Blake-1/+1
2010-02-17ls: fix a regression by honoring NORMAL attributes againMoritz Orbach-1/+20
2010-02-01ls --color: don't emit a final no-op escape sequenceJim Meyering-1/+9
2010-01-12ls: reorder includes to work around broken <sys/capability.h>Kamil Dudka-4/+7
2010-01-01ls: fix color of broken symlinks colored as targetEric Blake-1/+3
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+2
2009-12-19doc: enhance and reference info about version comparisonPádraig Brady-2/+1
2009-11-09ls: fix capability coloringPádraig Brady-65/+83
2009-10-09ls: remove explicit getfilecon work-aroundJim Meyering-11/+0
2009-09-30ls: always print "?" for allocated size of a dereferenced dangling symlinkPádraig Brady-5/+7
2009-09-29ls: don't use an undefined struct stat after failed stat/lstatJim Meyering-3/+3
2009-09-29ls: print "?", not "0" as inode of dereferenced dangling symlinkJim Meyering-5/+13
2009-09-29ls: with -LR, exit with status 2 upon detecting a cycleJim Meyering-0/+1
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady-5/+5
2009-09-23doc: ls: further improve --help message re --colorJim Meyering-3/+3
2009-09-22ls: fix a performance regressionPádraig Brady-1/+2
2009-09-21doc: ls: add an article, "the"Jim Meyering-1/+1
2009-09-21ls: handle disabling of colors consistently for all tile typesPádraig Brady-11/+13
2009-09-21doc: ls: make help for --color more concise and accuratePádraig Brady-8/+6
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+2
2009-09-10doc: improve various BLOCKSIZE and SIZE helpOndřej Vašík-5/+2
2009-09-01ls -i: print consistent inode numbers also for mount pointsJim Meyering-1/+22
2009-08-25global: convert indentation-TABs to spacesJim Meyering-1489/+1489
2009-07-27ls -1U dir arg ... now works againKamil Dudka-14/+15
2009-06-11ls --color: do not colorize files with multiple hard links by defaultKamil Dudka-5/+5
2009-05-17maint: use ARRAY_CARDINALITY moreJim Meyering-3/+3
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady-1/+1
2009-04-03ls: fix alignment when month names have varying widthsPádraig Brady-3/+101
2009-04-02doc: Clarify the help for version sorting in ls and sortPádraig Brady-1/+1
2009-03-24ls: make it possible to disable coloring of hard linksKamil Dudka-1/+1
2009-03-06maint: avoid new unused-macro warnings from gccJim Meyering-1/+2
2009-02-20doc: ls: clarify description of -sJim Meyering-2/+2
2009-02-10ls: clean up after wrapped+colored file names with clear-to-EOLJim Meyering-26/+41
2009-01-01cleanup/modernize: don't test HAVE_MBRTOWC; now gnulib provides itJim Meyering-4/+0
2008-12-01avoid warnings about initialization of automatic aggregatesJim Meyering-1/+1
2008-11-10make --help print "Report PROGRAM translation bugs to <...>."Jim Meyering-1/+0
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering-2/+2
2008-10-28ls: --color now highlights hard linked files, tooKamil Dudka-11/+18
2008-10-23ls: use '.' (not +) as SELinux-only alt. access flag in ls -l outputJim Meyering-6/+19
2008-10-22* src/ls.c (usage): Describe exit statuses more concisely.Paul Eggert-4/+2
2008-10-21ls: make it possible to disable file capabilities checkingKamil Dudka-1/+1