*** empty log message ***
[platform/upstream/coreutils.git] / src / ls.c
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...
2004-04-21 Jim Meyering - ls could incorrectly restore color if multiple...
2004-02-02 Jim Meyering(TIMESPEC_NS): Remove definition.
2004-01-21 Jim Meyering(usage): Use EXIT_SUCCESS, not 0, for clarity.
2003-12-24 Jim Meyering(length_of_file_names_and_frills):
2003-12-18 Jim Meyering(format_user): Increment dired_pos via two statements,
2003-12-08 Jim Meyering(INODE_DIGITS, LOGIN_NAME_MAX, ID_LENGTH_MAX): Remove.
2003-11-12 Jim Meyering(extract_dirs_from_files): Avoid useless copy operations.
2003-10-25 Jim Meyering(dev_ino_hash): Adjust to reflect
2003-10-18 Jim MeyeringMost .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS...
2003-10-14 Jim Meyering(decode_switches) [TIOCGWINSZ]: Comment out the
2003-10-14 Jim MeyeringFix to avoid a denial-of-service attack if the display...
2003-10-13 Jim Meyering(init_column_info): Add another FIXME comment.
2003-10-13 Jim Meyering(struct bin_str.len, length_of_file_name_and_frills...
2003-10-13 Jim Meyering(print_many_per_line): Add FIXME comment.
2003-09-28 Jim MeyeringRemove unnecessary casts of alloca, since now it's...
2003-09-18 Jim Meyering(WRITTEN_BY): Rename from AUTHORS.
2003-09-18 Jim Meyeringrevert previous change
2003-09-18 Jim MeyeringUpdate AUTHORS definition to be a comma-separated list...
2003-07-27 Jim Meyering(sort_files): Put `volatile' in the right place.
2003-07-26 Jim Meyering(sort_files): Make `func' volatile, so it can't be
2003-07-23 Jim MeyeringDon't include headers already included by system.h:
2003-07-12 Jim MeyeringIt appears that the `#pragma alloca' included via ...
2003-06-17 Jim Meyering(main): Call initialize_main.
2003-05-14 Jim Meyering(usage): Don't use `,' as the thousands separator
2003-04-11 Jim MeyeringInclude <stdlib.h> unconditionally.
2003-03-07 Jim Meyering(dired_dump_obstack): Use putchar, not fputs, to output...
2003-01-27 Jim Meyering(quote_name): Add fourth parameter, width, into which to
2003-01-27 Jim Meyering(decode_switches): If `dired' is set without
2003-01-18 Jim Meyering(Dereference_symlink) [DEREF_COMMAND_LINE_SYMLINK_TO_DI...
2003-01-18 Jim MeyeringChange ls -H back to the way it was yesterday, since...
2003-01-15 Jim Meyering(gobble_file): Fall back on using lstat when required:
2003-01-15 Jim MeyeringRename ls's --dereference-command-line (-H)
2003-01-14 Jim Meyering(gobble_file): Fix a bug introduced in 4.5.4 that made it
2003-01-03 Jim MeyeringInclude "dev-ino.h".
2002-12-15 Jim MeyeringRemove all uses of `PARAMS'.
2002-12-15 Jim MeyeringRemove declaration of nstrftime.
2002-12-06 Jim Meyering(gobble_file): Also stat the file if it's a
next