]>
Dogcows Code - chaz/tar/log
Sergey Poznyakoff [Mon, 9 Aug 2004 11:24:31 +0000 (11:24 +0000)]
Added extrac05.sh
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.
Sergey Poznyakoff [Sun, 8 Aug 2004 14:22:00 +0000 (14:22 +0000)]
Updated
Sergey Poznyakoff [Sun, 8 Aug 2004 14:21:38 +0000 (14:21 +0000)]
Added link01.sh
Sergey Poznyakoff [Sun, 8 Aug 2004 14:21:07 +0000 (14:21 +0000)]
New file
Sergey Poznyakoff [Sun, 8 Aug 2004 14:20:17 +0000 (14:20 +0000)]
Improved compatibility with 1.13.25
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.
Paul Eggert [Sat, 7 Aug 2004 06:50:56 +0000 (06:50 +0000)]
Remove patches/argp.diff; no longer needed.
Paul Eggert [Sat, 7 Aug 2004 06:37:30 +0000 (06:37 +0000)]
Merge from gnulib; mostly FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_PREFIX_LEN.
Paul Eggert [Sat, 7 Aug 2004 06:33:59 +0000 (06:33 +0000)]
(purge_directory): Fix format buffer typos in warning strings.
Paul Eggert [Sat, 7 Aug 2004 06:33:34 +0000 (06:33 +0000)]
(parse_opt): FILESYSTEM_PREFIX_LEN -> FILE_SYSTEM_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.
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.
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.
Paul Eggert [Sat, 7 Aug 2004 06:31:20 +0000 (06:31 +0000)]
Remove addext.c, malloc.c, realloc.c.
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.
Paul Eggert [Tue, 3 Aug 2004 04:45:57 +0000 (04:45 +0000)]
(valloc): Remove.
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.
Paul Eggert [Tue, 3 Aug 2004 04:44:39 +0000 (04:44 +0000)]
(page_aligned_alloc): New decl.
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.
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.
Paul Eggert [Tue, 3 Aug 2004 04:42:53 +0000 (04:42 +0000)]
Add getpagesize.m4.
Paul Eggert [Tue, 3 Aug 2004 04:42:35 +0000 (04:42 +0000)]
Add getpagesize.h.
Paul Eggert [Tue, 3 Aug 2004 04:42:18 +0000 (04:42 +0000)]
(valloc): Remove check; valloc no longer used.
Paul Eggert [Tue, 3 Aug 2004 04:41:48 +0000 (04:41 +0000)]
(gnulib_modules): Add getpagesize.
Paul Eggert [Sat, 10 Jul 2004 06:51:38 +0000 (06:51 +0000)]
Add fchown-stub.c
Paul Eggert [Sat, 10 Jul 2004 06:51:17 +0000 (06:51 +0000)]
* lib/.cvsignore: Add fchown-stub.c.
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.
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.
Sergey Poznyakoff [Tue, 29 Jun 2004 10:17:38 +0000 (10:17 +0000)]
Added Martin Simmons
Sergey Poznyakoff [Tue, 29 Jun 2004 10:13:14 +0000 (10:13 +0000)]
Updated
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.
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().
Sergey Poznyakoff [Tue, 29 Jun 2004 10:10:26 +0000 (10:10 +0000)]
(root_device): New global.
(gnu_restore): Renamed to purge_directory().
Sergey Poznyakoff [Tue, 29 Jun 2004 10:09:52 +0000 (10:09 +0000)]
Updated
Sergey Poznyakoff [Fri, 25 Jun 2004 10:33:06 +0000 (10:33 +0000)]
Updated
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.
Sergey Poznyakoff [Fri, 25 Jun 2004 10:32:27 +0000 (10:32 +0000)]
The actual default for exclude patterns is --no-anchored. Fixed.
Sergey Poznyakoff [Tue, 22 Jun 2004 09:30:57 +0000 (09:30 +0000)]
Updated
Sergey Poznyakoff [Tue, 22 Jun 2004 09:30:32 +0000 (09:30 +0000)]
Fixed docstring for --checkpoint option.
Sergey Poznyakoff [Tue, 22 Jun 2004 09:30:01 +0000 (09:30 +0000)]
Fixed several inconsistencies.
Sergey Poznyakoff [Wed, 19 May 2004 14:30:21 +0000 (14:30 +0000)]
Updated
Sergey Poznyakoff [Wed, 19 May 2004 14:28:20 +0000 (14:28 +0000)]
Updated
Sergey Poznyakoff [Wed, 19 May 2004 14:27:41 +0000 (14:27 +0000)]
Determine type of the archive before appending to it.
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).
Sergey Poznyakoff [Wed, 19 May 2004 14:26:25 +0000 (14:26 +0000)]
(skip_file): Use seek_archive() if possible.
Sergey Poznyakoff [Wed, 19 May 2004 14:25:55 +0000 (14:25 +0000)]
(seek_archive): New function
(seekable_archive): New global.
Sergey Poznyakoff [Wed, 19 May 2004 14:25:27 +0000 (14:25 +0000)]
(seek_archive): New function
Sergey Poznyakoff [Wed, 19 May 2004 10:59:25 +0000 (10:59 +0000)]
Fix typo
Sergey Poznyakoff [Wed, 19 May 2004 10:58:04 +0000 (10:58 +0000)]
Updated
Sergey Poznyakoff [Wed, 19 May 2004 10:57:25 +0000 (10:57 +0000)]
(safer_name_suffix): Fixed bug intraduced 2004-05-11.
Sergey Poznyakoff [Wed, 19 May 2004 10:35:23 +0000 (10:35 +0000)]
Updated
Sergey Poznyakoff [Wed, 19 May 2004 10:34:09 +0000 (10:34 +0000)]
Document -H option
Sergey Poznyakoff [Wed, 19 May 2004 10:33:26 +0000 (10:33 +0000)]
New option -H (short alias to --format)
Sergey Poznyakoff [Wed, 19 May 2004 10:32:52 +0000 (10:32 +0000)]
New option --update-po
Sergey Poznyakoff [Sun, 16 May 2004 20:57:53 +0000 (20:57 +0000)]
Updated
Sergey Poznyakoff [Sun, 16 May 2004 20:56:05 +0000 (20:56 +0000)]
Minor formatting fix
Sergey Poznyakoff [Sun, 16 May 2004 20:55:18 +0000 (20:55 +0000)]
Updated
Sergey Poznyakoff [Sun, 16 May 2004 20:51:21 +0000 (20:51 +0000)]
Minor fix
Sergey Poznyakoff [Sun, 16 May 2004 20:50:55 +0000 (20:50 +0000)]
Fix improper use of 'path' word
Sergey Poznyakoff [Sun, 16 May 2004 20:49:53 +0000 (20:49 +0000)]
Minor fix.
Sergey Poznyakoff [Sun, 16 May 2004 20:48:14 +0000 (20:48 +0000)]
Updated
Sergey Poznyakoff [Sun, 16 May 2004 20:47:47 +0000 (20:47 +0000)]
Use argp for command line parsing.
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.
Sergey Poznyakoff [Sun, 16 May 2004 20:46:30 +0000 (20:46 +0000)]
Added to the repository
Sergey Poznyakoff [Sun, 16 May 2004 20:46:02 +0000 (20:46 +0000)]
Apply patches from 'patches' subdirectory
Sergey Poznyakoff [Sun, 16 May 2004 09:04:16 +0000 (09:04 +0000)]
Added to the repository
Sergey Poznyakoff [Thu, 13 May 2004 08:25:51 +0000 (08:25 +0000)]
Updated.
Sergey Poznyakoff [Thu, 13 May 2004 08:24:32 +0000 (08:24 +0000)]
Renamed strip_path_option to strip_components_option
Sergey Poznyakoff [Thu, 13 May 2004 08:23:47 +0000 (08:23 +0000)]
Raised version number to 1.14.1
Sergey Poznyakoff [Thu, 13 May 2004 08:22:28 +0000 (08:22 +0000)]
Renamed --strip-path to --strip-components
Changed improper use of _() to ngettext().
Sergey Poznyakoff [Tue, 11 May 2004 14:25:18 +0000 (14:25 +0000)]
Updated
Sergey Poznyakoff [Tue, 11 May 2004 14:24:50 +0000 (14:24 +0000)]
Minor correction
Sergey Poznyakoff [Tue, 11 May 2004 14:24:23 +0000 (14:24 +0000)]
(decode_options): Fixed typo in the comment.
Sergey Poznyakoff [Tue, 11 May 2004 14:23:25 +0000 (14:23 +0000)]
(open_archive): Removed assignment to read_full_records_option.
Sergey Poznyakoff [Tue, 11 May 2004 14:17:28 +0000 (14:17 +0000)]
(sys_child_open_for_uncompress): Do not
set read_full_records_option: the compressed archive is
likely not to contain integer number of records. Should
the user wish to use reblocking, he may always give tar
-B option. This is a minor improvement over the change
dated 2004-03-22.
Sergey Poznyakoff [Tue, 11 May 2004 14:12:39 +0000 (14:12 +0000)]
(safer_name_suffix): (safer_name_suffix): Use "%s"
as the format argument, rather than a possibly-translated variable
string. Patch provided by Jim Meyering <jim@meyering.net>
Sergey Poznyakoff [Tue, 11 May 2004 13:15:18 +0000 (13:15 +0000)]
Updated
Sergey Poznyakoff [Tue, 11 May 2004 13:12:56 +0000 (13:12 +0000)]
New file
Sergey Poznyakoff [Tue, 11 May 2004 13:10:45 +0000 (13:10 +0000)]
Rewritten. Added rules for generating documentation for the project's website.
Sergey Poznyakoff [Tue, 11 May 2004 09:25:59 +0000 (09:25 +0000)]
Updated
Sergey Poznyakoff [Tue, 11 May 2004 09:25:30 +0000 (09:25 +0000)]
Added copyleft statement
Sergey Poznyakoff [Tue, 11 May 2004 09:25:15 +0000 (09:25 +0000)]
Raised version number to 1.14
Sergey Poznyakoff [Mon, 10 May 2004 13:50:42 +0000 (13:50 +0000)]
Updated
Sergey Poznyakoff [Mon, 10 May 2004 13:48:57 +0000 (13:48 +0000)]
Quote TAR_ARCHIVE_FORMATS
Sergey Poznyakoff [Mon, 10 May 2004 13:48:23 +0000 (13:48 +0000)]
(compare): Fixed argument quoting under eval
Sergey Poznyakoff [Mon, 10 May 2004 13:47:52 +0000 (13:47 +0000)]
Fixed prerequisite headers for sys/buf.h (needed on FreeBSD)
Sergey Poznyakoff [Mon, 10 May 2004 11:48:07 +0000 (11:48 +0000)]
Updated
Sergey Poznyakoff [Mon, 10 May 2004 11:46:56 +0000 (11:46 +0000)]
Updated
Sergey Poznyakoff [Mon, 10 May 2004 11:42:23 +0000 (11:42 +0000)]
New option --rmt-command.
(decode_options): Handle --rmt-command. Initialize
rmt_command_option to DEFAULT_RMT_COMMAND.
Sergey Poznyakoff [Mon, 10 May 2004 11:41:43 +0000 (11:41 +0000)]
Use rmt_command_option instead of hardcoded "/etc/rmt".
Sergey Poznyakoff [Mon, 10 May 2004 11:41:23 +0000 (11:41 +0000)]
(read_and): Print block number before
issuing 'Skipping to next header' diagnostics, if
requested by block_number_option.
Sergey Poznyakoff [Mon, 10 May 2004 11:40:55 +0000 (11:40 +0000)]
(rmt_command_option): New variable.
Sergey Poznyakoff [Mon, 10 May 2004 11:39:51 +0000 (11:39 +0000)]
(localedir.h rule): Generate correct DEFAULT_RMT_COMMAND variable.
Sergey Poznyakoff [Mon, 10 May 2004 11:38:54 +0000 (11:38 +0000)]
Fixed --version output.
Sergey Poznyakoff [Mon, 10 May 2004 11:38:16 +0000 (11:38 +0000)]
Fixed --version output.
Fixed initialization of the listing files and printing
the time of the last previous level dump.
Sergey Poznyakoff [Mon, 10 May 2004 11:37:54 +0000 (11:37 +0000)]
Install the scripts only if requested by the configure.
Sergey Poznyakoff [Mon, 10 May 2004 11:37:31 +0000 (11:37 +0000)]
Call gl_AC_TYPE_INTMAX_T. Document
DEFAULT_.* variables. Use DEFAULT_RMT_COMMAND to set
the pathname of the rmt utility.
New option --enable-backup-scripts.
Sergey Poznyakoff [Mon, 10 May 2004 11:36:40 +0000 (11:36 +0000)]
Updated
Sergey Poznyakoff [Mon, 10 May 2004 08:04:37 +0000 (08:04 +0000)]
Updated
This page took 0.049609 seconds and 4 git commands to generate.