* src/csplit.c (usage): Use two spaces (not one) to separate
[platform/upstream/coreutils.git] / src / ls.c
2007-02-10 Jim Meyering* src/csplit.c (usage): Use two spaces (not one) to...
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 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...
2005-07-09 Paul EggertUse only HAVE_SYS_IOCTL_H to decide whether to include...
2005-07-08 Paul EggertInclude stropt.h if available.
2005-07-03 Paul EggertInclude "lstat.h" rather than rolling our own.
2005-06-30 Jim MeyeringAdd uses of ARGMATCH_VERIFY to ensure that
2005-06-29 Jim Meyering(gobble_file): Use stat.st_author, not stat.st_uid
2005-06-10 Paul Eggert(any_has_acl): New var.
2005-06-02 Paul EggertDon't use "path" or "filename".
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-14 Jim MeyeringUpdate FSF postal mail address.
2005-05-12 Jim MeyeringAssume `free (NULL)' works.
2005-05-02 Paul Eggert(usage): ls --indicator-style=directory renamed to ls
2005-04-29 Paul Eggert(enum indicator_style): New constant directory_only,
2005-04-12 Paul Eggert(usage): uid -> user ID
2005-04-09 Paul Eggert(SA_NOCLDSTOP): Define to 0 if not defined.
2005-03-28 Jim Meyering(time_style_args, indicator_style_args, long_options)
2005-03-26 Jim Meyering(usage): Document usage of LS_COLORS.
2005-03-22 Jim Meyering(get_funky_string): Use '\a', rather than 7, for portab...
2005-03-11 Paul Eggert(TIME_STAMP_LEN_MAXIMUM): New constant.
2005-03-10 Jim Meyering(long_time_expected_width): Use x2nrealloc, not alloca,
2005-03-06 Jim MeyeringRemove `register' keyword.
2005-02-21 Paul Eggert(time): Remove obsolete decl.
2004-12-17 Paul Eggert(print_dir): Use "%s: not listing already-listed
2004-12-14 Paul Eggert(gobble_file): Change arg name to be command_line_arg
2004-12-09 Paul Eggert(LS_MINOR_PROBLEM, LS_FAILURE): New constants.
2004-12-02 Jim MeyeringWith using --color and with LS_COLORS saying not to...
2004-12-02 Paul Eggert(sort_files): Minor cleanup. Remove an unnecessary
2004-11-19 Jim Meyering(usage): Clarified description of --no-group (-G),
2004-11-19 Jim Meyering(usage): Clarify description of --author.
2004-10-05 Paul Eggert(ignore_mode): Renamed from ignore, to avoid shadowing
2004-10-05 Jim Meyeringremove trailing blanks.
2004-09-26 Paul EggertAdd "ls --hide".
2004-09-26 Paul EggertRemove unused variable.
2004-09-26 Paul Eggert(gobble_file, print_long_format): Don't assume that
2004-09-22 Paul Eggert(decode_switches): Don't compare a short value
2004-09-21 Paul EggertRemove unused "case 0".
2004-08-03 Paul Eggert(struct fileinfo, file_interesting,
2004-06-22 Jim MeyeringFix bug: GNU 'ls' didn't count columns correctly if...
2004-06-15 Jim Meyering(decode_switches): Pay attention to TABSIZE even if...
2004-06-01 Jim Meyering(get_link_name): Update use of xreadlink.
2004-04-24 Jim MeyeringMore signal-handling cleanup for ls.c. Do not allow...
2004-04-23 Jim MeyeringAvoid segfault on systems for which SIZE_MAX != (size_t...
next