Age | Commit message (Expand) | Author |
2005-06-02 | Don't use "path" or "filename". | Paul Eggert |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-12 | Assume `free (NULL)' works. | Jim Meyering |
2005-05-02 | (usage): ls --indicator-style=directory renamed to ls | Paul Eggert |
2005-04-29 | (enum indicator_style): New constant directory_only, | Paul Eggert |
2005-04-12 | (usage): uid -> user ID | Paul Eggert |
2005-04-09 | (SA_NOCLDSTOP): Define to 0 if not defined. | Paul Eggert |
2005-03-28 | (time_style_args, indicator_style_args, long_options) | Jim Meyering |
2005-03-26 | (usage): Document usage of LS_COLORS. | Jim Meyering |
2005-03-22 | (get_funky_string): Use '\a', rather than 7, for portability to EBCDIC hosts. | Jim Meyering |
2005-03-11 | (TIME_STAMP_LEN_MAXIMUM): New constant. | Paul Eggert |
2005-03-10 | (long_time_expected_width): Use x2nrealloc, not alloca, | Jim Meyering |
2005-03-06 | Remove `register' keyword. | Jim Meyering |
2005-02-21 | (time): Remove obsolete decl. | Paul Eggert |
2004-12-17 | (print_dir): Use "%s: not listing already-listed | Paul Eggert |
2004-12-14 | (gobble_file): Change arg name to be command_line_arg | Paul Eggert |
2004-12-09 | (LS_MINOR_PROBLEM, LS_FAILURE): New constants. | Paul Eggert |
2004-12-02 | With using --color and with LS_COLORS saying not to color | Jim Meyering |
2004-12-02 | (sort_files): Minor cleanup. Remove an unnecessary | Paul 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 shadowing | Paul Eggert |
2004-10-05 | remove trailing blanks. | Jim Meyering |
2004-09-26 | Add "ls --hide". | Paul Eggert |
2004-09-26 | Remove unused variable. | Paul Eggert |
2004-09-26 | (gobble_file, print_long_format): Don't assume that | Paul Eggert |
2004-09-22 | (decode_switches): Don't compare a short value | Paul Eggert |
2004-09-21 | Remove unused "case 0". | Paul Eggert |
2004-08-03 | (struct fileinfo, file_interesting, | Paul Eggert |
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 |