summaryrefslogtreecommitdiff
path: root/src/ls.c
Commit message (Expand)AuthorAgeFilesLines
* doc: mention how to avoid newlines impacting ls -1Pádraig Brady2014-11-211-1/+2
* doc: output correct --help references with --program-prefixPádraig Brady2014-09-191-1/+1
* maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert2014-09-081-1/+1
* maint: refactor ls QUOTING_STYLE env var handlingYurij Goncharuk2014-08-211-14/+22
* maint: fix const correctness warnings with security_context_tPádraig Brady2014-07-011-1/+1
* doc: state in ls --help, that -h affects --size formatPádraig Brady2014-06-241-1/+1
* ls: don't output colors with unknown TERM env variableGuilherme de Almeida Suckevicz2014-04-171-1/+35
* doc: clarify SMACK related --help and documentationChengwei Yang2014-01-171-9/+9
* maint: update all copyright year number rangesBernhard Voelker2014-01-021-1/+1
* doc: clarify the operation of ls -kPádraig Brady2013-11-261-1/+1
* ls: fix possible incorrect exit status when recursing directoriesFUJIWARA Katsunori2013-09-051-1/+1
* doc: more semicolons instead of periods in option descriptionsBenno Schulenberg2013-08-051-20/+24
* doc: use semicolon instead of period in option descriptionsBenno Schulenberg2013-08-011-13/+13
* maint: refactor SMACK interface to a separate modulePádraig Brady2013-07-021-11/+4
* ls: with -Z, show SMACK security contextJarkko Sakkinen2013-06-241-8/+33
* maint: port --enable-gcc-warnings to clangPaul Eggert2013-05-181-15/+23
* maint: cleanup up various uses of __attribute__Pádraig Brady2013-02-201-1/+1
* maint: define usage note about mandatory args centrallyBernhard Voelker2013-01-231-4/+3
* maint: update all copyright year number rangesJim Meyering2013-01-011-1/+1
* ls: fix coloring of dangling symlinks in default listing modePádraig Brady2012-09-161-9/+2
* ls: color each symlink-to-relative-name in / properlyJim Meyering2012-05-121-1/+8
* maint: adjust comments to avoid FP match on binary-operator-at-EOLJim Meyering2012-05-021-10/+10
* maint: ls: use stpncpy/stpcpy, not strncpy/strcpyJim Meyering2012-04-191-9/+6
* maint: modernize/clean-up a small function in ls.cJim Meyering2012-04-191-14/+11
* ls: adjust errnos indicating device non support for xattrsPádraig Brady2012-02-201-3/+1
* ls: cache ACL- and CAP-querying syscall failuresJim Meyering2012-02-181-4/+57
* ls: optimize for when getfilecon would often fail (~33% perf. gain)Jim Meyering2012-02-181-4/+32
* maint: use single copyright year rangeJim Meyering2012-01-271-2/+1
* maint: quote 'like this' or "like this", not `like this'Paul Eggert2012-01-221-2/+2
* maint: src/*.[ch]: convert more `...' to '...'Jim Meyering2012-01-091-2/+2
* maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering2012-01-091-47/+47
* maint: convert `...' to '...' in --help outputJim Meyering2012-01-091-7/+7
* maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering2012-01-091-1/+1
* maint: use new emit_try_help in place of equivalent fprintfJim Meyering2012-01-071-2/+1
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* ls: give a more useful diagnostic for a bogus --time-style argJim Meyering2011-12-121-24/+48
* ls: be responsive to interrupts when color-listing large directoriesJim Meyering2011-12-081-1/+6
* maint: remove redundant usage declarations (-Wredundant-decls)Jim Meyering2011-12-041-1/+0
* ls: plug a per-argument leakJim Meyering2011-11-121-6/+11
* ls: -k no longer affects -l's file sizesPaul Eggert2011-11-111-18/+33
* ls: fix output of dangling symlinks colored as targetPádraig Brady2011-10-011-4/+9
* ls: avoid reading beyond end of color indicatorJim Meyering2011-09-301-1/+1
* ls: port to NonStop (Bug#9076)Paul Eggert2011-07-161-0/+8
* doc: improve ls --help grammarJim Meyering2011-06-251-1/+1
* maint: use stat-size module from gnulibJames Youngman2011-06-131-0/+1
* maint: remove unneeded includesPádraig Brady2011-06-091-2/+0
* ls: placate gcc-4.7.0's -Wstrict-overflowJim Meyering2011-05-281-19/+35
* maint: fix a -Wstrict-overflow build failure with gcc 4.5Pádraig Brady2011-05-271-1/+1
* doc: mention that ls time ordering is newest firstPádraig Brady2011-05-171-2/+2
* ls: allow stat-free use of --colorJim Meyering2011-05-131-1/+4