summaryrefslogtreecommitdiff
path: root/src/ls.c
AgeCommit message (Expand)Author
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
2009-09-21ls: handle disabling of colors consistently for all tile typesPádraig Brady
2009-09-21doc: ls: make help for --color more concise and accuratePádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-09-10doc: improve various BLOCKSIZE and SIZE helpOndřej Vašík
2009-09-01ls -i: print consistent inode numbers also for mount pointsJim Meyering
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-07-27ls -1U dir arg ... now works againKamil Dudka
2009-06-11ls --color: do not colorize files with multiple hard links by defaultKamil Dudka
2009-05-17maint: use ARRAY_CARDINALITY moreJim Meyering
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady
2009-04-03ls: fix alignment when month names have varying widthsPádraig Brady
2009-04-02doc: Clarify the help for version sorting in ls and sortPádraig Brady
2009-03-24ls: make it possible to disable coloring of hard linksKamil Dudka
2009-03-06maint: avoid new unused-macro warnings from gccJim Meyering
2009-02-20doc: ls: clarify description of -sJim Meyering
2009-02-10ls: clean up after wrapped+colored file names with clear-to-EOLJim Meyering
2009-01-01cleanup/modernize: don't test HAVE_MBRTOWC; now gnulib provides itJim Meyering
2008-12-01avoid warnings about initialization of automatic aggregatesJim Meyering
2008-11-10make --help print "Report PROGRAM translation bugs to <...>."Jim Meyering
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering
2008-10-28ls: --color now highlights hard linked files, tooKamil Dudka
2008-10-23ls: use '.' (not +) as SELinux-only alt. access flag in ls -l outputJim Meyering
2008-10-22* src/ls.c (usage): Describe exit statuses more concisely.Paul Eggert
2008-10-21ls: make it possible to disable file capabilities checkingKamil Dudka
2008-10-21reflect gnulib's removal of lstat.hJim Meyering
2008-10-19accommodate gnulib header removalsJim Meyering
2008-10-17maint: avoid warning in ls.cJim Meyering
2008-10-13doc: adjust spacing in ls --help output, for better man formattingJim Meyering
2008-10-13doc: ls: clarify exit status descriptionOndřej Vašík
2008-10-03ls and sort: use filevercmp instead of strverscmpKamil Dudka
2008-08-20ls: adjust to gnulib changeEric Blake
2008-08-05ls: ignore spurious getfilecon failure due to lack of SELinux supportJohn David Anglin
2008-08-01ls: --color now highlights files with capabilities, tooKamil Dudka
2008-08-01ls -U1 now uses constant memoryKamil Dudka
2008-06-27factor out time_t-to-string conversion idiomJim Meyering
2008-06-17ls, od: avoid redundant constEric Blake
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering