Sergey Poznyakoff
6938706958
The actual default for exclude patterns is --no-anchored. Thanks "Felix Natter" <felix.natter@ldc.de> for noticing.
2004-06-25 10:32:44 +00:00
Sergey Poznyakoff
24aa94e5cf
Fixed docstring for --checkpoint option.
2004-06-22 09:30:32 +00:00
Sergey Poznyakoff
ebdf1bc7a6
Determine type of the archive before appending to it.
2004-05-19 14:27:41 +00:00
Sergey Poznyakoff
ba08e339a6
(struct fmttab): Accept 'pax' as alias
...
for 'posix'
(options): New option -n (--seek).
2004-05-19 14:27:22 +00:00
Sergey Poznyakoff
951b0370df
(skip_file): Use seek_archive() if possible.
2004-05-19 14:26:25 +00:00
Sergey Poznyakoff
167f5ba2bc
(seek_archive): New function
...
(seekable_archive): New global.
2004-05-19 14:25:55 +00:00
Sergey Poznyakoff
488430f739
(seek_archive): New function
2004-05-19 14:25:27 +00:00
Sergey Poznyakoff
b121917368
(safer_name_suffix): Fixed bug intraduced 2004-05-11.
2004-05-19 10:57:25 +00:00
Sergey Poznyakoff
d4d6c23008
New option -H (short alias to --format)
2004-05-19 10:33:26 +00:00
Sergey Poznyakoff
141d267691
Minor formatting fix
2004-05-16 20:56:05 +00:00
Sergey Poznyakoff
463d99453f
Fix improper use of 'path' word
2004-05-16 20:50:55 +00:00
Sergey Poznyakoff
a447fd3714
Use argp for command line parsing.
2004-05-16 20:47:47 +00:00
Sergey Poznyakoff
a65779d558
Renamed strip_path_option to strip_components_option
2004-05-13 08:24:32 +00:00
Sergey Poznyakoff
5608be67f7
Renamed --strip-path to --strip-components
...
Changed improper use of _() to ngettext().
2004-05-13 08:22:28 +00:00
Sergey Poznyakoff
48c24ac711
(decode_options): Fixed typo in the comment.
2004-05-11 14:24:23 +00:00
Sergey Poznyakoff
3e8f210904
(open_archive): Removed assignment to read_full_records_option.
2004-05-11 14:23:25 +00:00
Sergey Poznyakoff
ee56bd0d0b
(sys_child_open_for_uncompress): Do not
...
set read_full_records_option: the compressed archive is
likely not to contain integer number of records. Should
the user wish to use reblocking, he may always give tar
-B option. This is a minor improvement over the change
dated 2004-03-22.
2004-05-11 14:17:28 +00:00
Sergey Poznyakoff
ecb338ad8e
(safer_name_suffix): (safer_name_suffix): Use "%s"
...
as the format argument, rather than a possibly-translated variable
string. Patch provided by Jim Meyering <jim@meyering.net >
2004-05-11 14:12:39 +00:00
Sergey Poznyakoff
be8899e6aa
Fixed prerequisite headers for sys/buf.h (needed on FreeBSD)
2004-05-10 13:47:52 +00:00
Sergey Poznyakoff
33715a50a3
New option --rmt-command.
...
(decode_options): Handle --rmt-command. Initialize
rmt_command_option to DEFAULT_RMT_COMMAND.
2004-05-10 11:42:23 +00:00
Sergey Poznyakoff
3be53a3c2f
Use rmt_command_option instead of hardcoded "/etc/rmt".
2004-05-10 11:41:43 +00:00
Sergey Poznyakoff
4c004cff39
(read_and): Print block number before
...
issuing 'Skipping to next header' diagnostics, if
requested by block_number_option.
2004-05-10 11:41:23 +00:00
Sergey Poznyakoff
1c623b11f6
(rmt_command_option): New variable.
2004-05-10 11:40:55 +00:00
Sergey Poznyakoff
898dc536c6
(localedir.h rule): Generate correct DEFAULT_RMT_COMMAND variable.
2004-05-10 11:39:51 +00:00
Sergey Poznyakoff
6c1654791d
(name_gather): Bugfix: Honor single -C with --same-order
2004-05-07 14:46:37 +00:00
Sergey Poznyakoff
4e2d5f2ee8
--utc implies -vv
2004-05-05 11:56:04 +00:00
Sergey Poznyakoff
e662d0f367
Make sure ICONV_CONST is defined. AM_ICONV does not define it if it fails to find iconv.h.
2004-04-28 07:44:19 +00:00
Sergey Poznyakoff
4b6f666105
Include stpcpy.h
2004-04-26 13:43:20 +00:00
Sergey Poznyakoff
af244aeef3
Produce an error, not warning, if the filename is too long.
2004-04-26 09:19:07 +00:00
Sergey Poznyakoff
f5461e304c
Bugfix by Jrgen Weigert
2004-04-20 11:06:35 +00:00
Paul Eggert
2bda83b48d
Merge recent gnulib changes, and remove some lint.
2004-04-05 02:29:18 +00:00
Sergey Poznyakoff
2a384c4a84
Protect inclusion of <sys/time.h>
...
by ifdef.
Declare time() if HAVE_DECL_TIME is 0
2004-04-04 13:31:26 +00:00
Sergey Poznyakoff
1bcc35dda0
Updated
2004-04-04 09:50:42 +00:00
Sergey Poznyakoff
a5bafe7962
(usage): Prototype moved to common.h
2004-04-04 09:47:08 +00:00
Sergey Poznyakoff
096bf74fcf
include <fnmatch.h>
...
(size_decoder): Assign to both st->archive_file_size and
st->stat.st_size.
(st->stat.st_size): Assign to st->stat.st_size
(sparse_numbytes_decoder): Removed unused variable
2004-04-04 09:43:09 +00:00
Sergey Poznyakoff
a55ec0a319
(utf8_convert): Changed prototype
...
(get_input_charset): Removed unused variable
2004-04-04 09:42:27 +00:00
Sergey Poznyakoff
61f44c9361
(usage): Prototype moved to common.h
2004-04-04 09:41:16 +00:00
Sergey Poznyakoff
55a96565b5
Include <sys/time.h> and <utime.h> when available
2004-04-04 09:33:41 +00:00
Sergey Poznyakoff
15a607fc11
(struct tar_sparse_optab.sparse_member_p)
...
(struct tar_sparse_optab.fixup_header): New member
(tar_sparse_member_p): New function.
(tar_sparse_init): Return true if decode_header is not provided
(tar_sparse_fixup_header)
(sparse_member_p,sparse_fixup_header)
(sparse_skip_file)
(oldgnu_sparse_member_p,oldgnu_fixup_header,star_sparse_member_p)
(star_fixup_header, pax_sparse_member_p): New function
(pax_decode_header): Remove
2004-04-04 09:33:25 +00:00
Sergey Poznyakoff
1329cfe9f8
include "common.h"
2004-04-04 09:32:33 +00:00
Sergey Poznyakoff
3ff03c0c5e
(decode_header): Use sparse_fixup_header to correct
...
the st_size value.
(print_header): Do not rely on GNUTYPE_SPARSE type.
Use st->stat.st_size to print real file size.
(skip_member): Assign stat_info.file_name to save_name. This fixes
bug reported by Mads Martin Joergensen <mmj@suse.de >
Use sparse_skip_file() to skip sparse members.
2004-04-04 09:31:44 +00:00
Sergey Poznyakoff
3030a247b1
(extract_archive): Use sparse_member_p instead of GNUTYPE_SPARSE.
2004-04-04 09:26:11 +00:00
Sergey Poznyakoff
22c2e2ab8a
Removed unused variables
2004-04-04 09:25:48 +00:00
Sergey Poznyakoff
be48ff0699
(diff_archive): Use is_sparse member instead of GNUTYPE_SPARSE.
2004-04-04 09:25:30 +00:00
Sergey Poznyakoff
a1d15e7c89
Added missing prototypes
2004-04-04 09:25:01 +00:00
Sergey Poznyakoff
d8981440bb
(write_long_name): Do not allow more than
...
NAME_FIELD_SIZE-1 characters in a file name for V7 format
archives.
2004-03-26 19:39:40 +00:00
Sergey Poznyakoff
106a24176e
(open_archive): Clear read_full_records_option
...
if reading from a pipe.
(short_read): Display warning about the deduced record size
if version > 1
2004-03-22 11:59:35 +00:00
Sergey Poznyakoff
6bd7b64c78
(to_decimal): New function.
...
(xheader_format_name): Use to_decimal() instead of snprintf.
2004-03-22 09:17:18 +00:00
Sergey Poznyakoff
e5882c8220
(start_header): Check for GNU_FORMAT if incremental_option is set.
2004-03-22 09:16:49 +00:00
Sergey Poznyakoff
683390b02d
(read_and): Stop processing the archive after
...
encountering a single zero record. Many old archives contain
arbitrary garbage after it.
The warning is issued anyway.
2004-03-12 10:38:46 +00:00