Age | Commit message (Expand) | Author |
2004-06-22 | Fix bug: GNU 'ls' didn't count columns correctly if user or group | Jim Meyering |
2004-06-15 | (decode_switches): Pay attention to TABSIZE even if POSIXLY_CORRECT | Jim Meyering |
2004-06-01 | (get_link_name): Update use of xreadlink. | Jim Meyering |
2004-04-24 | More signal-handling cleanup for ls.c. Do not allow signals to | Jim Meyering |
2004-04-23 | Avoid segfault on systems for which SIZE_MAX != (size_t) -1. | Jim Meyering |
2004-04-21 | - ls could incorrectly restore color if multiple signals | Jim 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 reflect | Jim Meyering |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | Jim Meyering |
2003-10-14 | (decode_switches) [TIOCGWINSZ]: Comment out the | Jim Meyering |
2003-10-14 | Fix to avoid a denial-of-service attack if the display width is | Jim 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-28 | Remove 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-18 | revert previous change | Jim Meyering |
2003-09-18 | Update AUTHORS definition to be a comma-separated list of strings and/or update | Jim 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 be | Jim Meyering |
2003-07-23 | Don't include headers already included by system.h: | Jim Meyering |
2003-07-12 | It appears that the `#pragma alloca' included via "system.h" is | Jim Meyering |
2003-06-17 | (main): Call initialize_main. | Jim Meyering |
2003-05-14 | (usage): Don't use `,' as the thousands separator | Jim Meyering |
2003-04-11 | Include <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 to | Jim Meyering |
2003-01-27 | (decode_switches): If `dired' is set without | Jim Meyering |
2003-01-18 | (Dereference_symlink) [DEREF_COMMAND_LINE_SYMLINK_TO_DIR]: New member. | Jim Meyering |
2003-01-18 | Change ls -H back to the way it was yesterday, since this is | Jim Meyering |
2003-01-15 | (gobble_file): Fall back on using lstat when required: | Jim Meyering |
2003-01-15 | Rename ls's --dereference-command-line (-H) | Jim Meyering |
2003-01-14 | (gobble_file): Fix a bug introduced in 4.5.4 that made it | Jim Meyering |
2003-01-03 | Include "dev-ino.h". | Jim Meyering |
2002-12-15 | Remove all uses of `PARAMS'. | Jim Meyering |
2002-12-15 | Remove declaration of nstrftime. | Jim Meyering |
2002-12-06 | (gobble_file): Also stat the file if it's a | Jim Meyering |
2002-12-01 | ls is now more efficient: it no longer needs to stat each directory | Jim Meyering |
2002-12-01 | (gobble_file): Remove the block of code that caused | Jim Meyering |
2002-11-23 | (decode_switches): Use case-sensitive matching to | Jim 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-09 | correct indentation | Jim Meyering |
2002-11-09 | ls --color: restore terminal state (color) upon signal. | Jim Meyering |