aboutsummaryrefslogtreecommitdiffstats
path: root/src/ls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering1-4/+4
2003-12-24(length_of_file_names_and_frills):Jim Meyering1-22/+31
2003-12-18(format_user): Increment dired_pos via two statements,Jim Meyering1-2/+4
2003-12-08(INODE_DIGITS, LOGIN_NAME_MAX, ID_LENGTH_MAX): Remove.Jim Meyering1-100/+230
2003-11-12(extract_dirs_from_files): Avoid useless copy operations.Jim Meyering1-2/+8
2003-10-25(dev_ino_hash): Adjust to reflectJim Meyering1-2/+2
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering1-2/+2
2003-10-14(decode_switches) [TIOCGWINSZ]: Comment out theJim Meyering1-1/+1
2003-10-14Fix to avoid a denial-of-service attack if the display width isJim Meyering1-122/+119
2003-10-13(init_column_info): Add another FIXME comment.Jim Meyering1-0/+2
2003-10-13(struct bin_str.len, length_of_file_name_and_frills, indent,Jim Meyering1-96/+104
2003-10-13(print_many_per_line): Add FIXME comment.Jim Meyering1-0/+2
2003-09-28Remove unnecessary casts of alloca, since now it's guaranteed to be (void *).Jim Meyering1-2/+2
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering1-2/+2
2003-09-18revert previous changeJim Meyering1-1/+1
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering1-1/+1
2003-07-27(sort_files): Put `volatile' in the right place.Jim Meyering1-1/+1
2003-07-26(sort_files): Make `func' volatile, so it can't beJim Meyering1-1/+3
2003-07-23Don't include headers already included by system.h:Jim Meyering1-3/+0
2003-07-12It appears that the `#pragma alloca' included via "system.h" isJim Meyering1-4/+0
2003-06-17(main): Call initialize_main.Jim Meyering1-0/+1
2003-05-14(usage): Don't use `,' as the thousands separatorJim Meyering1-1/+1
2003-04-11Include <stdlib.h> unconditionally.Jim Meyering1-3/+1
2003-03-07(dired_dump_obstack): Use putchar, not fputs, to output a single character.Jim Meyering1-1/+1
2003-01-27(quote_name): Add fourth parameter, width, into which toJim Meyering1-12/+29
2003-01-27(decode_switches): If `dired' is set withoutJim Meyering1-6/+10
2003-01-18(Dereference_symlink) [DEREF_COMMAND_LINE_SYMLINK_TO_DIR]: New member.Jim Meyering1-9/+30
2003-01-18Change ls -H back to the way it was yesterday, since this isJim Meyering1-18/+11
2003-01-15(gobble_file): Fall back on using lstat when required:Jim Meyering1-5/+31
2003-01-15Rename ls's --dereference-command-line (-H)Jim Meyering1-5/+7
2003-01-14(gobble_file): Fix a bug introduced in 4.5.4 that made itJim Meyering1-2/+8
2003-01-03Include "dev-ino.h".Jim Meyering1-8/+2
2002-12-15Remove all uses of `PARAMS'.Jim Meyering1-44/+43
2002-12-15Remove declaration of nstrftime.Jim Meyering1-2/+1
2002-12-06(gobble_file): Also stat the file if it's aJim Meyering1-2/+14
2002-12-01ls is now more efficient: it no longer needs to stat each directoryJim Meyering1-9/+10
2002-12-01(gobble_file): Remove the block of code that causedJim Meyering1-15/+2
2002-11-23(decode_switches): Use case-sensitive matching toJim Meyering1-1/+1
2002-11-12(HAVE_SYMLINKS): Remove unnecessary macro definition.Jim Meyering1-7/+1
2002-11-10(sighandler): Handle SIGTSTP specially.Jim Meyering1-8/+18
2002-11-10(restore_default_color_handler, sigtstp_handler): Remove functions.Jim Meyering1-13/+49
2002-11-09correct indentationJim Meyering1-4/+4
2002-11-09ls --color: restore terminal state (color) upon signal.Jim Meyering1-0/+44
2002-11-06(print_long_format, print_file_name_and_frills):Jim Meyering1-39/+42
2002-09-22Remove all inclusions of inttypes.h,Jim Meyering1-4/+0
2002-08-29(print_dir): Detect and diagnose readdir failures.Jim Meyering1-12/+32
2002-08-29(print_dir): Rename local variable: reading -> dirp.Jim Meyering1-6/+6
2002-07-08(enum time_style): Remove posix_iso_time_style.Jim Meyering1-25/+35
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering1-1/+1
2002-06-21(LOGIN_NAME_MAX): Define if not already defined.Jim Meyering1-16/+36