2005-12-06 |
Sergey Poznyakoff | (archive_format_string): Remove static qualifier. |
blob | commitdiff | raw |
2005-11-29 |
Paul Eggert | (parse_opt): Remove bogus \n in new atime diagnostic. |
blob | commitdiff | raw | diff to current |
2005-11-29 |
Paul Eggert | * NEWS: New option --atime-preserve=system, which uses... |
blob | commitdiff | raw | diff to current |
2005-11-11 |
Sergey Poznyakoff | (confirm): Rewritten using rpmatch. |
blob | commitdiff | raw | diff to current |
2005-11-09 |
Sergey Poznyakoff | (decode_options): Allow to use --multi-volume and... |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Paul Eggert | * src/tar.c (NS_PRECISION_FORMAT_MASK): New macro. |
blob | commitdiff | raw | diff to current |
2005-11-07 |
Sergey Poznyakoff | Incremental options are allowed with --format=pax |
blob | commitdiff | raw | diff to current |
2005-10-04 |
Sergey Poznyakoff | (decode_options): Report error if -A or -r is used... |
blob | commitdiff | raw | diff to current |
2005-09-28 |
Sergey Poznyakoff | Implement --show-stored-names option |
blob | commitdiff | raw | diff to current |
2005-09-28 |
Sergey Poznyakoff | New option --test-label tests the archive volume label... |
blob | commitdiff | raw | diff to current |
2005-06-22 |
Paul Eggert | Carefully crafted invalid headers can cause buffer... |
blob | commitdiff | raw | diff to current |
2005-05-30 |
Sergey Poznyakoff | (read_name_from_file,update_argv): Automatically detect... |
blob | commitdiff | raw | diff to current |
2005-05-15 |
Paul Eggert | Update FSF postal mail address. |
blob | commitdiff | raw | diff to current |
2005-05-02 |
Paul Eggert | (parse_opt): Adjust to new modechange API. |
blob | commitdiff | raw | diff to current |
2005-04-07 |
Sergey Poznyakoff | Minor fixes to text messages. Proposed by Benno Schulen... |
blob | commitdiff | raw | diff to current |
2005-02-15 |
Sergey Poznyakoff | Replace strdup with xstrdup |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Sergey Poznyakoff | Various fixes in help and diagnostic messages |
blob | commitdiff | raw | diff to current |
2005-02-05 |
Sergey Poznyakoff | (options): Improved sorting. Document --backup=off. |
blob | commitdiff | raw | diff to current |
2005-02-05 |
Sergey Poznyakoff | Handle new options --to-command,--ignore-command-error |
blob | commitdiff | raw | diff to current |
2005-02-04 |
Sergey Poznyakoff | (update_argv): Changed type to void |
blob | commitdiff | raw | diff to current |
2005-02-04 |
Sergey Poznyakoff | (options) Minor spelling fix |
blob | commitdiff | raw | diff to current |
2005-01-18 |
Sergey Poznyakoff | New options --unquote (--no-unquote) and --add-file |
blob | commitdiff | raw | diff to current |
2005-01-11 |
Sergey Poznyakoff | Reworded docstrings for --[no-]same-permissions |
blob | commitdiff | raw | diff to current |
2005-01-05 |
Sergey Poznyakoff | (parse_opt): Bugfix: Use ARGP_KEY_ARG. Thanks Mike... |
blob | commitdiff | raw | diff to current |
2004-12-22 |
Sergey Poznyakoff | (main): Reverted recent changes (#ifdef). |
blob | commitdiff | raw | diff to current |
2004-12-21 |
Sergey Poznyakoff | (main): Protect invocation of setlocale by ifdef. |
blob | commitdiff | raw | diff to current |
2004-12-21 |
Sergey Poznyakoff | (main): Protect invocation of setlocale by ifdef. |
blob | commitdiff | raw | diff to current |
2004-12-18 |
Sergey Poznyakoff | (decode_options): Ignore --seek if used with --delete. |
blob | commitdiff | raw | diff to current |
2004-11-16 |
Sergey Poznyakoff | Fixed -o semantics. Thanks Jean Delvare <khali@linux... |
blob | commitdiff | raw | diff to current |
2004-10-25 |
Sergey Poznyakoff | (options): Use OPTION_NO_TRANS |
blob | commitdiff | raw | diff to current |
2004-10-04 |
Sergey Poznyakoff | New option --exclude-caches, to exclude |
blob | commitdiff | raw | diff to current |
2004-09-16 |
Sergey Poznyakoff | Minor fix |
blob | commitdiff | raw | diff to current |
2004-09-12 |
Sergey Poznyakoff | (parse_opt): Emit warning if -l option is used. |
blob | commitdiff | raw | diff to current |
2004-09-07 |
Sergey Poznyakoff | (argp_program_version): Modified. |
blob | commitdiff | raw | diff to current |
2004-09-06 |
Sergey Poznyakoff | Started merging with cpio into paxutils. |
blob | commitdiff | raw | diff to current |
2004-09-02 |
Sergey Poznyakoff | (usage): Minor fix |
blob | commitdiff | raw | diff to current |
2004-08-31 |
Sergey Poznyakoff | (main): Call set_start_time() |
blob | commitdiff | raw | diff to current |
2004-08-30 |
Sergey Poznyakoff | Fix copy-n-paste errors in the license |
blob | commitdiff | raw | diff to current |
2004-08-17 |
Sergey Poznyakoff | Fixed typo |
blob | commitdiff | raw | diff to current |
2004-08-07 |
Paul Eggert | (parse_opt): FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFI... |
blob | commitdiff | raw | diff to current |
2004-06-25 |
Sergey Poznyakoff | The actual default for exclude patterns is --no-anchore... |
blob | commitdiff | raw | diff to current |
2004-06-22 |
Sergey Poznyakoff | Fixed docstring for --checkpoint option. |
blob | commitdiff | raw | diff to current |
2004-05-19 |
Sergey Poznyakoff | (struct fmttab): Accept 'pax' as alias |
blob | commitdiff | raw | diff to current |
2004-05-19 |
Sergey Poznyakoff | New option -H (short alias to --format) |
blob | commitdiff | raw | diff to current |
2004-05-16 |
Sergey Poznyakoff | Use argp for command line parsing. |
blob | commitdiff | raw | diff to current |
2004-05-13 |
Sergey Poznyakoff | Renamed --strip-path to --strip-components |
blob | commitdiff | raw | diff to current |
2004-05-11 |
Sergey Poznyakoff | (decode_options): Fixed typo in the comment. |
blob | commitdiff | raw | diff to current |
2004-05-10 |
Sergey Poznyakoff | New option --rmt-command. |
blob | commitdiff | raw | diff to current |
2004-05-05 |
Sergey Poznyakoff | --utc implies -vv |
blob | commitdiff | raw | diff to current |
2004-04-05 |
Paul Eggert | Merge recent gnulib changes, and remove some lint. |
blob | commitdiff | raw | diff to current |
2004-04-04 |
Sergey Poznyakoff | (usage): Prototype moved to common.h |
blob | commitdiff | raw | diff to current |
2004-02-29 |
Sergey Poznyakoff | New options: --utc and keep-newer-files |
blob | commitdiff | raw | diff to current |
2004-02-20 |
Sergey Poznyakoff | (assert_format): Do not bail out if several |
blob | commitdiff | raw | diff to current |
2004-02-20 |
Sergey Poznyakoff | Documented --pax-option |
blob | commitdiff | raw | diff to current |
2004-02-18 |
Sergey Poznyakoff | New option --pax-option (equivalent to -o option of... |
blob | commitdiff | raw | diff to current |
2004-02-15 |
Paul Eggert | Fix Debian bug 230872, originally reported by Jeff... |
blob | commitdiff | raw | diff to current |
2004-01-03 |
Sergey Poznyakoff | (decode_options): More option compatibility checks... |
blob | commitdiff | raw | diff to current |
2003-12-01 |
Sergey Poznyakoff | (usage): Cleaned up the sample argument to --newer |
blob | commitdiff | raw | diff to current |
2003-11-17 |
Sergey Poznyakoff | Minor changes |
blob | commitdiff | raw | diff to current |
2003-11-13 |
Sergey Poznyakoff | New option --format=ustar forces POSIX.1-1988 archive... |
blob | commitdiff | raw | diff to current |
2003-11-13 |
Paul Eggert | Fix some C compatibility bugs reported by Joerg Schilling. |
blob | commitdiff | raw | diff to current |
2003-10-19 |
Sergey Poznyakoff | (decode_options): Removed superfluous archive format... |
blob | commitdiff | raw | diff to current |
2003-10-04 |
Sergey Poznyakoff | New option --occurrence |
blob | commitdiff | raw | diff to current |
2003-10-02 |
Sergey Poznyakoff | Removed extra precaution regarding subcommand_option... |
blob | commitdiff | raw | diff to current |
2003-10-02 |
Sergey Poznyakoff | New option --first-copy |
blob | commitdiff | raw | diff to current |
2003-10-02 |
Sergey Poznyakoff | New option --first-copy |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Paul Eggert | Don't translate "Copyright". |
blob | commitdiff | raw | diff to current |
2003-09-05 |
Sergey Poznyakoff | Use ngettext where appropriate. |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Sergey Poznyakoff | New option --strip-path=NUM. |
blob | commitdiff | raw | diff to current |
2003-09-04 |
Sergey Poznyakoff | (main): Do not check for volume_label_option unless... |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Sergey Poznyakoff | Use DEFAULT_ARCHIVE_FORMAT macro |
blob | commitdiff | raw | diff to current |
2003-09-03 |
Paul Eggert | (struct fmttab.name): Now char const *. All uses changed. |
blob | commitdiff | raw | diff to current |
2003-09-01 |
Sergey Poznyakoff | New option --format |
blob | commitdiff | raw | diff to current |
2003-08-31 |
Sergey Poznyakoff | (destroy_stat): New function. |
blob | commitdiff | raw | diff to current |
2003-07-28 |
Sergey Poznyakoff | Removed support for the obsolete command line options. |
blob | commitdiff | raw | diff to current |
2003-07-27 |
Sergey Poznyakoff | New option --check-links. |
blob | commitdiff | raw | diff to current |
2003-07-05 |
Paul Eggert | Do not include <print-copyr.h>. |
blob | commitdiff | raw | diff to current |
2001-09-22 |
Paul Eggert | Include print-copyr.h, not copysym.h. |
blob | commitdiff | raw | diff to current |
2001-09-14 |
Paul Eggert | Include copysym.h. |
blob | commitdiff | raw | diff to current |
2001-08-29 |
Paul Eggert | (decode_options): |
blob | commitdiff | raw | diff to current |
2001-08-27 |
Paul Eggert | (ANCHORED_OPTION, IGNORE_CASE_OPTION, NO_ANCHORED_OPTION, |
blob | commitdiff | raw | diff to current |
2001-01-13 |
Paul Eggert | (time): Do not declare. |
blob | commitdiff | raw | diff to current |
2000-10-29 |
Paul Eggert | Include fnmatch.h. |
blob | commitdiff | raw | diff to current |
2000-10-29 |
Paul Eggert | (NO_RECURSE_OPTION): Remove. |
blob | commitdiff | raw | diff to current |
2000-10-25 |
Paul Eggert | (decode_options): Check that volume label is not too... |
blob | commitdiff | raw | diff to current |
2000-10-24 |
Paul Eggert | Include localedir.h, prepargs.h. |
blob | commitdiff | raw | diff to current |
2000-01-07 |
Paul Eggert | Update copyright year. |
blob | commitdiff | raw | diff to current |
2000-01-07 |
Paul Eggert | (decode_options): Use xalloc_die to report memory exhau... |
blob | commitdiff | raw | diff to current |
1999-12-13 |
Paul Eggert | ("quotearg.h"): New include. |
blob | commitdiff | raw | diff to current |
1999-11-07 |
Paul Eggert | (usage): Add examples. |
blob | commitdiff | raw | diff to current |
1999-10-11 |
Paul Eggert | (decode_options): Invalid dates are now treated as... |
blob | commitdiff | raw | diff to current |
1999-09-24 |
Paul Eggert | (<time.h>): Include. |
blob | commitdiff | raw | diff to current |
1999-08-23 |
Paul Eggert | Remove lint. |
blob | commitdiff | raw | diff to current |
1999-08-20 |
Paul Eggert | (decode_options): Adjust to addname's new signature. |
blob | commitdiff | raw | diff to current |
1999-08-14 |
Paul Eggert | -g now implies after_date_option = 1. |
blob | commitdiff | raw | diff to current |
1999-08-11 |
Paul Eggert | (decode_options): Fix typo in invoking add_exclude_file. |
blob | commitdiff | raw | diff to current |
1999-08-11 |
Paul Eggert | (long_options, usage, OPTION_STRING, decode_options): |
blob | commitdiff | raw | diff to current |
1999-07-20 |
Paul Eggert | (decode_options): ERROR ((TAREXIT_FAILURE, ... -> FATAL... |
blob | commitdiff | raw | diff to current |
1999-07-17 |
Paul Eggert | (decode_options): Set newer_time_option to TYPE_MINIMUM... |
blob | commitdiff | raw | diff to current |
1999-07-14 |
Paul Eggert | (usage): tar-bugs@gnu.org -> bug-tar@gnu.org |
blob | commitdiff | raw | diff to current |
next |