Commit Graph

1164 Commits

Author SHA1 Message Date
Sergey Poznyakoff
6f7d0eb14d Updated 2004-04-26 13:41:27 +00:00
Sergey Poznyakoff
8ad16912cf Generate Makefile.am from Makefile.tmpl 2004-04-26 13:40:50 +00:00
Sergey Poznyakoff
e17093af78 Invoke tar_GNULIB to configure gnulib stuff. 2004-04-26 13:38:41 +00:00
Sergey Poznyakoff
c5997e92f0 Use gnulib-tool to generate lib/Makefile.am and parts of configure.ac 2004-04-26 13:38:14 +00:00
Sergey Poznyakoff
7be4d61e92 Updated 2004-04-26 09:24:27 +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
005449337c Updated 2004-04-20 11:07:33 +00:00
Sergey Poznyakoff
a6d294236b Fixed typo 2004-04-20 11:07:04 +00:00
Sergey Poznyakoff
f5461e304c Bugfix by Jürgen Weigert 2004-04-20 11:06:35 +00:00
Sergey Poznyakoff
3087f4c1c9 Fixed test for iconv_t 2004-04-20 11:06:08 +00:00
Paul Eggert
1b0a1ba7ed Merge getdate documentation changes from coreutils. 2004-04-05 05:46:08 +00:00
Paul Eggert
2bda83b48d Merge recent gnulib changes, and remove some lint. 2004-04-05 02:29:18 +00:00
Sergey Poznyakoff
41d042c05f Updated 2004-04-04 13:33:54 +00:00
Sergey Poznyakoff
b826791a01 Added mksparse 2004-04-04 13:32:11 +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
f9dc020f90 Raised version number to 1.13.94 2004-04-04 13:30:42 +00:00
Sergey Poznyakoff
466e40abe5 Updated 2004-04-04 13:30:14 +00:00
Sergey Poznyakoff
f131340d6d Updated 2004-04-04 10:12:56 +00:00
Sergey Poznyakoff
7e2a46c522 Added missing call to 'after' 2004-04-04 10:12:08 +00:00
Sergey Poznyakoff
6dd96965de Updated 2004-04-04 09:53:18 +00:00
Sergey Poznyakoff
1bcc35dda0 Updated 2004-04-04 09:50:42 +00:00
Sergey Poznyakoff
2b861845e9 Updated 2004-04-04 09:48:45 +00:00
Sergey Poznyakoff
6cab217353 Added Mads Martin Joergensen 2004-04-04 09:47:35 +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
ad2c53d626 Added new tests 2004-04-04 09:24:44 +00:00
Sergey Poznyakoff
8c0cb259bf Updated 2004-03-26 19:43:51 +00:00
Sergey Poznyakoff
472f860074 Add longv7.sh 2004-03-26 19:40:27 +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
7f2e3cf63a Updated 2004-03-22 12:01:46 +00:00
Sergey Poznyakoff
f7dbd14d57 Updated to match the recent changes 2004-03-22 12:00:12 +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
c83fcab116 Updated 2004-03-22 09:18:36 +00:00
Sergey Poznyakoff
4cb8697f60 Use genfile instead of dd 2004-03-22 09:17:48 +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
72e3da5dc7 Added gl_FUNC_STRTOULL 2004-03-22 09:15:56 +00:00
Sergey Poznyakoff
7b0b6c4e7a Updated 2004-03-12 10:39:27 +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
Sergey Poznyakoff
e189bd8eca Updated 2004-03-02 09:36:20 +00:00