summaryrefslogtreecommitdiff
path: root/src/ls.c
AgeCommit message (Expand)Author
2004-12-17(print_dir): Use "%s: not listing already-listedPaul Eggert
2004-12-14(gobble_file): Change arg name to be command_line_argPaul Eggert
2004-12-09(LS_MINOR_PROBLEM, LS_FAILURE): New constants.Paul Eggert
2004-12-02With using --color and with LS_COLORS saying not to colorJim Meyering
2004-12-02(sort_files): Minor cleanup. Remove an unnecessaryPaul Eggert
2004-11-19(usage): Clarified description of --no-group (-G),Jim Meyering
2004-11-19(usage): Clarify description of --author.Jim Meyering
2004-10-05(ignore_mode): Renamed from ignore, to avoid shadowingPaul Eggert
2004-10-05remove trailing blanks.Jim Meyering
2004-09-26Add "ls --hide".Paul Eggert
2004-09-26Remove unused variable.Paul Eggert
2004-09-26(gobble_file, print_long_format): Don't assume thatPaul Eggert
2004-09-22(decode_switches): Don't compare a short valuePaul Eggert
2004-09-21Remove unused "case 0".Paul Eggert
2004-08-03(struct fileinfo, file_interesting,Paul Eggert
2004-06-22Fix bug: GNU 'ls' didn't count columns correctly if user or groupJim Meyering
2004-06-15(decode_switches): Pay attention to TABSIZE even if POSIXLY_CORRECTJim Meyering
2004-06-01(get_link_name): Update use of xreadlink.Jim Meyering
2004-04-24More signal-handling cleanup for ls.c. Do not allow signals toJim Meyering
2004-04-23Avoid segfault on systems for which SIZE_MAX != (size_t) -1.Jim Meyering
2004-04-21 - ls could incorrectly restore color if multiple signalsJim Meyering
2004-02-02(TIMESPEC_NS): Remove definition.Jim Meyering
2004-01-21(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
2003-12-24(length_of_file_names_and_frills):Jim Meyering
2003-12-18(format_user): Increment dired_pos via two statements,Jim Meyering
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