summaryrefslogtreecommitdiff
path: root/src/ls.c
AgeCommit message (Expand)Author
2003-03-07(dired_dump_obstack): Use putchar, not fputs, to output a single character.Jim Meyering
2003-01-27(quote_name): Add fourth parameter, width, into which toJim Meyering
2003-01-27(decode_switches): If `dired' is set withoutJim Meyering
2003-01-18(Dereference_symlink) [DEREF_COMMAND_LINE_SYMLINK_TO_DIR]: New member.Jim Meyering
2003-01-18Change ls -H back to the way it was yesterday, since this isJim Meyering
2003-01-15(gobble_file): Fall back on using lstat when required:Jim Meyering
2003-01-15Rename ls's --dereference-command-line (-H)Jim Meyering
2003-01-14(gobble_file): Fix a bug introduced in 4.5.4 that made itJim Meyering
2003-01-03Include "dev-ino.h".Jim Meyering
2002-12-15Remove all uses of `PARAMS'.Jim Meyering
2002-12-15Remove declaration of nstrftime.Jim Meyering
2002-12-06(gobble_file): Also stat the file if it's aJim Meyering
2002-12-01ls is now more efficient: it no longer needs to stat each directoryJim Meyering
2002-12-01(gobble_file): Remove the block of code that causedJim Meyering
2002-11-23(decode_switches): Use case-sensitive matching toJim Meyering
2002-11-12(HAVE_SYMLINKS): Remove unnecessary macro definition.Jim Meyering
2002-11-10(sighandler): Handle SIGTSTP specially.Jim Meyering
2002-11-10(restore_default_color_handler, sigtstp_handler): Remove functions.Jim Meyering
2002-11-09correct indentationJim Meyering
2002-11-09ls --color: restore terminal state (color) upon signal.Jim Meyering
2002-11-06(print_long_format, print_file_name_and_frills):Jim Meyering
2002-09-22Remove all inclusions of inttypes.h,Jim Meyering
2002-08-29(print_dir): Detect and diagnose readdir failures.Jim Meyering
2002-08-29(print_dir): Rename local variable: reading -> dirp.Jim Meyering
2002-07-08(enum time_style): Remove posix_iso_time_style.Jim Meyering
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering
2002-06-21(LOGIN_NAME_MAX): Define if not already defined.Jim Meyering
2002-06-15(st_author) [! HAVE_STRUCT_STAT_ST_AUTHOR]: New macro.Jim Meyering
2002-06-01Remove use of D_TYPE_IN_DIRENT, now that that symbol has been renamed.Jim Meyering
2002-05-21(S_ISLNK, S_ISFIFO S_ISSOCK S_ISCHR S_ISBLK S_ISDOOR): Remove definitions.Jim Meyering
2002-02-28(decode_switches, usage): Add --time-style=+FORMAT.Jim Meyering
2002-02-26Include "acl.h" rather than <sys/acl.h>.Jim Meyering
2002-01-21Don't include "xalloc.h", as system.h already does that via sys2.h.Jim Meyering
2002-01-20Avoid undefined behavior when strcoll fails,Jim Meyering
2002-01-08(long_time_format): Extended translator comments.Jim Meyering
2001-12-21(usage): Deprecate --kilobytes. Document size suffixes.Jim Meyering
2001-12-02Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTIONJim Meyering
2001-11-27The change of 2001-11-01 introduced a bug whereby some recursiveJim Meyering
2001-11-26Don't include "gtod.h"Jim Meyering
2001-11-23(usage): Note that ``Mandatory arguments to long options are mandatoryJim Meyering
2001-11-23Split usage strings so that --help and --versionJim Meyering
2001-11-23(usage): Split --help output into smaller pieces.Jim Meyering
2001-11-03(DEV_INO_PUSH): Avoid unnecessary copies.Jim Meyering
2001-11-02(dev_ino_pop): Cast 2nd arg of obstack_blank to `int'Jim Meyering
2001-11-02Use XREALLOC. It's cleaner.Jim Meyering
2001-11-02Use XMALLOC in a several places. It's cleaner.Jim Meyering
2001-11-01Include dirfd.h.Jim Meyering
2001-11-01(struct pending) [st_ino, st_dev]: Remove just-added members.Jim Meyering
2001-11-01Make ls -R detect directory cycles.Jim Meyering
2001-11-01Don't try to print a NULL pointer.Jim Meyering