Age | Commit message (Expand) | Author |
2003-11-02 | (make_path_private): Use `sizeof *var' rather than `sizeof EXPLICIT_TYPE'. | Jim Meyering |
2003-10-18 | Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS change | 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-08-09 | Include utimens.h. | Jim Meyering |
2003-07-12 | It appears that the `#pragma alloca' included via "system.h" is | Jim Meyering |
2003-07-04 | (do_copy): Give a better diagnostic when failing due | Jim Meyering |
2003-06-17 | (main): Call initialize_main. | Jim Meyering |
2003-04-11 | Remove SPC in SPC-TAB sequence. | Jim Meyering |
2003-04-11 | Remove anachronistic casts of xmalloc, | Jim Meyering |
2003-03-09 | fix typo in comment | Jim Meyering |
2003-03-07 | Remove everything associated with mmap-stack.c. | Jim Meyering |
2003-02-21 | Include "mmap-stack.h". | Jim Meyering |
2003-02-17 | (run): New function, preparing for use of | Jim Meyering |
2003-01-03 | (do_copy): Tweak diagnostic to be consistent with the one | Jim Meyering |
2002-12-11 | Fix a bug whereby cp would fail to parse an option like | Jim Meyering |
2002-08-31 | Change `exit (0)' to `exit (EXIT_SUCCESS)', | Jim Meyering |
2002-08-30 | Change `error (1, ...' to `error (EXIT_FAILURE, ...'. | Jim Meyering |
2002-07-02 | (usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it. | Jim Meyering |
2002-06-21 | Change all `preserving ...' diagnostics to | Jim Meyering |
2002-03-10 | (do_copy): Change wording in diagnostic. | Jim Meyering |
2002-03-03 | (COPY_CONTENTS_OPTION): New enum value. | Jim Meyering |
2002-03-02 | (main): Warn when -r is specified before --archive (-a). | Jim Meyering |
2002-03-02 | (main): Revert change of 2001-12-29. With this change, | Jim Meyering |
2002-03-02 | (main): Fail if -r is specified after --archive (-a) on the command line. | Jim Meyering |
2001-12-29 | (main): With -r, always dereference symlinks. | Jim Meyering |
2001-12-11 | (re_protect): | Jim Meyering |
2001-12-02 | Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION | Jim Meyering |
2001-11-23 | (usage): Note that ``Mandatory arguments to long options are mandatory | Jim Meyering |
2001-11-23 | Split usage strings so that --help and --version | Jim Meyering |
2001-11-23 | (usage): Split --help output into smaller pieces. | Jim Meyering |
2001-11-22 | (cp_option_init): Likewise. | Jim Meyering |
2001-11-22 | (cp_option_init): Initialize new member. | Jim Meyering |
2001-10-24 | (main): Free hash table storage. | Jim Meyering |
2001-10-14 | Now, -P is the same as --no-dereference, per POSIX. | Jim Meyering |
2001-10-13 | (enum) [NO_DEREFERENCE_OPTION]: New member. | Jim Meyering |
2001-10-13 | (cp_option_init): Don't set it. | Jim Meyering |
2001-10-13 | * src/copy.h (struct cp_options): Rename members: | Jim Meyering |
2001-10-07 | (do_copy): Don't clear the hash table after processing | Jim Meyering |
2001-10-06 | (main): Reflect that hash_init now takes no arguments. | Jim Meyering |
2001-09-28 | (do_copy): Call dest_info_init if necessary. | Jim Meyering |
2001-09-28 | Accept new option: --reply={yes,no,query} | Jim Meyering |
2001-09-16 | tweak line in help output | Jim Meyering |
2001-09-15 | (main): Reflect renaming: s/I_ON/I_ASK_USER/. | Jim Meyering |
2001-08-14 | (AUTHORS): Mark string for translation, since it contains the English word `a... | Jim Meyering |
2001-08-13 | (cp_option_init): Adjust initialization of `interactive', | Jim Meyering |
2001-05-12 | (strip_trailing_slashes): Remove; now in dirname.h. | Jim Meyering |
2001-02-03 | (long_opts): Use `strip-trailing-slashes', | Jim Meyering |