summaryrefslogtreecommitdiffstats
path: root/src/ls.c
AgeCommit message (Expand)AuthorLines
2013-11-26doc: clarify the operation of ls -kPádraig Brady-1/+1
2013-09-05ls: fix possible incorrect exit status when recursing directoriesFUJIWARA Katsunori-1/+1
2013-08-05doc: more semicolons instead of periods in option descriptionsBenno Schulenberg-20/+24
2013-08-01doc: use semicolon instead of period in option descriptionsBenno Schulenberg-13/+13
2013-07-02maint: refactor SMACK interface to a separate modulePádraig Brady-11/+4
2013-06-24ls: with -Z, show SMACK security contextJarkko Sakkinen-8/+33
2013-05-18maint: port --enable-gcc-warnings to clangPaul Eggert-15/+23
2013-02-20maint: cleanup up various uses of __attribute__Pádraig Brady-1/+1
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker-4/+3
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-09-16ls: fix coloring of dangling symlinks in default listing modePádraig Brady-9/+2
2012-05-12ls: color each symlink-to-relative-name in / properlyJim Meyering-1/+8
2012-05-02maint: adjust comments to avoid FP match on binary-operator-at-EOLJim Meyering-10/+10
2012-04-19maint: ls: use stpncpy/stpcpy, not strncpy/strcpyJim Meyering-9/+6
2012-04-19maint: modernize/clean-up a small function in ls.cJim Meyering-14/+11
2012-02-20ls: adjust errnos indicating device non support for xattrsPádraig Brady-3/+1
2012-02-18ls: cache ACL- and CAP-querying syscall failuresJim Meyering-4/+57
2012-02-18ls: optimize for when getfilecon would often fail (~33% perf. gain)Jim Meyering-4/+32
2012-01-27maint: use single copyright year rangeJim Meyering-2/+1
2012-01-22maint: quote 'like this' or "like this", not `like this'Paul Eggert-2/+2
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering-2/+2
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-47/+47
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering-7/+7
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering-1/+1
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-12-12ls: give a more useful diagnostic for a bogus --time-style argJim Meyering-24/+48
2011-12-08ls: be responsive to interrupts when color-listing large directoriesJim Meyering-1/+6
2011-12-04maint: remove redundant usage declarations (-Wredundant-decls)Jim Meyering-1/+0
2011-11-12ls: plug a per-argument leakJim Meyering-6/+11
2011-11-11ls: -k no longer affects -l's file sizesPaul Eggert-18/+33
2011-10-01ls: fix output of dangling symlinks colored as targetPádraig Brady-4/+9
2011-09-30ls: avoid reading beyond end of color indicatorJim Meyering-1/+1
2011-07-16ls: port to NonStop (Bug#9076)Paul Eggert-0/+8
2011-06-25doc: improve ls --help grammarJim Meyering-1/+1
2011-06-13maint: use stat-size module from gnulibJames Youngman-0/+1
2011-06-09maint: remove unneeded includesPádraig Brady-2/+0
2011-05-28ls: placate gcc-4.7.0's -Wstrict-overflowJim Meyering-19/+35
2011-05-27maint: fix a -Wstrict-overflow build failure with gcc 4.5Pádraig Brady-1/+1
2011-05-17doc: mention that ls time ordering is newest firstPádraig Brady-2/+2
2011-05-13ls: allow stat-free use of --colorJim Meyering-1/+4
2011-05-08maint: remove -Wmissing-field-initializers workaroundsPádraig Brady-1/+1
2011-04-03maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LITJim Meyering-7/+7
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert-7/+14
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