Age | Commit message (Expand) | Author |
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 |
2002-11-06 | (print_long_format, print_file_name_and_frills): | Jim Meyering |
2002-09-22 | Remove 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-01 | Remove 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 |
2002-02-28 | (decode_switches, usage): Add --time-style=+FORMAT. | Jim Meyering |
2002-02-26 | Include "acl.h" rather than <sys/acl.h>. | Jim Meyering |
2002-01-21 | Don't include "xalloc.h", as system.h already does that via sys2.h. | Jim Meyering |
2002-01-20 | Avoid undefined behavior when strcoll fails, | Jim Meyering |
2002-01-08 | (long_time_format): Extended translator comments. | Jim Meyering |
2001-12-21 | (usage): Deprecate --kilobytes. Document size suffixes. | Jim Meyering |
2001-12-02 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering |
2001-11-27 | The change of 2001-11-01 introduced a bug whereby some recursive | Jim Meyering |
2001-11-26 | Don't include "gtod.h" | Jim Meyering |