summaryrefslogtreecommitdiff
path: root/src/ls.c
AgeCommit message (Expand)Author
2015-05-09build: avoid a warning form gcc's new -Wlogical-opJim Meyering
2015-04-01doc: clarify that ls --sort=time is newest firstPádraig Brady
2015-03-26doc: disambiguate the ls --color descriptionChristoph Anton Mitterer
2015-03-23doc: clarify default order for ls --sort=sizeDan Jacobson
2015-03-04maint: update stale comment about ls color sequencesJarosław Gruca
2015-02-11maint: avoid arbitrary memory access with buggy localtime()Pádraig Brady
2015-01-31doc,maint: fix use of "i.e." in documentation and commentsBernhard Voelker
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-12-30build: update to latest gnulibPádraig Brady
2014-12-19diagnose too-large numbers betterPádraig Brady
2014-11-21doc: mention how to avoid newlines impacting ls -1Pádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-08-21maint: refactor ls QUOTING_STYLE env var handlingYurij Goncharuk
2014-07-01maint: fix const correctness warnings with security_context_tPádraig Brady
2014-06-24doc: state in ls --help, that -h affects --size formatPádraig Brady
2014-04-17ls: don't output colors with unknown TERM env variableGuilherme de Almeida Suckevicz
2014-01-17doc: clarify SMACK related --help and documentationChengwei Yang
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-11-26doc: clarify the operation of ls -kPádraig Brady
2013-09-05ls: fix possible incorrect exit status when recursing directoriesFUJIWARA Katsunori
2013-08-05doc: more semicolons instead of periods in option descriptionsBenno Schulenberg
2013-08-01doc: use semicolon instead of period in option descriptionsBenno Schulenberg
2013-07-02maint: refactor SMACK interface to a separate modulePádraig Brady
2013-06-24ls: with -Z, show SMACK security contextJarkko Sakkinen
2013-05-18maint: port --enable-gcc-warnings to clangPaul Eggert
2013-02-20maint: cleanup up various uses of __attribute__Pádraig Brady
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-09-16ls: fix coloring of dangling symlinks in default listing modePádraig Brady
2012-05-12ls: color each symlink-to-relative-name in / properlyJim Meyering
2012-05-02maint: adjust comments to avoid FP match on binary-operator-at-EOLJim Meyering
2012-04-19maint: ls: use stpncpy/stpcpy, not strncpy/strcpyJim Meyering
2012-04-19maint: modernize/clean-up a small function in ls.cJim Meyering
2012-02-20ls: adjust errnos indicating device non support for xattrsPádraig Brady
2012-02-18ls: cache ACL- and CAP-querying syscall failuresJim Meyering
2012-02-18ls: optimize for when getfilecon would often fail (~33% perf. gain)Jim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-22maint: quote 'like this' or "like this", not `like this'Paul Eggert
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
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