summaryrefslogtreecommitdiff
path: root/src/ls.c
AgeCommit message (Expand)Author
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-12-12ls: give a more useful diagnostic for a bogus --time-style argJim Meyering
2011-12-08ls: be responsive to interrupts when color-listing large directoriesJim Meyering
2011-12-04maint: remove redundant usage declarations (-Wredundant-decls)Jim Meyering
2011-11-12ls: plug a per-argument leakJim Meyering
2011-11-11ls: -k no longer affects -l's file sizesPaul Eggert
2011-10-01ls: fix output of dangling symlinks colored as targetPádraig Brady
2011-09-30ls: avoid reading beyond end of color indicatorJim Meyering
2011-07-16ls: port to NonStop (Bug#9076)Paul Eggert
2011-06-25doc: improve ls --help grammarJim Meyering
2011-06-13maint: use stat-size module from gnulibJames Youngman
2011-06-09maint: remove unneeded includesPádraig Brady
2011-05-28ls: placate gcc-4.7.0's -Wstrict-overflowJim Meyering
2011-05-27maint: fix a -Wstrict-overflow build failure with gcc 4.5Pádraig Brady
2011-05-17doc: mention that ls time ordering is newest firstPádraig Brady
2011-05-13ls: allow stat-free use of --colorJim Meyering
2011-05-08maint: remove -Wmissing-field-initializers workaroundsPádraig Brady
2011-04-03maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-09-18build: use gnulib's new termios moduleJim Meyering
2010-07-01ls: use the POSIX date style when the locale does not specify onePádraig Brady
2010-06-29doc: df, du, ls: improve --blocksize description in --helpJim Meyering
2010-06-10ls: avoid just-introduced buffer overrunJim Meyering
2010-06-08maint: adjust INT_BUFSIZE_BOUND usage for maintainabilityJim Meyering
2010-05-31maint: make spacing around "=" consistent, even in IF_LINTJim Meyering
2010-05-31maint: replace each "for (;;)" with "while (true)"Jim Meyering
2010-05-03maint: remove now-redundant definitions provided by signal.hJim Meyering
2010-04-24maint: remove now-unnecessary #if HAVE_header_H tests.Jim Meyering
2010-03-18doc: improve ls --help's description of --escape (-b)Eric Blake
2010-02-17ls: fix a regression by honoring NORMAL attributes againMoritz Orbach
2010-02-01ls --color: don't emit a final no-op escape sequenceJim Meyering
2010-01-12ls: reorder includes to work around broken <sys/capability.h>Kamil Dudka
2010-01-01ls: fix color of broken symlinks colored as targetEric Blake
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-12-19doc: enhance and reference info about version comparisonPádraig Brady
2009-11-09ls: fix capability coloringPádraig Brady
2009-10-09ls: remove explicit getfilecon work-aroundJim Meyering
2009-09-30ls: always print "?" for allocated size of a dereferenced dangling symlinkPádraig Brady
2009-09-29ls: don't use an undefined struct stat after failed stat/lstatJim Meyering
2009-09-29ls: print "?", not "0" as inode of dereferenced dangling symlinkJim Meyering
2009-09-29ls: with -LR, exit with status 2 upon detecting a cycleJim Meyering
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-23doc: ls: further improve --help message re --colorJim Meyering
2009-09-22ls: fix a performance regressionPádraig Brady
2009-09-21doc: ls: add an article, "the"Jim Meyering