]>
Dogcows Code - chaz/tar/log
Sergey Poznyakoff [Mon, 26 Apr 2004 13:49:10 +0000 (13:49 +0000)]
Updated
Sergey Poznyakoff [Mon, 26 Apr 2004 13:48:50 +0000 (13:48 +0000)]
Updated
Sergey Poznyakoff [Mon, 26 Apr 2004 13:44:19 +0000 (13:44 +0000)]
Synchronized with the recent changes.
Sergey Poznyakoff [Mon, 26 Apr 2004 13:43:20 +0000 (13:43 +0000)]
Include stpcpy.h
Sergey Poznyakoff [Mon, 26 Apr 2004 13:42:24 +0000 (13:42 +0000)]
Updated
Sergey Poznyakoff [Mon, 26 Apr 2004 13:41:27 +0000 (13:41 +0000)]
Updated
Sergey Poznyakoff [Mon, 26 Apr 2004 13:40:50 +0000 (13:40 +0000)]
Generate Makefile.am from Makefile.tmpl
Sergey Poznyakoff [Mon, 26 Apr 2004 13:38:41 +0000 (13:38 +0000)]
Invoke tar_GNULIB to configure gnulib stuff.
Sergey Poznyakoff [Mon, 26 Apr 2004 13:38:14 +0000 (13:38 +0000)]
Use gnulib-tool to generate lib/Makefile.am and parts of configure.ac
Sergey Poznyakoff [Mon, 26 Apr 2004 09:24:27 +0000 (09:24 +0000)]
Updated
Sergey Poznyakoff [Mon, 26 Apr 2004 09:19:07 +0000 (09:19 +0000)]
Produce an error, not warning, if the filename is too long.
Sergey Poznyakoff [Tue, 20 Apr 2004 11:07:33 +0000 (11:07 +0000)]
Updated
Sergey Poznyakoff [Tue, 20 Apr 2004 11:07:04 +0000 (11:07 +0000)]
Fixed typo
Sergey Poznyakoff [Tue, 20 Apr 2004 11:06:35 +0000 (11:06 +0000)]
Bugfix by Jürgen Weigert
Sergey Poznyakoff [Tue, 20 Apr 2004 11:06:08 +0000 (11:06 +0000)]
Fixed test for iconv_t
Paul Eggert [Mon, 5 Apr 2004 05:46:08 +0000 (05:46 +0000)]
Merge getdate documentation changes from coreutils.
Paul Eggert [Mon, 5 Apr 2004 02:29:18 +0000 (02:29 +0000)]
Merge recent gnulib changes, and remove some lint.
Sergey Poznyakoff [Sun, 4 Apr 2004 13:33:54 +0000 (13:33 +0000)]
Updated
Sergey Poznyakoff [Sun, 4 Apr 2004 13:32:11 +0000 (13:32 +0000)]
Added mksparse
Sergey Poznyakoff [Sun, 4 Apr 2004 13:31:26 +0000 (13:31 +0000)]
Protect inclusion of <sys/time.h>
by ifdef.
Declare time() if HAVE_DECL_TIME is 0
Sergey Poznyakoff [Sun, 4 Apr 2004 13:30:42 +0000 (13:30 +0000)]
Raised version number to 1.13.94
Sergey Poznyakoff [Sun, 4 Apr 2004 13:30:14 +0000 (13:30 +0000)]
Updated
Sergey Poznyakoff [Sun, 4 Apr 2004 10:12:56 +0000 (10:12 +0000)]
Updated
Sergey Poznyakoff [Sun, 4 Apr 2004 10:12:08 +0000 (10:12 +0000)]
Added missing call to 'after'
Sergey Poznyakoff [Sun, 4 Apr 2004 09:53:18 +0000 (09:53 +0000)]
Updated
Sergey Poznyakoff [Sun, 4 Apr 2004 09:50:42 +0000 (09:50 +0000)]
Updated
Sergey Poznyakoff [Sun, 4 Apr 2004 09:48:45 +0000 (09:48 +0000)]
Updated
Sergey Poznyakoff [Sun, 4 Apr 2004 09:47:35 +0000 (09:47 +0000)]
Added Mads Martin Joergensen
Sergey Poznyakoff [Sun, 4 Apr 2004 09:47:08 +0000 (09:47 +0000)]
(usage): Prototype moved to common.h
Sergey Poznyakoff [Sun, 4 Apr 2004 09:43:09 +0000 (09:43 +0000)]
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
Sergey Poznyakoff [Sun, 4 Apr 2004 09:42:27 +0000 (09:42 +0000)]
(utf8_convert): Changed prototype
(get_input_charset): Removed unused variable
Sergey Poznyakoff [Sun, 4 Apr 2004 09:41:16 +0000 (09:41 +0000)]
(usage): Prototype moved to common.h
Sergey Poznyakoff [Sun, 4 Apr 2004 09:33:41 +0000 (09:33 +0000)]
Include <sys/time.h> and <utime.h> when available
Sergey Poznyakoff [Sun, 4 Apr 2004 09:33:25 +0000 (09:33 +0000)]
(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
Sergey Poznyakoff [Sun, 4 Apr 2004 09:32:33 +0000 (09:32 +0000)]
include "common.h"
Sergey Poznyakoff [Sun, 4 Apr 2004 09:31:44 +0000 (09:31 +0000)]
(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.
Sergey Poznyakoff [Sun, 4 Apr 2004 09:26:11 +0000 (09:26 +0000)]
(extract_archive): Use sparse_member_p instead of GNUTYPE_SPARSE.
Sergey Poznyakoff [Sun, 4 Apr 2004 09:25:48 +0000 (09:25 +0000)]
Removed unused variables
Sergey Poznyakoff [Sun, 4 Apr 2004 09:25:30 +0000 (09:25 +0000)]
(diff_archive): Use is_sparse member instead of GNUTYPE_SPARSE.
Sergey Poznyakoff [Sun, 4 Apr 2004 09:25:01 +0000 (09:25 +0000)]
Added missing prototypes
Sergey Poznyakoff [Sun, 4 Apr 2004 09:24:44 +0000 (09:24 +0000)]
Added new tests
Sergey Poznyakoff [Fri, 26 Mar 2004 19:43:51 +0000 (19:43 +0000)]
Updated
Sergey Poznyakoff [Fri, 26 Mar 2004 19:40:27 +0000 (19:40 +0000)]
Add longv7.sh
Sergey Poznyakoff [Fri, 26 Mar 2004 19:39:40 +0000 (19:39 +0000)]
(write_long_name): Do not allow more than
NAME_FIELD_SIZE-1 characters in a file name for V7 format
archives.
Sergey Poznyakoff [Mon, 22 Mar 2004 12:01:46 +0000 (12:01 +0000)]
Updated
Sergey Poznyakoff [Mon, 22 Mar 2004 12:00:12 +0000 (12:00 +0000)]
Updated to match the recent changes
Sergey Poznyakoff [Mon, 22 Mar 2004 11:59:35 +0000 (11:59 +0000)]
(open_archive): Clear read_full_records_option
if reading from a pipe.
(short_read): Display warning about the deduced record size
if version > 1
Sergey Poznyakoff [Mon, 22 Mar 2004 09:18:36 +0000 (09:18 +0000)]
Updated
Sergey Poznyakoff [Mon, 22 Mar 2004 09:17:48 +0000 (09:17 +0000)]
Use genfile instead of dd
Sergey Poznyakoff [Mon, 22 Mar 2004 09:17:18 +0000 (09:17 +0000)]
(to_decimal): New function.
(xheader_format_name): Use to_decimal() instead of snprintf.
Sergey Poznyakoff [Mon, 22 Mar 2004 09:16:49 +0000 (09:16 +0000)]
(start_header): Check for GNU_FORMAT if incremental_option is set.
Sergey Poznyakoff [Mon, 22 Mar 2004 09:15:56 +0000 (09:15 +0000)]
Added gl_FUNC_STRTOULL
Sergey Poznyakoff [Fri, 12 Mar 2004 10:39:27 +0000 (10:39 +0000)]
Updated
Sergey Poznyakoff [Fri, 12 Mar 2004 10:38:46 +0000 (10:38 +0000)]
(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.
Sergey Poznyakoff [Tue, 2 Mar 2004 09:36:20 +0000 (09:36 +0000)]
Updated
Sergey Poznyakoff [Tue, 2 Mar 2004 09:35:13 +0000 (09:35 +0000)]
(utf8_convert): Indentation fix.
Sergey Poznyakoff [Tue, 2 Mar 2004 09:34:44 +0000 (09:34 +0000)]
Added Leland Lucius
Sergey Poznyakoff [Tue, 2 Mar 2004 09:34:06 +0000 (09:34 +0000)]
(rmt_lseek__,rmt_ioctl__): Bugfix. The
conversion buffer was not null terminated. Fix provided
by Leland Lucius <llucius@tiny.net>
Sergey Poznyakoff [Sun, 29 Feb 2004 10:21:17 +0000 (10:21 +0000)]
Updated
Sergey Poznyakoff [Sun, 29 Feb 2004 10:18:05 +0000 (10:18 +0000)]
Updated
Sergey Poznyakoff [Sun, 29 Feb 2004 10:17:18 +0000 (10:17 +0000)]
Added multi-fail.sh
Sergey Poznyakoff [Sun, 29 Feb 2004 10:16:33 +0000 (10:16 +0000)]
New test.
Sergey Poznyakoff [Sun, 29 Feb 2004 10:16:02 +0000 (10:16 +0000)]
(sys_child_open_for_uncompress): Minor stylistic fix.
Sergey Poznyakoff [Sun, 29 Feb 2004 10:15:45 +0000 (10:15 +0000)]
(flush_read): Bugfix: the condition at line 714 included
|| (status > 0 && !read_full_records_option)
which is grossly wrong, since even if new_volume() below succeeds,
the subsequent call to rmtread will overwrite the chunk of data
already read in the buffer and thus spoil everything.
Sergey Poznyakoff [Sun, 29 Feb 2004 00:15:05 +0000 (00:15 +0000)]
Updated
Sergey Poznyakoff [Sun, 29 Feb 2004 00:09:31 +0000 (00:09 +0000)]
New file
Sergey Poznyakoff [Sun, 29 Feb 2004 00:07:00 +0000 (00:07 +0000)]
Accomodate for the new testsuite logic
Sergey Poznyakoff [Sun, 29 Feb 2004 00:06:36 +0000 (00:06 +0000)]
Rewritten
Sergey Poznyakoff [Sun, 29 Feb 2004 00:06:16 +0000 (00:06 +0000)]
Added new tests
Sergey Poznyakoff [Sun, 29 Feb 2004 00:06:03 +0000 (00:06 +0000)]
New options: --utc and keep-newer-files
Sergey Poznyakoff [Sun, 29 Feb 2004 00:05:31 +0000 (00:05 +0000)]
(tartime): Print UTC if --utc was given.
Sergey Poznyakoff [Sun, 29 Feb 2004 00:05:12 +0000 (00:05 +0000)]
Handle --keep-newer-files option
Sergey Poznyakoff [Sun, 29 Feb 2004 00:04:50 +0000 (00:04 +0000)]
(utc_option): new global
(enum old_files.KEEP_NEWER_FILES): New element
Sergey Poznyakoff [Sun, 29 Feb 2004 00:04:21 +0000 (00:04 +0000)]
Removed spurious AC_CHECK_LIB(iconv)
Sergey Poznyakoff [Sun, 29 Feb 2004 00:04:03 +0000 (00:04 +0000)]
Updated
Paul Eggert [Thu, 26 Feb 2004 18:02:50 +0000 (18:02 +0000)]
Append period to dircategory entry.
Sergey Poznyakoff [Tue, 24 Feb 2004 15:28:27 +0000 (15:28 +0000)]
Updated
Sergey Poznyakoff [Tue, 24 Feb 2004 15:27:54 +0000 (15:27 +0000)]
(decode_header): Call xheader_decode before the assignment to current_stat_info.archive_file_size.
Paul Eggert [Mon, 23 Feb 2004 22:31:20 +0000 (22:31 +0000)]
Invoke AM_ICONV, to define ICONV_CONST if needed.
Sergey Poznyakoff [Mon, 23 Feb 2004 10:07:21 +0000 (10:07 +0000)]
Updated
Sergey Poznyakoff [Mon, 23 Feb 2004 10:05:42 +0000 (10:05 +0000)]
Use prereq() instead of passing arguments to 'before'.
Sergey Poznyakoff [Mon, 23 Feb 2004 10:05:22 +0000 (10:05 +0000)]
Move testing of the prerequisite archive formats
to the separate function 'prereq'. Do not expect any arguments
Sergey Poznyakoff [Mon, 23 Feb 2004 10:04:49 +0000 (10:04 +0000)]
Updated
Sergey Poznyakoff [Sun, 22 Feb 2004 21:00:07 +0000 (21:00 +0000)]
Added UTF-8 support. Finished global extended header support.
Sergey Poznyakoff [Sun, 22 Feb 2004 20:55:12 +0000 (20:55 +0000)]
Give credit to Andreas Schuldei.
Sergey Poznyakoff [Sun, 22 Feb 2004 20:54:44 +0000 (20:54 +0000)]
Use keywords from the global headers.
Correctly handle UTF-8 conversions.
(xheader_list_destroy): New function.
(xheader_set_single_keyword,xheader_set_keyword_equal): Added
missing gettext markers
(decode_record): Rewritten using caller-provided handler and
data closure.
Sergey Poznyakoff [Sun, 22 Feb 2004 20:54:04 +0000 (20:54 +0000)]
Decode encountered global headers.
Sergey Poznyakoff [Sun, 22 Feb 2004 20:53:27 +0000 (20:53 +0000)]
(write_header_name) In pax format, use "path" keyword if the file name is not ASCII
Sergey Poznyakoff [Sun, 22 Feb 2004 20:52:56 +0000 (20:52 +0000)]
Added utf8.c
Sergey Poznyakoff [Sun, 22 Feb 2004 20:52:34 +0000 (20:52 +0000)]
Conversions to and from utf-8.
Sergey Poznyakoff [Sun, 22 Feb 2004 20:51:10 +0000 (20:51 +0000)]
Detect libiconv
Sergey Poznyakoff [Sun, 22 Feb 2004 20:50:33 +0000 (20:50 +0000)]
Minor fix
Sergey Poznyakoff [Sat, 21 Feb 2004 09:41:19 +0000 (09:41 +0000)]
Updated
Sergey Poznyakoff [Sat, 21 Feb 2004 09:40:45 +0000 (09:40 +0000)]
Sorry, the version number is .93
Sergey Poznyakoff [Sat, 21 Feb 2004 09:38:29 +0000 (09:38 +0000)]
Updated
Sergey Poznyakoff [Sat, 21 Feb 2004 09:36:15 +0000 (09:36 +0000)]
Added listed01.sh
Sergey Poznyakoff [Sat, 21 Feb 2004 09:35:44 +0000 (09:35 +0000)]
Check listed incremental backups on individual files.
Sergey Poznyakoff [Sat, 21 Feb 2004 09:35:10 +0000 (09:35 +0000)]
Minor stylistic fixes.
Sergey Poznyakoff [Sat, 21 Feb 2004 09:34:39 +0000 (09:34 +0000)]
Raised patchlevel to 92a
Sergey Poznyakoff [Sat, 21 Feb 2004 09:34:22 +0000 (09:34 +0000)]
Updated
This page took 0.048924 seconds and 4 git commands to generate.