build: ensure make-prime-list doesn't access out of bounds memory
[platform/upstream/coreutils.git] / src / ls.c
2013-08-12 Pádraig Bradymaint: refactor SMACK interface to a separate module 18/8318/1
2013-08-12 Jarkko Sakkinenls: with -Z, show SMACK security context 20/8320/1
2013-01-23 Bernhard Voelkermaint: define usage note about mandatory args centrally
2013-01-01 Jim Meyeringmaint: update all copyright year number ranges
2012-09-16 Pádraig Bradyls: fix coloring of dangling symlinks in default listin...
2012-05-12 Jim Meyeringls: color each symlink-to-relative-name in / properly
2012-05-02 Jim Meyeringmaint: adjust comments to avoid FP match on binary...
2012-04-19 Jim Meyeringmaint: ls: use stpncpy/stpcpy, not strncpy/strcpy
2012-04-19 Jim Meyeringmaint: modernize/clean-up a small function in ls.c
2012-02-20 Pádraig Bradyls: adjust errnos indicating device non support for...
2012-02-18 Jim Meyeringls: cache ACL- and CAP-querying syscall failures
2012-02-18 Jim Meyeringls: optimize for when getfilecon would often fail ...
2012-01-27 Jim Meyeringmaint: use single copyright year range
2012-01-22 Paul Eggertmaint: quote 'like this' or "like this", not `like...
2012-01-09 Jim Meyeringmaint: src/*.[ch]: convert more `...' to '...'
2012-01-09 Jim Meyeringmaint: src/*.c: change remaining quotes (without embedd...
2012-01-09 Jim Meyeringmaint: convert `...' to '...' in --help output
2012-01-09 Jim Meyeringmaint: adjust quoting: emit '...', not `...' in diagnostics
2012-01-07 Jim Meyeringmaint: use new emit_try_help in place of equivalent...
2012-01-01 Jim Meyeringmaint: update all copyright year number ranges
2011-12-12 Jim Meyeringls: give a more useful diagnostic for a bogus --time...
2011-12-08 Jim Meyeringls: be responsive to interrupts when color-listing...
2011-12-04 Jim Meyeringmaint: remove redundant usage declarations (-Wredundant...
2011-11-12 Jim Meyeringls: plug a per-argument leak
2011-11-12 Paul Eggertls: -k no longer affects -l's file sizes
2011-10-01 Pádraig Bradyls: fix output of dangling symlinks colored as target
2011-09-30 Jim Meyeringls: avoid reading beyond end of color indicator
2011-07-16 Paul Eggertls: port to NonStop (Bug#9076)
2011-06-25 Jim Meyeringdoc: improve ls --help grammar
2011-06-13 James Youngmanmaint: use stat-size module from gnulib
2011-06-09 Pádraig Bradymaint: remove unneeded includes
2011-05-28 Jim Meyeringls: placate gcc-4.7.0's -Wstrict-overflow
2011-05-26 Pádraig Bradymaint: fix a -Wstrict-overflow build failure with gcc 4.5
2011-05-17 Pádraig Bradydoc: mention that ls time ordering is newest first
2011-05-13 Jim Meyeringls: allow stat-free use of --color
2011-05-08 Pádraig Bradymaint: remove -Wmissing-field-initializers workarounds
2011-04-03 Jim Meyeringmaint: prohibit direct use of strncmp: prefer STREQ_LEN...
2011-01-01 Jim Meyeringmaint: update all copyright year number ranges
2010-12-28 Paul Eggertcoreutils: keep lines within 80-column limits
2010-09-18 Jim Meyeringbuild: use gnulib's new termios module
2010-07-01 Pádraig Bradyls: use the POSIX date style when the locale does not...
2010-06-29 Jim Meyeringdoc: df, du, ls: improve --blocksize description in...
2010-06-10 Jim Meyeringls: avoid just-introduced buffer overrun
2010-06-08 Jim Meyeringmaint: adjust INT_BUFSIZE_BOUND usage for maintainability
2010-05-31 Jim Meyeringmaint: make spacing around "=" consistent, even in...
2010-05-31 Jim Meyeringmaint: replace each "for (;;)" with "while (true)"
2010-05-03 Jim Meyeringmaint: remove now-redundant definitions provided by...
2010-04-24 Jim Meyeringmaint: remove now-unnecessary #if HAVE_header_H tests.
2010-03-18 Eric Blakedoc: improve ls --help's description of --escape (-b)
2010-02-17 Moritz Orbachls: fix a regression by honoring NORMAL attributes...
2010-02-01 Jim Meyeringls --color: don't emit a final no-op escape sequence
2010-01-12 Kamil Dudkals: reorder includes to work around broken <sys/capabil...
2010-01-01 Eric Blakels: fix color of broken symlinks colored as target
2010-01-01 Jim Meyeringmaint: update all FSF copyright year lists to include...
2009-12-19 Pádraig Bradydoc: enhance and reference info about version comparison
2009-11-09 Pádraig Bradyls: fix capability coloring
2009-10-09 Jim Meyeringls: remove explicit getfilecon work-around
2009-09-30 Pádraig Bradyls: always print "?" for allocated size of a dereferenc...
2009-09-29 Jim Meyeringls: don't use an undefined struct stat after failed...
2009-09-29 Jim Meyeringls: print "?", not "0" as inode of dereferenced danglin...
2009-09-29 Jim Meyeringls: with -LR, exit with status 2 upon detecting a cycle
2009-09-23 Pádraig Bradymaint: Use logical rather than bitwise operators on...
2009-09-23 Jim Meyeringdoc: ls: further improve --help message re --color
2009-09-22 Pádraig Bradyls: fix a performance regression
2009-09-21 Jim Meyeringdoc: ls: add an article, "the"
2009-09-21 Pádraig Bradyls: handle disabling of colors consistently for all...
2009-09-21 Pádraig Bradydoc: ls: make help for --color more concise and accurate
2009-09-21 Pádraig Bradydoc: mention the texinfo documentation in --help
2009-09-10 Ondřej Vašíkdoc: improve various BLOCKSIZE and SIZE help
2009-09-01 Jim Meyeringls -i: print consistent inode numbers also for mount...
2009-08-25 Jim Meyeringglobal: convert indentation-TABs to spaces
2009-07-27 Kamil Dudkals -1U dir arg ... now works again
2009-06-11 Kamil Dudkals --color: do not colorize files with multiple hard...
2009-05-17 Jim Meyeringmaint: use ARRAY_CARDINALITY more
2009-04-07 Pádraig Bradymaint: Clarify ambiguous refs to Linux kernels or GNU...
2009-04-02 Pádraig Bradyls: fix alignment when month names have varying widths
2009-04-02 Pádraig Bradydoc: Clarify the help for version sorting in ls and...
2009-03-24 Kamil Dudkals: make it possible to disable coloring of hard links
2009-03-06 Jim Meyeringmaint: avoid new unused-macro warnings from gcc
2009-02-20 Jim Meyeringdoc: ls: clarify description of -s
2009-02-10 Jim Meyeringls: clean up after wrapped+colored file names with...
2009-01-01 Jim Meyeringcleanup/modernize: don't test HAVE_MBRTOWC; now gnulib...
2008-12-01 Jim Meyeringavoid warnings about initialization of automatic aggregates
2008-11-10 Jim Meyeringmake --help print "Report PROGRAM translation bugs...
2008-11-10 Jim Meyeringavoid warnings about discarding "qualifiers from pointe...
2008-10-28 Kamil Dudkals: --color now highlights hard linked files, too
2008-10-23 Jim Meyeringls: use '.' (not +) as SELinux-only alt. access flag...
2008-10-22 Paul Eggert* src/ls.c (usage): Describe exit statuses more concisely.
2008-10-21 Kamil Dudkals: make it possible to disable file capabilities checking
2008-10-21 Jim Meyeringreflect gnulib's removal of lstat.h
2008-10-19 Jim Meyeringaccommodate gnulib header removals
2008-10-17 Jim Meyeringmaint: avoid warning in ls.c
2008-10-13 Jim Meyeringdoc: adjust spacing in ls --help output, for better...
2008-10-13 Ondřej Vašíkdoc: ls: clarify exit status description
2008-10-03 Kamil Dudkals and sort: use filevercmp instead of strverscmp
2008-08-20 Eric Blakels: adjust to gnulib change
2008-08-05 John David Anglinls: ignore spurious getfilecon failure due to lack...
2008-08-01 Kamil Dudkals: --color now highlights files with capabilities...
2008-08-01 Kamil Dudkals -U1 now uses constant memory
2008-06-27 Jim Meyeringfactor out time_t-to-string conversion idiom
next