(any_has_acl): New var.
[platform/upstream/coreutils.git] / src / ls.c
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
2002-12-01 Jim Meyeringls is now more efficient: it no longer needs to stat...
2002-12-01 Jim Meyering(gobble_file): Remove the block of code that caused
2002-11-23 Jim Meyering(decode_switches): Use case-sensitive matching to
2002-11-12 Jim Meyering(HAVE_SYMLINKS): Remove unnecessary macro definition.
2002-11-10 Jim Meyering(sighandler): Handle SIGTSTP specially.
2002-11-10 Jim Meyering(restore_default_color_handler, sigtstp_handler): Remov...
2002-11-09 Jim Meyeringcorrect indentation
2002-11-09 Jim Meyeringls --color: restore terminal state (color) upon signal.
2002-11-06 Jim Meyering(print_long_format, print_file_name_and_frills):
2002-09-22 Jim MeyeringRemove all inclusions of inttypes.h,
2002-08-29 Jim Meyering(print_dir): Detect and diagnose readdir failures.
2002-08-29 Jim Meyering(print_dir): Rename local variable: reading -> dirp.
2002-07-08 Jim Meyering(enum time_style): Remove posix_iso_time_style.
2002-07-02 Jim Meyering(usage): Use the PACKAGE_BUGREPORT e-mail address,...
2002-06-21 Jim Meyering(LOGIN_NAME_MAX): Define if not already defined.
2002-06-15 Jim Meyering(st_author) [! HAVE_STRUCT_STAT_ST_AUTHOR]: New macro.
2002-06-01 Jim MeyeringRemove use of D_TYPE_IN_DIRENT, now that that symbol...
2002-05-21 Jim Meyering(S_ISLNK, S_ISFIFO S_ISSOCK S_ISCHR S_ISBLK S_ISDOOR...
2002-02-28 Jim Meyering(decode_switches, usage): Add --time-style=+FORMAT.
2002-02-26 Jim MeyeringInclude "acl.h" rather than <sys/acl.h>.
2002-01-21 Jim MeyeringDon't include "xalloc.h", as system.h already does...
2002-01-20 Jim MeyeringAvoid undefined behavior when strcoll fails,
2002-01-08 Jim Meyering(long_time_format): Extended translator comments.
2001-12-21 Jim Meyering(usage): Deprecate --kilobytes. Document size suffixes.
2001-12-02 Jim MeyeringUse new macros, HELP_OPTION_DESCRIPTION and VERSION_OPT...
2001-11-27 Jim MeyeringThe change of 2001-11-01 introduced a bug whereby some...
2001-11-26 Jim MeyeringDon't include "gtod.h"
next