]> Dogcows Code - chaz/tar/log
chaz/tar
19 years agoUpdated
Sergey Poznyakoff [Tue, 31 Aug 2004 11:51:58 +0000 (11:51 +0000)] 
Updated

19 years ago(unquote_string): Unquote '\a' and '\v'. Reported by Helmut Waitzmann <helmut.waitzma...
Sergey Poznyakoff [Tue, 31 Aug 2004 11:49:28 +0000 (11:49 +0000)] 
(unquote_string): Unquote '\a' and '\v'. Reported by Helmut Waitzmann <helmut.waitzmann@web.de>

19 years ago(main): Call set_start_time()
Sergey Poznyakoff [Tue, 31 Aug 2004 11:49:03 +0000 (11:49 +0000)] 
(main): Call set_start_time()

19 years agoFixed initialization of stat_info->is_sparse
Sergey Poznyakoff [Tue, 31 Aug 2004 11:48:51 +0000 (11:48 +0000)] 
Fixed initialization of stat_info->is_sparse

19 years ago(set_start_time, removed_prefixes_p): New prototypes.
Sergey Poznyakoff [Tue, 31 Aug 2004 11:48:23 +0000 (11:48 +0000)] 
(set_start_time, removed_prefixes_p): New prototypes.

19 years agoWhen computing write rate do not take
Sergey Poznyakoff [Tue, 31 Aug 2004 11:48:05 +0000 (11:48 +0000)] 
When computing write rate do not take
into account the time needed to verify the archive(s).
The bug reported by John L. Males <jlmales@yahoo.com>
(set_start_time,compute_duration): New functions.
(print_total_written): Use the result of compute_duration().
(close_archive): Call compute_duration.

19 years ago(removed_prefixes_p): New function
Sergey Poznyakoff [Tue, 31 Aug 2004 11:47:02 +0000 (11:47 +0000)] 
(removed_prefixes_p): New function

19 years ago(verify_volume): Call set_next_block_after
Sergey Poznyakoff [Tue, 31 Aug 2004 11:45:55 +0000 (11:45 +0000)] 
(verify_volume): Call set_next_block_after
if read_header returns HEADER_FAILURE
Destroy and reinitialize content of current_stat_info and
extended_header after each iteration.
Issue a warning if the archive created contains some members
whose file names were stripped off their leading prefixes.
This is a temporary fix of the issue reported by Bdale Garbee
<bdale@gag.com> (Refs: Debian bug 230064, Message-Id
<87n07kyzhi.fsf@rover.gag.com>, Sun, 15 Feb 2004 11:22:17 -0700)

19 years ago(sparse_add_map): Fixed improper initializations
Sergey Poznyakoff [Tue, 31 Aug 2004 11:45:16 +0000 (11:45 +0000)] 
(sparse_add_map): Fixed improper initializations
of sparse_map_size. We assume that whatever number it contains
describes adequately the current size of sparse_map. The only
number we need to reset is sparse_map_avail.

19 years agoUpdated
Sergey Poznyakoff [Mon, 30 Aug 2004 15:18:09 +0000 (15:18 +0000)] 
Updated

19 years agoFix copy-n-paste errors in the license
Sergey Poznyakoff [Mon, 30 Aug 2004 15:16:00 +0000 (15:16 +0000)] 
Fix copy-n-paste errors in the license

19 years agoUpdated
Sergey Poznyakoff [Thu, 19 Aug 2004 13:13:37 +0000 (13:13 +0000)] 
Updated

19 years agoUpdated
Sergey Poznyakoff [Thu, 19 Aug 2004 13:10:01 +0000 (13:10 +0000)] 
Updated

19 years agoRenamed LIBPATH to LIBDIR.
Sergey Poznyakoff [Thu, 19 Aug 2004 13:09:37 +0000 (13:09 +0000)] 
Renamed LIBPATH to LIBDIR.
New option -a (--all). Do not start restore unless
-a or patterns are given.
(restore_fs,restore_files): Fixed use of --listed option.

19 years ago(test_root): Append / to ROOT_FS unless it already ends in it.
Sergey Poznyakoff [Thu, 19 Aug 2004 13:09:16 +0000 (13:09 +0000)] 
(test_root): Append / to ROOT_FS unless it already ends in it.

19 years agoRenamed LIBPATH to LIBDIR.
Sergey Poznyakoff [Thu, 19 Aug 2004 13:08:43 +0000 (13:08 +0000)] 
Renamed LIBPATH to LIBDIR.
Use ROOT_FS with -C option. Do not send mail
if ADMINISTRATOR is set to NONE.

19 years agoUpdated
Sergey Poznyakoff [Tue, 17 Aug 2004 16:06:05 +0000 (16:06 +0000)] 
Updated

19 years agoFixed typo
Sergey Poznyakoff [Tue, 17 Aug 2004 16:05:03 +0000 (16:05 +0000)] 
Fixed typo

19 years agoIn bootstrap, set LC_ALL=C and save some more gnulib m4 files.
Paul Eggert [Thu, 12 Aug 2004 20:24:51 +0000 (20:24 +0000)] 
In bootstrap, set LC_ALL=C and save some more gnulib m4 files.

19 years agoSet LC_ALL=C so that file names sort consistently.
Paul Eggert [Thu, 12 Aug 2004 20:24:13 +0000 (20:24 +0000)] 
Set LC_ALL=C so that file names sort consistently.
Prefer the gnulib copies of gettext.m4, glibc21.m4,
lib-ld.m4, lib-prefix.m4, po.m4 too.

19 years agoMerge argp, getopt, xalloc changes from gnulib.
Paul Eggert [Thu, 12 Aug 2004 18:37:09 +0000 (18:37 +0000)] 
Merge argp, getopt, xalloc changes from gnulib.

19 years agoRemove; gnulib now works unpatched.
Paul Eggert [Thu, 12 Aug 2004 18:35:24 +0000 (18:35 +0000)] 
Remove; gnulib now works unpatched.

19 years agoAdjust to changes to gnulib xalloc module.
Paul Eggert [Thu, 12 Aug 2004 18:34:40 +0000 (18:34 +0000)] 
Adjust to changes to gnulib xalloc module.
(extr_init): Remove assignment to xalloc_fail_func; no longer needed.
(xalloc_die): New function.

19 years agoAdd fnmatch.h, getopt_.h, sysexit.h, xalloc-die.c.
Paul Eggert [Thu, 12 Aug 2004 18:34:18 +0000 (18:34 +0000)] 
Add fnmatch.h, getopt_.h, sysexit.h, xalloc-die.c.

19 years ago(_getopt_long_only_r): Remove check.
Paul Eggert [Thu, 12 Aug 2004 18:33:13 +0000 (18:33 +0000)] 
(_getopt_long_only_r): Remove check.
gl_ARGP now does this for us.

19 years ago(gnulib_modules): Add xalloc-die.
Paul Eggert [Thu, 12 Aug 2004 18:32:54 +0000 (18:32 +0000)] 
(gnulib_modules): Add xalloc-die.

19 years agoUpdated
Sergey Poznyakoff [Tue, 10 Aug 2004 11:24:25 +0000 (11:24 +0000)] 
Updated

19 years agoAdded multiv03.sh
Sergey Poznyakoff [Tue, 10 Aug 2004 11:17:58 +0000 (11:17 +0000)] 
Added multiv03.sh

19 years ago(flush_write): Limit filenames
Sergey Poznyakoff [Tue, 10 Aug 2004 11:17:16 +0000 (11:17 +0000)] 
(flush_write): Limit filenames
of the members that straddle multivolume archive
boundary to 100 characters.

19 years agoUpdated
Sergey Poznyakoff [Mon, 9 Aug 2004 11:26:16 +0000 (11:26 +0000)] 
Updated

19 years agoRearranged leading comments. Added explicit references to original report messages...
Sergey Poznyakoff [Mon, 9 Aug 2004 11:25:15 +0000 (11:25 +0000)] 
Rearranged leading comments. Added explicit references to original report messages wherever available.

19 years agoAdded extrac05.sh
Sergey Poznyakoff [Mon, 9 Aug 2004 11:24:31 +0000 (11:24 +0000)] 
Added extrac05.sh

19 years ago(read_and): Call decode_header before calling skip_member()
Sergey Poznyakoff [Mon, 9 Aug 2004 11:24:06 +0000 (11:24 +0000)] 
(read_and): Call decode_header before calling skip_member()
(skip_member): Use is_sparse field to determine if the
member is a sparse file.

19 years agoUpdated
Sergey Poznyakoff [Sun, 8 Aug 2004 14:22:00 +0000 (14:22 +0000)] 
Updated

19 years agoAdded link01.sh
Sergey Poznyakoff [Sun, 8 Aug 2004 14:21:38 +0000 (14:21 +0000)] 
Added link01.sh

19 years agoNew file
Sergey Poznyakoff [Sun, 8 Aug 2004 14:21:07 +0000 (14:21 +0000)] 
New file

19 years agoImproved compatibility with 1.13.25
Sergey Poznyakoff [Sun, 8 Aug 2004 14:20:17 +0000 (14:20 +0000)] 
Improved compatibility with 1.13.25

19 years agoExtended --update-po option to take an optional argument specifying the po file to...
Sergey Poznyakoff [Sun, 8 Aug 2004 14:19:49 +0000 (14:19 +0000)] 
Extended --update-po option to take an optional argument specifying the po file to update.

19 years agoRemove patches/argp.diff; no longer needed.
Paul Eggert [Sat, 7 Aug 2004 06:50:56 +0000 (06:50 +0000)] 
Remove patches/argp.diff; no longer needed.

19 years agoMerge from gnulib; mostly FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFIX_LEN.
Paul Eggert [Sat, 7 Aug 2004 06:37:30 +0000 (06:37 +0000)] 
Merge from gnulib; mostly FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFIX_LEN.

19 years ago(purge_directory): Fix format buffer typos in warning strings.
Paul Eggert [Sat, 7 Aug 2004 06:33:59 +0000 (06:33 +0000)] 
(purge_directory): Fix format buffer typos in warning strings.

19 years ago(parse_opt): FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFIX_LEN
Paul Eggert [Sat, 7 Aug 2004 06:33:34 +0000 (06:33 +0000)] 
(parse_opt): FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFIX_LEN

19 years ago(excluded_name, safer_name_suffix, stripped_prefix_len):
Paul Eggert [Sat, 7 Aug 2004 06:33:07 +0000 (06:33 +0000)] 
(excluded_name, safer_name_suffix, stripped_prefix_len):
FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFIX_LEN.

19 years ago(must_be_dot_or_slash): FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFIX_LEN.
Paul Eggert [Sat, 7 Aug 2004 06:32:41 +0000 (06:32 +0000)] 
(must_be_dot_or_slash): FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFIX_LEN.

19 years agoInclude <getcwd.h>.
Paul Eggert [Sat, 7 Aug 2004 06:32:12 +0000 (06:32 +0000)] 
Include <getcwd.h>.
(extract_archive): Rewrite with new macro IS_ABSOLUTE_FILE_NAME.
(make_directories):
FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFIX_LEN.

19 years agoRemove addext.c, malloc.c, realloc.c.
Paul Eggert [Sat, 7 Aug 2004 06:31:20 +0000 (06:31 +0000)] 
Remove addext.c, malloc.c, realloc.c.

19 years agoDon't use valloc; it's buggy on some GNU/Linux systems, and it returns
Paul Eggert [Tue, 3 Aug 2004 04:46:37 +0000 (04:46 +0000)] 
Don't use valloc; it's buggy on some GNU/Linux systems, and it returns
storage that can't be freed on older BSD systems.

19 years ago(valloc): Remove.
Paul Eggert [Tue, 3 Aug 2004 04:45:57 +0000 (04:45 +0000)] 
(valloc): Remove.

19 years ago(quote_n, quote): Remove these redundant functions.
Paul Eggert [Tue, 3 Aug 2004 04:45:05 +0000 (04:45 +0000)] 
(quote_n, quote): Remove these redundant functions.
(ptr_align): New function, from coreutils/src/system.h.
(page_aligned_alloc): New function.

19 years ago(page_aligned_alloc): New decl.
Paul Eggert [Tue, 3 Aug 2004 04:44:39 +0000 (04:44 +0000)] 
(page_aligned_alloc): New decl.

19 years ago(diff_init): Don't use valloc; on older or buggy hosts, you can't
Paul Eggert [Tue, 3 Aug 2004 04:44:13 +0000 (04:44 +0000)] 
(diff_init): Don't use valloc; on older or buggy hosts, you can't
free the result.  Use page_aligned_alloc instead.

19 years ago(record_buffer): New var.
Paul Eggert [Tue, 3 Aug 2004 04:43:38 +0000 (04:43 +0000)] 
(record_buffer): New var.
(open_archive): Don't use valloc; on older or buggy hosts, you can't
free the result.  Use page_aligned_alloc instead.
Record the pointer to be freed into record_buffer.
(close_archive): Free record_buffer.

19 years agoAdd getpagesize.m4.
Paul Eggert [Tue, 3 Aug 2004 04:42:53 +0000 (04:42 +0000)] 
Add getpagesize.m4.

19 years agoAdd getpagesize.h.
Paul Eggert [Tue, 3 Aug 2004 04:42:35 +0000 (04:42 +0000)] 
Add getpagesize.h.

19 years ago(valloc): Remove check; valloc no longer used.
Paul Eggert [Tue, 3 Aug 2004 04:42:18 +0000 (04:42 +0000)] 
(valloc): Remove check; valloc no longer used.

19 years ago(gnulib_modules): Add getpagesize.
Paul Eggert [Tue, 3 Aug 2004 04:41:48 +0000 (04:41 +0000)] 
(gnulib_modules): Add getpagesize.

19 years agoAdd fchown-stub.c
Paul Eggert [Sat, 10 Jul 2004 06:51:38 +0000 (06:51 +0000)] 
Add fchown-stub.c

19 years ago* lib/.cvsignore: Add fchown-stub.c.
Paul Eggert [Sat, 10 Jul 2004 06:51:17 +0000 (06:51 +0000)] 
* lib/.cvsignore: Add fchown-stub.c.

19 years agosrc/extract.c (extract_archive): Do not report an error
Paul Eggert [Sat, 10 Jul 2004 06:14:51 +0000 (06:14 +0000)] 
src/extract.c (extract_archive): Do not report an error
when hard-linking X to X when X exists.

19 years ago(extract_archive): Do not report an error
Paul Eggert [Sat, 10 Jul 2004 06:13:28 +0000 (06:13 +0000)] 
(extract_archive): Do not report an error
when hard-linking X to X when X exists.

19 years agoAdded Martin Simmons
Sergey Poznyakoff [Tue, 29 Jun 2004 10:17:38 +0000 (10:17 +0000)] 
Added Martin Simmons

19 years agoUpdated
Sergey Poznyakoff [Tue, 29 Jun 2004 10:13:14 +0000 (10:13 +0000)] 
Updated

19 years ago(gnu_restore): Renamed to purge_directory().
Sergey Poznyakoff [Tue, 29 Jun 2004 10:11:46 +0000 (10:11 +0000)] 
(gnu_restore): Renamed to purge_directory().
Do not attempt to purge the directory if it is on a different
device and one_file_system_option is set.

19 years ago(extr_init): Save the device number
Sergey Poznyakoff [Tue, 29 Jun 2004 10:11:13 +0000 (10:11 +0000)] 
(extr_init): Save the device number
of the root device.
(extract_archive): Renamed gnu_restore() to purge_directory().

19 years ago(root_device): New global.
Sergey Poznyakoff [Tue, 29 Jun 2004 10:10:26 +0000 (10:10 +0000)] 
(root_device): New global.
(gnu_restore): Renamed to purge_directory().

19 years agoUpdated
Sergey Poznyakoff [Tue, 29 Jun 2004 10:09:52 +0000 (10:09 +0000)] 
Updated

19 years agoUpdated
Sergey Poznyakoff [Fri, 25 Jun 2004 10:33:06 +0000 (10:33 +0000)] 
Updated

19 years agoThe actual default for exclude patterns is --no-anchored. Thanks "Felix Natter" ...
Sergey Poznyakoff [Fri, 25 Jun 2004 10:32:44 +0000 (10:32 +0000)] 
The actual default for exclude patterns is --no-anchored. Thanks "Felix Natter" <felix.natter@ldc.de> for noticing.

19 years agoThe actual default for exclude patterns is --no-anchored. Fixed.
Sergey Poznyakoff [Fri, 25 Jun 2004 10:32:27 +0000 (10:32 +0000)] 
The actual default for exclude patterns is --no-anchored. Fixed.

19 years agoUpdated
Sergey Poznyakoff [Tue, 22 Jun 2004 09:30:57 +0000 (09:30 +0000)] 
Updated

19 years agoFixed docstring for --checkpoint option.
Sergey Poznyakoff [Tue, 22 Jun 2004 09:30:32 +0000 (09:30 +0000)] 
Fixed docstring for --checkpoint option.

19 years agoFixed several inconsistencies.
Sergey Poznyakoff [Tue, 22 Jun 2004 09:30:01 +0000 (09:30 +0000)] 
Fixed several inconsistencies.

20 years agoUpdated
Sergey Poznyakoff [Wed, 19 May 2004 14:30:21 +0000 (14:30 +0000)] 
Updated

20 years agoUpdated
Sergey Poznyakoff [Wed, 19 May 2004 14:28:20 +0000 (14:28 +0000)] 
Updated

20 years agoDetermine type of the archive before appending to it.
Sergey Poznyakoff [Wed, 19 May 2004 14:27:41 +0000 (14:27 +0000)] 
Determine type of the archive before appending to it.

20 years ago(struct fmttab): Accept 'pax' as alias
Sergey Poznyakoff [Wed, 19 May 2004 14:27:22 +0000 (14:27 +0000)] 
(struct fmttab): Accept 'pax' as alias
for 'posix'
(options): New option -n (--seek).

20 years ago(skip_file): Use seek_archive() if possible.
Sergey Poznyakoff [Wed, 19 May 2004 14:26:25 +0000 (14:26 +0000)] 
(skip_file): Use seek_archive() if possible.

20 years ago(seek_archive): New function
Sergey Poznyakoff [Wed, 19 May 2004 14:25:55 +0000 (14:25 +0000)] 
(seek_archive): New function
(seekable_archive): New global.

20 years ago(seek_archive): New function
Sergey Poznyakoff [Wed, 19 May 2004 14:25:27 +0000 (14:25 +0000)] 
(seek_archive): New function

20 years agoFix typo
Sergey Poznyakoff [Wed, 19 May 2004 10:59:25 +0000 (10:59 +0000)] 
Fix typo

20 years agoUpdated
Sergey Poznyakoff [Wed, 19 May 2004 10:58:04 +0000 (10:58 +0000)] 
Updated

20 years ago(safer_name_suffix): Fixed bug intraduced 2004-05-11.
Sergey Poznyakoff [Wed, 19 May 2004 10:57:25 +0000 (10:57 +0000)] 
(safer_name_suffix): Fixed bug intraduced 2004-05-11.

20 years agoUpdated
Sergey Poznyakoff [Wed, 19 May 2004 10:35:23 +0000 (10:35 +0000)] 
Updated

20 years agoDocument -H option
Sergey Poznyakoff [Wed, 19 May 2004 10:34:09 +0000 (10:34 +0000)] 
Document -H option

20 years agoNew option -H (short alias to --format)
Sergey Poznyakoff [Wed, 19 May 2004 10:33:26 +0000 (10:33 +0000)] 
New option -H (short alias to --format)

20 years agoNew option --update-po
Sergey Poznyakoff [Wed, 19 May 2004 10:32:52 +0000 (10:32 +0000)] 
New option --update-po

20 years agoUpdated
Sergey Poznyakoff [Sun, 16 May 2004 20:57:53 +0000 (20:57 +0000)] 
Updated

20 years agoMinor formatting fix
Sergey Poznyakoff [Sun, 16 May 2004 20:56:05 +0000 (20:56 +0000)] 
Minor formatting fix

20 years agoUpdated
Sergey Poznyakoff [Sun, 16 May 2004 20:55:18 +0000 (20:55 +0000)] 
Updated

20 years agoMinor fix
Sergey Poznyakoff [Sun, 16 May 2004 20:51:21 +0000 (20:51 +0000)] 
Minor fix

20 years agoFix improper use of 'path' word
Sergey Poznyakoff [Sun, 16 May 2004 20:50:55 +0000 (20:50 +0000)] 
Fix improper use of 'path' word

20 years agoMinor fix.
Sergey Poznyakoff [Sun, 16 May 2004 20:49:53 +0000 (20:49 +0000)] 
Minor fix.

20 years agoUpdated
Sergey Poznyakoff [Sun, 16 May 2004 20:48:14 +0000 (20:48 +0000)] 
Updated

20 years agoUse argp for command line parsing.
Sergey Poznyakoff [Sun, 16 May 2004 20:47:47 +0000 (20:47 +0000)] 
Use argp for command line parsing.

20 years agoCheck for _getopt_long_only_r and force using included version of getopt if the funct...
Sergey Poznyakoff [Sun, 16 May 2004 20:47:07 +0000 (20:47 +0000)] 
Check for _getopt_long_only_r and force using included version of getopt if the function is not available.

20 years agoAdded to the repository
Sergey Poznyakoff [Sun, 16 May 2004 20:46:30 +0000 (20:46 +0000)] 
Added to the repository

20 years agoApply patches from 'patches' subdirectory
Sergey Poznyakoff [Sun, 16 May 2004 20:46:02 +0000 (20:46 +0000)] 
Apply patches from 'patches' subdirectory

20 years agoAdded to the repository
Sergey Poznyakoff [Sun, 16 May 2004 09:04:16 +0000 (09:04 +0000)] 
Added to the repository

20 years agoUpdated.
Sergey Poznyakoff [Thu, 13 May 2004 08:25:51 +0000 (08:25 +0000)] 
Updated.

20 years agoRenamed strip_path_option to strip_components_option
Sergey Poznyakoff [Thu, 13 May 2004 08:24:32 +0000 (08:24 +0000)] 
Renamed strip_path_option to strip_components_option

This page took 0.059065 seconds and 4 git commands to generate.