(any_has_acl): New var.
[platform/upstream/coreutils.git] / src / ls.c
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):
2001-01-28 Jim Meyering(gobble_file): Add a FIXME comment.
2001-01-28 Jim Meyering[FULL_TIME]: Define.
2001-01-07 Jim Meyeringclean up after commit hook testing
2001-01-07 Jim Meyeringtesting -- commit should fail
2001-01-07 Jim Meyeringtesting -- commit should fail
2001-01-07 Jim Meyeringtesting -- commit should fail
2001-01-07 Jim Meyering(usage): Untabify.
2001-01-03 Jim MeyeringUse the more precise algorithm of GNU "make" to decide...
2001-01-03 Jim Meyering(long_time_expected_width, print_long_format): Fix
2001-01-03 Jim Meyering(decode_switches): Use dcgettext with LC_TIME,
2001-01-03 Jim Meyering(long_time_expected_width): New function.
2001-01-02 Jim Meyeringcopyright
2001-01-02 Jim Meyering(print_long_format):
2000-12-31 Jim MeyeringImprove performance by invoking gettext twice at the...
2000-12-31 Jim Meyering(print_long_format): Don't dump core if strftime return...
2000-12-31 Jim Meyering(gobble_file): If not using long format, don't invoke...
2000-12-25 Jim Meyering(extract_dirs_from_files): Remove unused variable.
2000-12-03 Jim Meyering(gobble_file) [USE_ACL]: Set have_acl member unconditio...
2000-12-02 Jim Meyeringadd back the parens Paul removed :-)
2000-12-02 Jim Meyering(gobble_file): Do not fall back on lstat if stat
2000-11-19 Jim Meyering(BLOCK_SIZE_OPTION, COLOR_OPTION, FORMAT_OPTION,
2000-11-18 Jim MeyeringRevert change of 2000-11-11. It inadvertently change
2000-11-12 Jim Meyering(print_long_format): Remove obsolete comment (strftime...
2000-11-12 Jim Meyering(<langinfo.h>): Include if HAVE_LANGINFO_H.
2000-11-11 Jim Meyering(print_long_format): Wrap the --full-time' date format
2000-10-29 Jim Meyering(DT_INIT): Define.
2000-10-28 Jim Meyering[enum filetype] (arg_directory): Rather than `100'...
2000-10-28 Jim Meyering(main): In call to gobble_file with `"."', use `directory'
2000-10-28 Jim MeyeringMake `ls' a lot more efficient on systems (e.g., linux...
2000-10-22 Jim Meyering(print_long_format): Wrap date format strings in _...
2000-09-03 Jim MeyeringUse strcoll (not strcmp) when comparing file names.
2000-07-29 Jim MeyeringInclude <limits.h>, <stdlib.h>, <wchar.h>, <wctype.h>.
2000-07-17 Jim MeyeringAvoid warnings.
2000-06-16 Jim Meyering(print_dir, gobble_file, print_long_format, print_file_...
2000-05-13 Jim MeyeringArrange to call close_stdout only upon exit.
2000-04-08 Jim MeyeringAdd support for "ln=target" in the LS_COLORS variable,
2000-02-29 Jim Meyering(decode_switches): Remove `e' from getopt_long's list of
1999-12-19 Jim Meyering[! LSTAT_FOLLOWS_SLASHED_SYMLINK]: Use lstat wrapper.
1999-12-15 Jim Meyering(decode_switches): If -c or -u is specified and not...
1999-12-04 Jim Meyering(check_symlink_color): New variable.
1999-11-30 Jim Meyering(usage): Shorten help for --show-control-chars.
1999-11-06 Jim Meyering(long_options): Correct typo (s/'F'/'p'/) so that `-p'
1999-09-01 Jim MeyeringRemove declaration of xstrdup.
1999-08-10 Jim Meyering(usage): Add ls --quoting-style=locale.
1999-07-30 Jim Meyering(usage): Explain about default wrt --hide-control-chars and
1999-05-05 Jim Meyering(USE_ACL): Define this only #if
1999-05-01 Jim Meyering(decode_switches): Use STDIN_FILENO, STDOUT_FILENO...
1999-04-11 Jim Meyering`ls --color' would segfault
1999-04-04 Jim Meyering(print_long_format): Add a space between %s and %3u...
1999-04-02 Jim Meyering[HAVE_SYS_ACL_H]: Include sys/acl.h.
1999-03-31 Jim MeyeringDon't include closeout.h or version-etc.h explicitly...
1999-03-31 Jim Meyering(AUTHORS): Actually define and use.
1999-03-26 Jim MeyeringNo longer include long-options.h.
1999-03-20 Jim Meyering[WINSIZE_IN_PTEM]: Include sys/stream.h and sys/ptem.h.
1999-03-04 Jim MeyeringInclude long-options.h
1999-02-03 Jim Meyering(S_ISLNK, S_ISFIFO, S_ISSOCK, S_ISCHR, S_ISBLK, S_ISDOOR):
next