Sergey Poznyakoff
71d2a66f42
* src/common.h (check_device_option): New global.
...
* src/incremen.c (procdir): Use boolean and instead of bitwise
one. Patch by Jean-Louis Martineau.
Compare device numbers only if check_device_option is set.
* src/tar.c: New command line options --no-check-device and
--check-device. Proposed by Jean-Louis Martineau.
(parse_opt): Hanlde new options.
(decode_options): Initialize check_device_option to true.
2008-03-27 08:56:26 +00:00
Sergey Poznyakoff
e496c1b529
* bootstrap: Use rsync to get translations.
...
* doc/tar.texi: Minor change.
* lib/.cvsignore: Update
* po/.cvsignore: Update
* src/system.c: Remove include setenv.h.
* tests/atlocal.in (STAR_DATA_URL): Update.
* tests/star/README: Update URL.
2008-03-06 08:17:33 +00:00
Sergey Poznyakoff
6667fa7fb8
Update
2008-02-09 10:36:40 +00:00
Sergey Poznyakoff
a16ad3112e
Fix a typo
2008-02-09 10:35:55 +00:00
Sergey Poznyakoff
7efe3850f6
* NEWS: Update.
...
* configure.ac: Version 1.19.90
* po/POTFILES.in: Add missing files.
* src/compare.c (verify_volume): Honor --ignore-zeros.
Proposed by Jan-Benedict Glaw.
* tests/shortfile.at (AT_KEYWORDS): Add shortfile0.
2008-02-08 14:12:22 +00:00
Sergey Poznyakoff
d0694ee604
Update the description
2008-02-08 10:32:15 +00:00
Sergey Poznyakoff
37f0faf1c0
(dump_file0): Apply transform_name to symlink targets.
2008-02-07 15:46:41 +00:00
Sergey Poznyakoff
b893aee6d2
Update
2008-02-07 15:46:28 +00:00
Sergey Poznyakoff
f60d655908
Update
2008-02-04 10:39:05 +00:00
Sergey Poznyakoff
549481a0a7
Update
2008-02-04 10:38:27 +00:00
Sergey Poznyakoff
e08afc2002
Document changes to the --transform option.
2008-02-04 10:38:18 +00:00
Sergey Poznyakoff
338591a486
Support multiple --transform options. Support semicolon-separated lists of replace expressions.
2008-02-04 10:35:20 +00:00
Paul Eggert
c0e0d06e69
* doc/tar.texi: Update Back-Cover text to reflect new GNU wording.
...
2007-12-17 Paul Eggert <eggert@cs.ucla.edu >
Exit with nonzero status if a close fails on an archive.
Problem (and initial trivial fix)
* src/buffer.c (close_archive, new_volume): close_error, not close_warn.
2008-01-31 00:50:12 +00:00
Sergey Poznyakoff
6e85425618
Update
2007-12-05 09:48:37 +00:00
Sergey Poznyakoff
336519aa4f
Add shortupd.at.
2007-12-05 09:45:35 +00:00
Sergey Poznyakoff
5f4d99491d
(check_compressed_archive): Do not bail out if the
...
file is too short, set boolean flag, passed as an argument
instead. This fixes a bug introduced on 2007-08-24. See also
tests/shortupd.at.
2007-12-05 09:45:22 +00:00
Paul Eggert
48d83be336
Don't read from name[-1].
...
* src/incremen.c (make_directory): Handle namelen == 0, since
find_directory_meta calls make_directory ("").
2007-11-13 07:01:26 +00:00
Sergey Poznyakoff
60d351cc5a
Update
2007-11-07 08:48:39 +00:00
Sergey Poznyakoff
e33be3d0a1
Add fseeko and snprintf.
2007-11-07 08:48:28 +00:00
Sergey Poznyakoff
32562b9412
(checkout): Use URL of the gnulib CVS mirror.
2007-11-07 08:48:19 +00:00
Sergey Poznyakoff
dfd87ba1d0
(magic): Fix lzma option
2007-10-31 13:10:55 +00:00
Sergey Poznyakoff
5d4a682a55
Update
2007-10-31 12:57:04 +00:00
Sergey Poznyakoff
8e3a2a520d
(sys_exec_info_script,sys_exec_checkpoint_script): pass the current blocking factor in TAR_BLOCKING_FACTOR environment variable.
2007-10-31 12:56:46 +00:00
Sergey Poznyakoff
745832a280
New actions: bell and ttyout
2007-10-31 12:56:27 +00:00
Sergey Poznyakoff
458efab23b
Minor fix
2007-10-30 14:58:52 +00:00
Sergey Poznyakoff
23dcaa117f
Update
2007-10-30 14:09:20 +00:00
Sergey Poznyakoff
5099ddf6cc
Document --hard-dereference and --checkpoint-action options. Improve documentation of --check-links.
2007-10-30 14:09:04 +00:00
Sergey Poznyakoff
8476145508
Use texi2html and the CVS version of gendocs.sh to create HTML versions of the manual
2007-10-30 14:08:41 +00:00
Sergey Poznyakoff
362492fe70
Use texi2html and the CVS version of gendocs.sh to create HTML versions of the manual
2007-10-30 14:08:21 +00:00
Sergey Poznyakoff
7111008659
Update
2007-10-29 16:57:32 +00:00
Sergey Poznyakoff
ec4741d732
(parse_opt): New options --hard-dereference, --checkpoint-action.
...
(decode_options): Call checkpoint_finish_compile.
2007-10-29 16:56:56 +00:00
Sergey Poznyakoff
bed7de0271
(sys_exec_checkpoint_script): New function.
...
(sys_exec_info_script): Restore SIGPIPE handler.
2007-10-29 16:56:33 +00:00
Sergey Poznyakoff
eaaadcfd36
(file_count_links): do nothing if hard_dereference_option is set.
2007-10-29 16:56:13 +00:00
Sergey Poznyakoff
a8830fbb86
(enum checkpoint_style): Remove.
...
(checkpoint_style): Remove.
(DEFAULT_CHECKPOINT): New define.
(hard_dereference_option): New variable.
(sys_exec_checkpoint_script): New declaration.
2007-10-29 16:55:58 +00:00
Sergey Poznyakoff
848659f1c6
(checkpoint, do_checkpoint): Remove.
...
(_flush_write, simple_flush_read, _gnu_flush_read): Use
checkpoint_run.
2007-10-29 16:55:37 +00:00
Sergey Poznyakoff
17cbd4862c
checkpoint handling
2007-10-29 16:55:16 +00:00
Sergey Poznyakoff
64ded9e702
(tar_SOURCES): add checkpoint.c
2007-10-29 16:54:51 +00:00
Sergey Poznyakoff
ccd0a527e4
Version 1.19.1
2007-10-29 16:54:38 +00:00
Sergey Poznyakoff
3f869877a4
Version 1.19.1
2007-10-29 16:53:28 +00:00
Sergey Poznyakoff
8c528937a9
Update
2007-10-29 16:53:20 +00:00
Sergey Poznyakoff
460f4ec146
Update
2007-10-29 08:53:58 +00:00
Sergey Poznyakoff
eb59c14a1f
(sys_exec_info_script): Initialize buf. Problem reported by Bengt-Arne Fjellner.
2007-10-29 08:51:46 +00:00
Paul Eggert
3c4f4ca423
Avoid compiler warnings.
...
* src/list.c (read_header_primitive): Define two locals, to
avoid incorrect "may be used uninitialized" warnings.
* src/incremen.c (procdir): Remove decl of unused local, "len".
expired.
SCALAR(0x830b08c)
2007-10-18 21:36:38 +00:00
Sergey Poznyakoff
506b4db5d0
Update
2007-10-18 07:59:48 +00:00
Sergey Poznyakoff
5bfb6c5f9d
(gzip): Remove compression patent warning. According to Brett Smith, the patent is expired.
2007-10-18 07:59:39 +00:00
Sergey Poznyakoff
3725b5606f
Update
2007-10-17 09:12:54 +00:00
Sergey Poznyakoff
d1a7eebc30
Update
2007-10-17 09:12:03 +00:00
Sergey Poznyakoff
dfe280dcca
Add Lasse Collin and Jean-Pierre Demailly.
2007-10-17 09:11:50 +00:00
Sergey Poznyakoff
620a136e74
New options --auto-compress (-a) and --lzma
2007-10-17 09:11:34 +00:00
Sergey Poznyakoff
3fb5d67b28
(set_comression_program_by_suffix): New prototype.
2007-10-17 09:11:23 +00:00