TODO: add an item for a chmod optimization
[platform/upstream/coreutils.git] / src / ls.c
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
2008-06-17 Eric Blakels, od: avoid redundant const
2008-06-16 Jim Meyeringremove redundant const directives
2008-06-14 Jim Meyeringadd "const" attribute, where possible
2008-06-03 Jim Meyeringuse gnulib's progname module
2008-06-02 Jim Meyeringdeclare program_name consistently
2008-06-02 Jim Meyeringspell author names consistently
2008-05-26 Jim Meyeringconvert 2-author programs to use proper_name
2008-02-17 Jim MeyeringClean up ls.c.
2008-02-17 Ed Avisls --color no longer outputs unnecessary escape sequences
2008-02-17 Dan Jacobsonls: Improve description of --group-directories-first.
2008-02-16 James YoungmanUse the gettime module in ls.c.
2008-01-29 Jim Meyeringls: don't segfault on files in /proc with an old libselinux
2007-12-11 Paul Eggert"ls -l" wouldn't output "+" on SELinux hosts unless...
2007-09-05 Jim MeyeringAdapt to new SELinux behavior: "?" vs. new "unlabeled"
2007-08-28 Jim MeyeringReflect renaming: mreadlink-with-size -> areadlink...
2007-08-18 Jim MeyeringUse new "idcache.h" header.
2007-08-11 Paul EggertAccommodate more xstrtol changes.
2007-08-04 Paul EggertAdapt to new human and xstrtol API.
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-15 Jim Meyeringls --color: Don't stat symlinks when neither ORPHAN...
2007-07-14 Jim MeyeringRemove long-deprecated options.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-07-08 Jim MeyeringUse <wchar.h>, not "wcwidth.h".
2007-06-18 Jim MeyeringUse mreadlink_with_size (doesn't exit), not xreadlink_w...
2007-04-24 Eric Blakels --color once again colors dangling symlinks correctly
2007-04-09 Jim Meyeringls: don't form or compute the length of strings that...
2007-04-07 Eric BlakeFix a bug in how the LS_COLORS ln=target attribute...
2007-04-02 Paul Eggert* src/ls.c (print_horizontal): Fix bug reported by...
2007-03-29 Jim Meyering* src/ls.c (gobble_file): Don't call getfilecon unless...
2007-03-29 Jim Meyeringls: Add support for SELinux and a slightly modified...
2007-03-28 Jim MeyeringMerge branch 'master' of /cu
2007-03-28 Jim MeyeringHelp translators include translation team's web or...
2007-03-12 Jim MeyeringMerge branch 'master' of /cu
2007-03-01 Bruno Haible* bootstrap.conf (gnulib_modules): Replace xreadlink...
2007-02-10 Jim Meyering* src/csplit.c (usage): Use two spaces (not one) to...
2007-01-29 Jim MeyeringMerge branch 'master' of /cu
2007-01-29 Jim MeyeringPlug a leak in ls.
2007-01-29 Jim Meyering* src/ls.c: Rename three global variables.
2007-01-29 Jim MeyeringShave 8 bytes off the size of "struct fileinfo".
2007-01-29 Paul EggertModify "ls" to sort its data faster, using the new...
2007-01-20 Jim MeyeringMerge branch 'master' of /cu
2007-01-20 Paul EggertStandardize on list of signals when an app catches...
2007-01-02 Paul EggertNow, "ls -FRL" always follows symbolic links on Linux.
2006-11-27 Paul EggertImprove the check for departures from C89, and fix...
2006-11-16 Paul Eggert* bootstrap.conf (gnulib_modules): Add sys_stat, since...
2006-10-11 Jim Meyering* src/ls.c (usage): Correct description of -s, --size.
2006-10-10 Paul Eggert* src/ls.c (quote_name): Use initializer rather than...
2006-09-03 Paul EggertDon't include dirname.h, since system.h does it now.
2006-08-28 Paul Eggert* src/copy.c (copy_internal): Don't test whether macros...
2006-08-27 Jim Meyering* src/system.h (DOT_OR_DOTDOT): Remove macro. Rewrite...
2006-08-26 Jim Meyering"ls --color" would highlight other-writable and sticky...
2006-08-23 Paul Eggert(SA_RESTART): Fallback define.
2006-08-21 Paul EggertAdd a bootstrap procedure, so that the CVS version...
2006-08-17 Jim Meyeringls -CF would misalign columns in some cases.
2006-08-09 Jim MeyeringAdd a compile-time check to ensure that filetype
2006-07-26 Jim Meyering* src/ls.c (print_color_indicator): Test for S_IFREG...
2006-07-26 Jim MeyeringChecking in a change from Paul.
2006-07-26 Jim MeyeringPrepare for the above change.
2006-07-26 Jim Meyering* src/ls.c: Correct indentation/formatting in a few...
2006-07-25 Jim Meyering* src/ls.c (gobble_file): When handling a stat-failed...
2006-07-25 Jim Meyering* src/dircolors.hin: Mention that ORPHAN refers not...
2006-07-25 Jim MeyeringGet --dired offsets right when handling stat-failed...
2006-07-25 Jim Meyering* src/ls.c (gobble_file) [USE_ACL]: Don't use-uninitial...
2006-07-25 Jim Meyering* src/ls.c (gobble_file): Make it so failure to stat a
2006-07-25 Jim Meyering* src/ls.c: Declare stat_failed to be "bool", not ...
2006-07-25 Jim Meyering* src/ls.c [enum filetype] (command_line): Remove membe...
2006-07-25 Jim Meyering* src/ls.c: Apply the stat-failed parts of Red Hat's
2006-07-21 Jim Meyering(FILE_TYPE_INDICATOR_OPTION): Reposition this new name...
2006-07-21 Jim MeyeringFix another bug: ls --indicator-style=file-type would...
2006-07-20 Jim MeyeringFix a bug: ls --file-type worked like --indicator-style...
2006-07-19 Jim Meyering* src/ls.c (print_dir): Give a better diagnostic for...
2006-07-09 Paul EggertAdjust to today's renaming changes in system.h.
2006-07-05 Jim Meyering* src/ls.c (usage): Correct the description of -G:...
2006-06-28 Paul Eggert* src/system.h (CLOSEDIR): Remove. All uses changed...
2006-05-30 Jim Meyering(usage): Add `v' to the list of sorting-related options.
2006-05-03 Jim Meyering*** empty log message ***
2006-05-03 Jim Meyering(DEFINE_SORT_FUNCTIONS, LIST_SORTFUNCTION_VARIANTS):
2006-05-03 Jim Meyering(main): On systems with d_type, directories_first only
2006-05-03 Jim Meyering(xstrcoll_df_version, rev_xstrcoll_df_version): Add...
2006-04-23 Jim Meyering(sort_type): Rearrange to use as an array index when
2006-04-17 Paul Eggert(HAVE_ST_DM_MODE): Remove; moved to ../lib/filemode.c.
2006-03-26 Jim Meyering(basename_is_dot_or_dotdot): Use new last_component...
2006-03-06 Paul Eggert(usage): Mention that -f disables --color.
2006-02-26 Jim MeyeringIn ls, avoid calling stat for --inode (-i), when possible.
2006-01-10 Jim Meyering(gobble_file): Use DTTOIF only if it's defined.
2005-12-17 Jim MeyeringSwitch back from HAVE_ACL to USE_ACL: The acl() syscall
2005-11-17 Jim Meyering(basename_is_dot_or_dotdot): Correct wording in comment.
2005-11-08 Paul Eggert(decode_switches): ls now defaults to --time-style...
2005-11-07 Jim Meyering(usage): Fix descriptions of --sort, --time.
2005-10-15 Jim Meyering(decode_switches): Warn about the deprecated --kilobyte...
2005-09-16 Paul EggertInclude stat-time.h, and use its functions instead...
2005-09-05 Jim MeyeringColorize set-user-ID and set-group-ID files and sticky,
2005-08-14 Jim Meyering(long_time_expected_width): Revert last change, just to
2005-08-12 Jim Meyering(long_time_expected_width): Don't test for failed local...
2005-08-12 Jim Meyering(sort_files): Use cleaner `sizeof *VAR_NAME' rather...
next