]> Dogcows Code - chaz/tar/history - src/tar.c
Restore extra help output.
[chaz/tar] / src / tar.c
2009-09-16  Sergey PoznyakoffRestore extra help output.
2009-09-08  Sergey PoznyakoffImprove command line option handling.
2009-09-08  Sergey PoznyakoffAvoid overwriting exit_status with a value indicating...
2009-09-08  Sergey PoznyakoffAutomatic detection of seekable archives.
2009-08-12  Sergey PoznyakoffUpdate for new exclude module from gnulib. Add testcase...
2009-08-08  Sergey PoznyakoffFix handling of files removed during incremental dumps.
2009-08-07  Sergey PoznyakoffImprove listed incremental dumps.
2009-08-05  Sergey PoznyakoffImplement the --warning option.
2009-08-05  Carl WorthFix descriptions of some options (tiny change)
2009-06-18  David BartleyFix Solaris bug where chmod fails if we don't have...
2009-06-18  Sergey PoznyakoffEnsure default behavior for SIGPIPE
2009-03-05  Sergey PoznyakoffVersion 1.22
2009-03-04  Sergey PoznyakoffAdd xz support.
2008-12-29  Sergey PoznyakoffFix testsuite and bootstrap. Implement -I.
2008-10-30  Sergey Poznyakoff* NEWS, configure.ac: Version 1.20.91
2008-10-16  Sergey Poznyakoff* src/common.h (transform_symlinks_option): New global.
2008-10-07  Sergey Poznyakoff(options): Add --lzop option.
2008-09-24  Sergey PoznyakoffImplement --no-null option.
2008-09-23  Sergey PoznyakoffChangeLog
2008-07-24  Sergey PoznyakoffFix multivolume archive creation when volume length...
2008-06-26  Sergey Poznyakoff* configure.ac, NEWS: Version 1.20.90
2008-06-14  Sergey Poznyakoff(exclude_vcs_files): Support for Bazaar, Mercurial...
2008-05-05  Sergey Poznyakoff(main): Reword the "delayed error" message. New wording...
2008-03-27  Sergey Poznyakoff* src/common.h (check_device_option): New global.
2007-10-29  Sergey Poznyakoff(parse_opt): New options --hard-dereference, --checkpoi...
2007-10-17  Sergey PoznyakoffNew options --auto-compress (-a) and --lzma
2007-09-26  Sergey PoznyakoffNew option --exclude-vcs
2007-08-26  Sergey PoznyakoffDon't include <getline.h>. No longer needed.
2007-06-27  Sergey PoznyakoffRelicense under GPLv3
2007-05-19  Sergey PoznyakoffGlobal extended_header removed, use new xheader calls...
2007-04-03  Sergey Poznyakoff(main): Don't call closeopen.
2007-04-03  Sergey Poznyakoff(main): Move closeopen after decode_options to allow...
2007-03-30  Sergey PoznyakoffFix indentation
2007-01-23  Sergey PoznyakoffNew options --exclude-caches-all, --exclude-caches...
2006-11-30  Sergey Poznyakoff(dump_dir0): Implement --exclude-tag option
2006-11-30  Paul EggertPort to latest gnulib. There were a lot of changes...
2006-11-01  Sergey Poznyakoff(enum read_file_list_state.file_list_skip): New value
2006-10-17  Sergey PoznyakoffFix help output formatting. Thanks Benno Schulenberg.
2006-10-14  Sergey PoznyakoffDo not attempt to close stderr after call to close_stdout.
2006-09-27  Sergey Poznyakoff(doc0, doc1, initialize_argp_doc): Removed. Rely on...
2006-08-08  Paul Eggert* src/tar.c: Work around limitation imposed by gettext...
2006-08-07  Paul Eggertgettext 0.15 rejects this.
2006-07-24  Sergey Poznyakoff(decode_options): Do not require -L with -M -Hpax.
2006-07-06  Sergey Poznyakoff(decode_options): Initialize stdlis
2006-07-04  Sergey Poznyakoff(main): Call closeopen
2006-06-25  Sergey Poznyakoff--sparse-version turns on --sparse
2006-06-23  Sergey PoznyakoffNew option --sparse-version
2006-06-21  Sergey PoznyakoffImplement new option, --mtime, allowing to set
2006-06-12  Sergey PoznyakoffImplement --overwrite-dir option (long ago documented)
2006-06-12  Sergey Poznyakoff(options, parse_opt): Allow for optional argument to
2006-06-08  Sergey Poznyakoff--checkpoint takes an optional argument specifying
2006-06-02  Sergey Poznyakoff(options): Minor rewording
2006-06-02  Sergey PoznyakoffNew option --transform
2006-05-25  Sergey Poznyakoff(parse_opt): Add comment before --preserve case.
2006-05-25  Sergey Poznyakoff(options): Move globbing-related options into a
2006-03-13  Sergey Poznyakoff(options): Consistently begin help messages with a...
2006-02-20  Paul EggertAvoid installation glitches on Solaris 8 with Sun C...
2006-02-08  Sergey Poznyakoff(tar_set_quoting_style): Provide second argument to...
2006-02-07  Paul Eggert* gnulib.modules: Add closeout, exitfial.
2006-02-07  Paul Eggert* NEWS: --version now outputs copyright etc., to confor...
2006-01-21  Sergey Poznyakoff(decode_options): Refuse using --delete with compressio...
2006-01-18  Sergey PoznyakoffImplement new options --quoting-style, --quote-chars...
2005-12-11  Sergey Poznyakoff(options,parse_opt): New options --delay-directory...
2005-12-06  Sergey Poznyakoff(options): Add --restrict option. Use macros for option...
2005-12-06  Sergey Poznyakoff(archive_format_string): Remove static qualifier.
2005-11-29  Paul Eggert(parse_opt): Remove bogus \n in new atime diagnostic.
2005-11-29  Paul Eggert* NEWS: New option --atime-preserve=system, which uses...
2005-11-11  Sergey Poznyakoff(confirm): Rewritten using rpmatch.
2005-11-09  Sergey Poznyakoff (decode_options): Allow to use --multi-volume and...
2005-11-08  Paul Eggert* src/tar.c (NS_PRECISION_FORMAT_MASK): New macro.
2005-11-07  Sergey PoznyakoffIncremental options are allowed with --format=pax
2005-10-04  Sergey Poznyakoff(decode_options): Report error if -A or -r is used...
2005-09-28  Sergey PoznyakoffImplement --show-stored-names option
2005-09-28  Sergey PoznyakoffNew option --test-label tests the archive volume label...
2005-06-22  Paul EggertCarefully crafted invalid headers can cause buffer...
2005-05-30  Sergey Poznyakoff(read_name_from_file,update_argv): Automatically detect...
2005-05-15  Paul EggertUpdate FSF postal mail address.
2005-05-02  Paul Eggert(parse_opt): Adjust to new modechange API.
2005-04-07  Sergey PoznyakoffMinor fixes to text messages. Proposed by Benno Schulen...
2005-02-15  Sergey PoznyakoffReplace strdup with xstrdup
2005-02-06  Sergey PoznyakoffVarious fixes in help and diagnostic messages
2005-02-05  Sergey Poznyakoff(options): Improved sorting. Document --backup=off.
2005-02-05  Sergey PoznyakoffHandle new options --to-command,--ignore-command-error
2005-02-04  Sergey Poznyakoff(update_argv): Changed type to void
2005-02-04  Sergey Poznyakoff(options) Minor spelling fix
2005-01-18  Sergey PoznyakoffNew options --unquote (--no-unquote) and --add-file
2005-01-11  Sergey PoznyakoffReworded docstrings for --[no-]same-permissions
2005-01-05  Sergey Poznyakoff(parse_opt): Bugfix: Use ARGP_KEY_ARG. Thanks Mike...
2004-12-22  Sergey Poznyakoff(main): Reverted recent changes (#ifdef).
2004-12-21  Sergey Poznyakoff(main): Protect invocation of setlocale by ifdef.
2004-12-21  Sergey Poznyakoff(main): Protect invocation of setlocale by ifdef.
2004-12-18  Sergey Poznyakoff(decode_options): Ignore --seek if used with --delete.
2004-11-16  Sergey PoznyakoffFixed -o semantics. Thanks Jean Delvare <khali@linux...
2004-10-25  Sergey Poznyakoff(options): Use OPTION_NO_TRANS
2004-10-04  Sergey PoznyakoffNew option --exclude-caches, to exclude
2004-09-16  Sergey PoznyakoffMinor fix
2004-09-12  Sergey Poznyakoff(parse_opt): Emit warning if -l option is used.
2004-09-07  Sergey Poznyakoff(argp_program_version): Modified.
2004-09-06  Sergey PoznyakoffStarted merging with cpio into paxutils.
2004-09-02  Sergey Poznyakoff(usage): Minor fix
next
This page took 0.420303 seconds and 107 git commands to generate.