]>
Dogcows Code - chaz/tar/log
Sergey Poznyakoff [Wed, 27 Jun 2007 13:46:15 +0000 (13:46 +0000)]
Restore after an accidental remove
Sergey Poznyakoff [Wed, 27 Jun 2007 13:30:12 +0000 (13:30 +0000)]
Relicense under GPLv3
Sergey Poznyakoff [Thu, 21 Jun 2007 08:52:22 +0000 (08:52 +0000)]
Update copyright year
Sergey Poznyakoff [Thu, 21 Jun 2007 08:51:15 +0000 (08:51 +0000)]
Update
Sergey Poznyakoff [Thu, 21 Jun 2007 08:51:03 +0000 (08:51 +0000)]
Skip test if genfile is unable to create the file
Sergey Poznyakoff [Thu, 21 Jun 2007 08:50:09 +0000 (08:50 +0000)]
(AT_TAR_MKHIER): Skip test if genfile is unable to create the file
Sergey Poznyakoff [Thu, 21 Jun 2007 07:12:09 +0000 (07:12 +0000)]
Resolve testsuite failures 40-42 on cygwin.
Sergey Poznyakoff [Sat, 16 Jun 2007 12:10:24 +0000 (12:10 +0000)]
Update
Sergey Poznyakoff [Sat, 16 Jun 2007 12:10:14 +0000 (12:10 +0000)]
Add back write permissions on dir
Sergey Poznyakoff [Sat, 16 Jun 2007 12:09:59 +0000 (12:09 +0000)]
New file
Sergey Poznyakoff [Sat, 16 Jun 2007 12:09:50 +0000 (12:09 +0000)]
(Fixing Snapshot Files): New appendix
Sergey Poznyakoff [Sat, 16 Jun 2007 12:09:34 +0000 (12:09 +0000)]
(tar_TEXINFOS): Add tar-snapshot-edit.texi
Sergey Poznyakoff [Sat, 9 Jun 2007 17:07:54 +0000 (17:07 +0000)]
Update
Sergey Poznyakoff [Sat, 9 Jun 2007 17:07:46 +0000 (17:07 +0000)]
Sort the output
Paul Eggert [Fri, 8 Jun 2007 18:49:19 +0000 (18:49 +0000)]
Fix typo: occurence -> occurrence.
Sergey Poznyakoff [Fri, 8 Jun 2007 09:34:18 +0000 (09:34 +0000)]
Raise version number to 1.17
Sergey Poznyakoff [Fri, 8 Jun 2007 08:27:40 +0000 (08:27 +0000)]
Update
Sergey Poznyakoff [Fri, 8 Jun 2007 08:27:32 +0000 (08:27 +0000)]
(Operation Summary): Restore alphabetical order of the options.
Sergey Poznyakoff [Fri, 8 Jun 2007 08:15:41 +0000 (08:15 +0000)]
Update
Sergey Poznyakoff [Fri, 8 Jun 2007 08:14:12 +0000 (08:14 +0000)]
s/(ASCII|ID|BSD)/@acronym{&}/;s/"[^"]+"/``&''/
Use `path' only when it refers to search paths, use
`file name' otherwise.
Fix various errors (based on patch by Benno Schulenberg)
Sergey Poznyakoff [Fri, 1 Jun 2007 21:57:30 +0000 (21:57 +0000)]
Update testsuite
Sergey Poznyakoff [Fri, 1 Jun 2007 21:24:41 +0000 (21:24 +0000)]
Update
Sergey Poznyakoff [Fri, 1 Jun 2007 21:24:30 +0000 (21:24 +0000)]
(decode_xform): Exempt symbolic links from component
stripping and name suffix normalization.
Sergey Poznyakoff [Fri, 1 Jun 2007 21:24:08 +0000 (21:24 +0000)]
Update calls to transform_member_name
Sergey Poznyakoff [Fri, 1 Jun 2007 21:23:53 +0000 (21:23 +0000)]
(xform_type): New data type
(transform_member_name): Last argument is of xform_type type
All callers updated
Sergey Poznyakoff [Wed, 30 May 2007 19:15:32 +0000 (19:15 +0000)]
Update
Sergey Poznyakoff [Wed, 30 May 2007 19:15:17 +0000 (19:15 +0000)]
(decx): Unknown pax keywords produce a warning,not error.
Paul Eggert [Tue, 29 May 2007 16:48:23 +0000 (16:48 +0000)]
* src/misc.c (set_file_atime): Use gl_futimens, not futimens,
due to gnulib change.
SCALAR(0x828a248)
SCALAR(0x828a404)
Sergey Poznyakoff [Sat, 19 May 2007 17:04:34 +0000 (17:04 +0000)]
Update
Sergey Poznyakoff [Sat, 19 May 2007 17:03:59 +0000 (17:03 +0000)]
Update
Sergey Poznyakoff [Sat, 19 May 2007 17:03:44 +0000 (17:03 +0000)]
(tarball_prereq): Discard eventual md5sum output.
Sergey Poznyakoff [Sat, 19 May 2007 17:03:35 +0000 (17:03 +0000)]
Minor fix
Sergey Poznyakoff [Sat, 19 May 2007 17:03:28 +0000 (17:03 +0000)]
Global extended_header removed, use new xheader calls instead.
Sergey Poznyakoff [Sat, 19 May 2007 17:03:01 +0000 (17:03 +0000)]
(buffer_write_global_xheader): New function
Update to use new xheader calls.
Sergey Poznyakoff [Sat, 19 May 2007 17:02:46 +0000 (17:02 +0000)]
(xheader_init): New function
(xheader_decode_global,xheader_store,xheader_read)
(xheader_write_global,xheader_write,xheader_string_begin)
(xheader_string_add,xheader_string_end): Take xhdr as first
argument.
Sergey Poznyakoff [Sat, 19 May 2007 17:02:29 +0000 (17:02 +0000)]
(struct xheader): New definition
(struct tar_stat_info): New member xhdr (extended header).
Sergey Poznyakoff [Sat, 19 May 2007 17:02:13 +0000 (17:02 +0000)]
(buffer_write_global_xheader): New function
(struct xheader): Move definition to tar.h
(extended_header): Remove global
(xheader_init): New function
(xheader_decode_global,xheader_store,xheader_read)
(xheader_write_global,xheader_write,xheader_string_begin)
(xheader_string_add,xheader_string_end): Take xhdr as first
argument.
Sergey Poznyakoff [Fri, 18 May 2007 09:14:54 +0000 (09:14 +0000)]
Fix typos
Sergey Poznyakoff [Fri, 18 May 2007 08:22:33 +0000 (08:22 +0000)]
Update
Sergey Poznyakoff [Fri, 18 May 2007 08:22:21 +0000 (08:22 +0000)]
(dump_file0): Original ctime cannot be used as a directory change indicator if --remove-files is given.
Paul Eggert [Fri, 13 Apr 2007 00:51:07 +0000 (00:51 +0000)]
Adjust to latest Gnulib.
* lib/.cvsignore: Add dirfd.c, dirfd.h, float+.h, mbscasecmp.c,
stdio.h, stdio_.h, stdlib.h, stdlib_.h, time.h, time_.h, unistd.h.
Remove exit.h, getcwd.h, mempcpy.h, memrchr.h, mkdtemp.h, stpcpy.h,
strcase.h, strchrnul.h, strdup.h, strndup.h, strnlen.h, time_r.h,
vsnprintf.h.
* m4/.cvsignore: Remove localedir.h. Sort.
Sergey Poznyakoff [Tue, 3 Apr 2007 21:52:52 +0000 (21:52 +0000)]
Update
Sergey Poznyakoff [Tue, 3 Apr 2007 21:52:42 +0000 (21:52 +0000)]
(main): Don't call closeopen.
Sergey Poznyakoff [Tue, 3 Apr 2007 21:52:20 +0000 (21:52 +0000)]
Don't include <sys/time.h>, <sys/resource.h>; no longer needed.
Sergey Poznyakoff [Tue, 3 Apr 2007 21:52:01 +0000 (21:52 +0000)]
(closeopen): Remove decl.
Sergey Poznyakoff [Tue, 3 Apr 2007 21:38:40 +0000 (21:38 +0000)]
Update
Sergey Poznyakoff [Tue, 3 Apr 2007 21:38:14 +0000 (21:38 +0000)]
Update
Sergey Poznyakoff [Tue, 3 Apr 2007 21:38:00 +0000 (21:38 +0000)]
(sys_exec_info_script): Store the inter-communication fd in the environment variable TAR_FD
Sergey Poznyakoff [Tue, 3 Apr 2007 12:31:24 +0000 (12:31 +0000)]
Update
Sergey Poznyakoff [Tue, 3 Apr 2007 12:30:43 +0000 (12:30 +0000)]
Expect a warning on stderr
Sergey Poznyakoff [Tue, 3 Apr 2007 12:18:53 +0000 (12:18 +0000)]
Update
Sergey Poznyakoff [Tue, 3 Apr 2007 12:18:40 +0000 (12:18 +0000)]
(main): Move closeopen after decode_options to allow shell process substitution to work.
Sergey Poznyakoff [Fri, 30 Mar 2007 19:28:22 +0000 (19:28 +0000)]
Restore accidentally deleted lines
Sergey Poznyakoff [Fri, 30 Mar 2007 19:20:52 +0000 (19:20 +0000)]
(transform_name_fp): Change signature. All callers updated.
Sergey Poznyakoff [Fri, 30 Mar 2007 19:19:56 +0000 (19:19 +0000)]
Fix indentation
Sergey Poznyakoff [Fri, 30 Mar 2007 19:18:46 +0000 (19:18 +0000)]
Update
Sergey Poznyakoff [Fri, 30 Mar 2007 19:18:35 +0000 (19:18 +0000)]
(all_names_found): Remove check for matching_flags.
Sergey Poznyakoff [Fri, 30 Mar 2007 19:18:24 +0000 (19:18 +0000)]
(transform_member_name): New function
(decode_header): Use transform_member_name
Sergey Poznyakoff [Fri, 30 Mar 2007 19:18:10 +0000 (19:18 +0000)]
(extract_link, extract_symlink): Use
transform_member_name instead of safer_name_suffix so that
--transform and --strip-components affect links as well.
Sergey Poznyakoff [Fri, 30 Mar 2007 19:17:44 +0000 (19:17 +0000)]
(transform_name_fp): Change signature
(transform_member_name): New function
Sergey Poznyakoff [Fri, 30 Mar 2007 08:50:21 +0000 (08:50 +0000)]
Update
Sergey Poznyakoff [Fri, 30 Mar 2007 08:50:08 +0000 (08:50 +0000)]
Do not include mkdtemp.h
Sergey Poznyakoff [Fri, 30 Mar 2007 08:49:56 +0000 (08:49 +0000)]
(slurp): Remove any occurrences of $bt from the generated gnulib.mk
Sergey Poznyakoff [Fri, 30 Mar 2007 08:49:38 +0000 (08:49 +0000)]
Update
Paul Eggert [Fri, 26 Jan 2007 23:02:40 +0000 (23:02 +0000)]
Adjust to recent gnulib changes.
* lib/.cvsignore: Add fchownat.c, rmt-command.h, strerror.c, string.h,
string_.h, sys, sys_time_.h, unistd_.h, wchar_.h, wctype_.h.
Remove localedir.h, size_max.h, xsize.h.
* src/xheader.c: Don't include stpcpy.h; no longer needed, now that
gnulib string.h defines stpcpy on all platforms.
Sergey Poznyakoff [Tue, 23 Jan 2007 10:26:40 +0000 (10:26 +0000)]
Update
Sergey Poznyakoff [Tue, 23 Jan 2007 10:26:30 +0000 (10:26 +0000)]
Add exclude.at
Sergey Poznyakoff [Tue, 23 Jan 2007 10:26:20 +0000 (10:26 +0000)]
New test case
Sergey Poznyakoff [Tue, 23 Jan 2007 10:25:21 +0000 (10:25 +0000)]
New options --exclude-caches-all, --exclude-caches-under, --exclude-tag-all, --exclude-tag-under
Sergey Poznyakoff [Tue, 23 Jan 2007 10:25:06 +0000 (10:25 +0000)]
(struct exclude_tag): rename to exclusion_tag
(check_exclusion_tags): New function
(cachedir_file_p): New function (from check_cache_directory)
(dump_dir0,dump_file0): Use check_exclusion_tags
Sergey Poznyakoff [Tue, 23 Jan 2007 10:24:43 +0000 (10:24 +0000)]
(exclude_caches_option): Remove
(enum exclusion_tag_type): New data type
(add_exclude_tag): Rename to add_exclusion_tag
(cachedir_file_p): New prototype
Sergey Poznyakoff [Tue, 23 Jan 2007 10:24:19 +0000 (10:24 +0000)]
Document --exclude-caches* and --exclude-tag* options.
Sergey Poznyakoff [Fri, 19 Jan 2007 15:43:13 +0000 (15:43 +0000)]
Update
Sergey Poznyakoff [Fri, 19 Jan 2007 15:42:43 +0000 (15:42 +0000)]
Version 1.16.2
Sergey Poznyakoff [Fri, 19 Jan 2007 15:42:26 +0000 (15:42 +0000)]
(sparse_skip_file,pax_dump_header_1)
(pax_decode_header): Keep track of the number of bytes written.
Sergey Poznyakoff [Fri, 19 Jan 2007 15:41:55 +0000 (15:41 +0000)]
(expand_sparse): use ftruncate to handle the trailing hole
Sergey Poznyakoff [Fri, 19 Jan 2007 15:41:39 +0000 (15:41 +0000)]
Fix typos
Sergey Poznyakoff [Fri, 19 Jan 2007 15:41:32 +0000 (15:41 +0000)]
Require strerror
Sergey Poznyakoff [Thu, 4 Jan 2007 20:06:33 +0000 (20:06 +0000)]
Update
Sergey Poznyakoff [Thu, 4 Jan 2007 20:05:32 +0000 (20:05 +0000)]
(list_dumpdir): Minor fixes.
Sergey Poznyakoff [Thu, 4 Jan 2007 20:05:05 +0000 (20:05 +0000)]
(diff_dumpdir): Compare directory contents using
dumpdir_cmp. Do not free dumpdir_buffer, it will leave the
incremental directory table in the inconsistent state and trigger
full dump.
(read_and_process): Process dumpdirs no matter what the archive
format.
Sergey Poznyakoff [Thu, 4 Jan 2007 16:16:00 +0000 (16:16 +0000)]
Update
Sergey Poznyakoff [Thu, 4 Jan 2007 16:15:10 +0000 (16:15 +0000)]
(read_and_process): Fix type of "size"
Sergey Poznyakoff [Wed, 13 Dec 2006 08:22:18 +0000 (08:22 +0000)]
Update
Sergey Poznyakoff [Wed, 13 Dec 2006 08:22:04 +0000 (08:22 +0000)]
Skip the test if genfile is not able to create the filename with an embedded newline.
Paul Eggert [Tue, 12 Dec 2006 23:56:24 +0000 (23:56 +0000)]
Port to Forte Developer 7 C 5.4 and C99.
* src/common.h (add_exclude_tag): Add decl; C99 requires this
and Forte warns about it.
* src/incremen.c: Include <mkdtemp.h> for mkdtemp prototype,
for same reason.
* src/misc.c (get_max_open_files): Rewrite to avoid code that
Forte C complains about as being unreachable.
* src/xheader.c (mtime_code): Rewrite to avoid Forte error
reported by Trond Hasle Amundsen.
* src/incremen.c (compare_dirnames): Rewrite to avoid casts.
* src/utf8.c (string_ascii_p): Likewise.
* src/xheader.c (mtime_coder, volume_size_coder, volume_offset_coder):
Likewise.
SCALAR(0x8283218)
Sergey Poznyakoff [Fri, 8 Dec 2006 16:59:56 +0000 (16:59 +0000)]
Fix wording
Sergey Poznyakoff [Fri, 8 Dec 2006 16:45:34 +0000 (16:45 +0000)]
Update
Sergey Poznyakoff [Fri, 8 Dec 2006 16:45:09 +0000 (16:45 +0000)]
Add paxutils files to dot_ignore.
Sergey Poznyakoff [Fri, 8 Dec 2006 13:40:15 +0000 (13:40 +0000)]
Update
Sergey Poznyakoff [Fri, 8 Dec 2006 13:40:07 +0000 (13:40 +0000)]
Raise version number to 1.16.1
Sergey Poznyakoff [Fri, 8 Dec 2006 13:39:58 +0000 (13:39 +0000)]
(slurp): Create .(cvs|git)ignore if not present
Sergey Poznyakoff [Fri, 8 Dec 2006 12:42:32 +0000 (12:42 +0000)]
Remove autogenerated files
Sergey Poznyakoff [Thu, 7 Dec 2006 14:35:13 +0000 (14:35 +0000)]
Update
Sergey Poznyakoff [Thu, 7 Dec 2006 14:34:48 +0000 (14:34 +0000)]
Update
Sergey Poznyakoff [Thu, 7 Dec 2006 14:34:28 +0000 (14:34 +0000)]
Update
Sergey Poznyakoff [Thu, 7 Dec 2006 14:34:15 +0000 (14:34 +0000)]
Use genfile instead of dd, because on some systems /dev/zero is not available.
Sergey Poznyakoff [Thu, 7 Dec 2006 14:33:54 +0000 (14:33 +0000)]
(extract_file): Call skip_member if open fails.
Patch proposed by Jan-Benedict Glaw <jbglaw@lug-owl.de>
Sergey Poznyakoff [Thu, 7 Dec 2006 14:33:42 +0000 (14:33 +0000)]
(dump_dir0): Move checks for exclude tags to
dump_file0.
(dump_dir): Move calls to ensure_slash to dump_file0
Sergey Poznyakoff [Thu, 7 Dec 2006 14:33:30 +0000 (14:33 +0000)]
Update documentation of --exclude-tag
This page took 0.056251 seconds and 4 git commands to generate.