Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change
[platform/upstream/coreutils.git] / src / ls.c
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"
2001-11-23 Jim Meyering(usage): Note that ``Mandatory arguments to long option...
2001-11-23 Jim MeyeringSplit usage strings so that --help and --version
2001-11-23 Jim Meyering(usage): Split --help output into smaller pieces.
2001-11-03 Jim Meyering(DEV_INO_PUSH): Avoid unnecessary copies.
2001-11-02 Jim Meyering(dev_ino_pop): Cast 2nd arg of obstack_blank to `int'
2001-11-02 Jim MeyeringUse XREALLOC. It's cleaner.
2001-11-02 Jim MeyeringUse XMALLOC in a several places. It's cleaner.
2001-11-01 Jim MeyeringInclude dirfd.h.
2001-11-01 Jim Meyering(struct pending) [st_ino, st_dev]: Remove just-added...
2001-11-01 Jim MeyeringMake ls -R detect directory cycles.
2001-11-01 Jim MeyeringDon't try to print a NULL pointer.
2001-10-20 Jim Meyering(usage): Improve the description of --dereference ...
2001-10-20 Jim MeyeringDeclare some local variables to be `const', where appro...
2001-09-17 Jim Meyering(usage): Fix typo in -g usage.
2001-09-04 Jim Meyering(get_link_name): Update use of xreadlink.
2001-09-01 Jim Meyering(get_link_name): Restore error-handling that was remove...
2001-09-01 Jim MeyeringInclude "xreadlink.h".
2001-08-14 Jim Meyering(AUTHORS): Mark string for translation, since it contai...
2001-08-12 Jim MeyeringWork around non-compliant gettimeofday on Mac OS X...
2001-08-10 Jim Meyering(print_long_format): Simplify previous patch for
2001-08-10 Jim Meyering(print_long_format): Multiply the shift width by zero
2001-08-10 Jim Meyering(print_long_format): If a file size is negative, assume
2001-08-04 Jim Meyering(quote_name): Pass 0 to mbsnwidth, since the default
2001-06-16 Jim Meyering(main): Recheck global print_with_color after calling
2001-06-16 Jim Meyering(print_long_format): Don't truncate user names
2001-05-24 Jim MeyeringUse `#if D_TYPE_IN_DIRENT && defined DTTOIF' to
2001-05-20 Jim MeyeringInclude "hard-locale.h".
2001-05-15 Jim Meyering(struct fileinfo.linkmode): Now st_mode.
2001-05-13 Jim Meyering(enum Dereference_symlink): New type.
2001-05-12 Jim MeyeringInclude dirname.h, to get base_name
2001-05-12 Jim Meyering(usage): Minor wording changes related to -o, -n, and -g.
2001-05-05 Jim Meyeringtweak diagnostic
2001-05-05 Jim Meyering(decode_switches): Complain if the envvar, QUOTING_STYLE,
2001-05-05 Jim Meyering(print_owner): New global variable.
2001-04-22 Jim Meyeringfix typo in comment
2001-04-22 Jim Meyering(decode_switches): Ensure that -1 has no effect when...
2001-04-22 Jim Meyering(main): Fix off-by-one error introduced with last change.
2001-04-21 Jim Meyering(main): When given two or more arguments but the only one
2001-04-04 Jim MeyeringDon't inspect MB_LEN_MAX. Paul Eggert says it's
2001-02-20 Jim Meyering(FULL_TIME_OPTION): Renamed from FULL_TIME, for
2001-02-20 Jim Meyering(SI_OPTION): New enum value.
2001-02-20 Jim Meyeringrevert last change, until after the release
2001-02-20 Jim Meyering`ls -Fd symlink-to-directory' would print a trailing `/'
2001-02-17 Jim Meyering(mbrtowc, mbsinit):
next