summaryrefslogtreecommitdiff
path: root/src/ls.c
AgeCommit message (Expand)Author
2003-12-08(INODE_DIGITS, LOGIN_NAME_MAX, ID_LENGTH_MAX): Remove.Jim Meyering
2003-11-12(extract_dirs_from_files): Avoid useless copy operations.Jim Meyering
2003-10-25(dev_ino_hash): Adjust to reflectJim Meyering
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
2003-10-14(decode_switches) [TIOCGWINSZ]: Comment out theJim Meyering
2003-10-14Fix to avoid a denial-of-service attack if the display width isJim Meyering
2003-10-13(init_column_info): Add another FIXME comment.Jim Meyering
2003-10-13(struct bin_str.len, length_of_file_name_and_frills, indent,Jim Meyering
2003-10-13(print_many_per_line): Add FIXME comment.Jim Meyering
2003-09-28Remove unnecessary casts of alloca, since now it's guaranteed to be (void *).Jim Meyering
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
2003-09-18revert previous changeJim Meyering
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering
2003-07-27(sort_files): Put `volatile' in the right place.Jim Meyering
2003-07-26(sort_files): Make `func' volatile, so it can't beJim Meyering
2003-07-23Don't include headers already included by system.h:Jim Meyering
2003-07-12It appears that the `#pragma alloca' included via "system.h" isJim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering
2003-05-14(usage): Don't use `,' as the thousands separatorJim Meyering
2003-04-11Include <stdlib.h> unconditionally.Jim Meyering
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