]> Dogcows Code - chaz/tar/log
chaz/tar
20 years ago(safer_name_suffix): Skip leading ./
Sergey Poznyakoff [Thu, 13 Nov 2003 22:27:23 +0000 (22:27 +0000)] 
(safer_name_suffix): Skip leading ./

20 years agoAdded POSIX.1-1988 support.
Sergey Poznyakoff [Thu, 13 Nov 2003 22:27:09 +0000 (22:27 +0000)] 
Added POSIX.1-1988 support.

20 years ago(archive_format): USTAR_FORMAT: New type.
Sergey Poznyakoff [Thu, 13 Nov 2003 22:26:55 +0000 (22:26 +0000)] 
(archive_format): USTAR_FORMAT: New type.

20 years agoUpdated
Sergey Poznyakoff [Thu, 13 Nov 2003 08:49:10 +0000 (08:49 +0000)] 
Updated

20 years ago(atime_decoder,gid_decoder,ctime_decoder)
Sergey Poznyakoff [Thu, 13 Nov 2003 08:47:25 +0000 (08:47 +0000)] 
(atime_decoder,gid_decoder,ctime_decoder)
(mtime_decoder,size_decoder,uid_decoder): Use xstrtoumax.
Fixes "pax-big-10g" bug

20 years ago(all_names_found): Check if the argument
Sergey Poznyakoff [Thu, 13 Nov 2003 08:46:53 +0000 (08:46 +0000)] 
(all_names_found): Check if the argument
contains valid filename. Fixes coredump on "not_a_tar_file"

20 years ago(read_and): Initialize current_stat_info
Sergey Poznyakoff [Thu, 13 Nov 2003 08:46:26 +0000 (08:46 +0000)] 
(read_and): Initialize current_stat_info
and extended_header at the start of the loop.

20 years agoFix some C compatibility bugs reported by Joerg Schilling.
Paul Eggert [Thu, 13 Nov 2003 06:23:23 +0000 (06:23 +0000)] 
Fix some C compatibility bugs reported by Joerg Schilling.

20 years agoUpdated
Sergey Poznyakoff [Wed, 12 Nov 2003 11:46:26 +0000 (11:46 +0000)] 
Updated

20 years ago(decode_header): Initialize st_atime and st_ctime.
Sergey Poznyakoff [Wed, 12 Nov 2003 11:46:04 +0000 (11:46 +0000)] 
(decode_header): Initialize st_atime and st_ctime.

20 years agoUpdate
Sergey Poznyakoff [Tue, 11 Nov 2003 15:03:06 +0000 (15:03 +0000)] 
Update

20 years agoFixed spelling. Thanks Martin Buchholz
Sergey Poznyakoff [Tue, 11 Nov 2003 15:02:27 +0000 (15:02 +0000)] 
Fixed spelling. Thanks Martin Buchholz
<martin@xemacs.org> for spotting.

20 years ago(tar_save_LIBS): Bugfix. Thanks Adrian
Sergey Poznyakoff [Tue, 11 Nov 2003 15:01:13 +0000 (15:01 +0000)] 
(tar_save_LIBS): Bugfix. Thanks Adrian
Bunk <bunk@fs.tum.de> for reporting.

20 years agoMake xhdr_tab extern, not static.
Paul Eggert [Wed, 5 Nov 2003 01:33:35 +0000 (01:33 +0000)] 
Make xhdr_tab extern, not static.

20 years agoInclude bounds in forward declaration for xhdr_tab.
Paul Eggert [Mon, 3 Nov 2003 23:03:35 +0000 (23:03 +0000)] 
Include bounds in forward declaration for xhdr_tab.

20 years ago* system.c (sys_spawn_shell): Cast trailing null to (char *).
Paul Eggert [Mon, 27 Oct 2003 05:41:15 +0000 (05:41 +0000)] 
* system.c (sys_spawn_shell): Cast trailing null to (char *).

20 years agoUpdated
Sergey Poznyakoff [Sun, 19 Oct 2003 19:34:51 +0000 (19:34 +0000)] 
Updated

20 years agoTexinfo does not like macros in @copying and @shorttitlepage text...
Sergey Poznyakoff [Sun, 19 Oct 2003 19:17:39 +0000 (19:17 +0000)] 
Texinfo does not like macros in @copying and @shorttitlepage text...

20 years agoDocumented new features.
Sergey Poznyakoff [Sun, 19 Oct 2003 19:05:45 +0000 (19:05 +0000)] 
Documented new features.

20 years ago(decode_options): Removed superfluous archive format check
Sergey Poznyakoff [Sun, 19 Oct 2003 19:02:03 +0000 (19:02 +0000)] 
(decode_options): Removed superfluous archive format check

20 years agoUpdated
Sergey Poznyakoff [Sun, 19 Oct 2003 18:56:49 +0000 (18:56 +0000)] 
Updated

20 years agoUpdated
Sergey Poznyakoff [Wed, 8 Oct 2003 11:21:34 +0000 (11:21 +0000)] 
Updated

20 years ago[MSDOS]: Fixed spelling of EACCES. Added macro overriding broken mkdir prototypes.
Sergey Poznyakoff [Wed, 8 Oct 2003 11:18:01 +0000 (11:18 +0000)] 
[MSDOS]: Fixed spelling of EACCES. Added macro overriding broken mkdir prototypes.

20 years agoRemoved spurious includes.
Sergey Poznyakoff [Wed, 8 Oct 2003 11:17:52 +0000 (11:17 +0000)] 
Removed spurious includes.

20 years agoAdded missing includes.
Sergey Poznyakoff [Wed, 8 Oct 2003 11:17:36 +0000 (11:17 +0000)] 
Added missing includes.

20 years agoAdded missing headers
Sergey Poznyakoff [Wed, 8 Oct 2003 11:17:23 +0000 (11:17 +0000)] 
Added missing headers

20 years agoAdded Wojciech Polak
Sergey Poznyakoff [Wed, 8 Oct 2003 11:17:11 +0000 (11:17 +0000)] 
Added Wojciech Polak

20 years agoUpdated
Sergey Poznyakoff [Wed, 8 Oct 2003 11:16:47 +0000 (11:16 +0000)] 
Updated

20 years agoAdded checks for missing functions. Raised version number to indicate alpha release.
Sergey Poznyakoff [Wed, 8 Oct 2003 11:16:37 +0000 (11:16 +0000)] 
Added checks for missing functions. Raised version number to indicate alpha release.

20 years agoFix some misspellings.
Paul Eggert [Sat, 4 Oct 2003 22:30:52 +0000 (22:30 +0000)] 
Fix some misspellings.

20 years agoUpdated
Sergey Poznyakoff [Sat, 4 Oct 2003 18:22:46 +0000 (18:22 +0000)] 
Updated

20 years agoAdded system.c
Sergey Poznyakoff [Sat, 4 Oct 2003 18:19:34 +0000 (18:19 +0000)] 
Added system.c

20 years agoMoved system dependencies to system.c
Sergey Poznyakoff [Sat, 4 Oct 2003 18:18:02 +0000 (18:18 +0000)] 
Moved system dependencies to system.c

20 years agoMoved system dependencies to system.c
Sergey Poznyakoff [Sat, 4 Oct 2003 18:14:32 +0000 (18:14 +0000)] 
Moved system dependencies to system.c

20 years ago(SET_BINARY_MODE, ERRNO_IS_EACCESS): New defines
Sergey Poznyakoff [Sat, 4 Oct 2003 18:13:51 +0000 (18:13 +0000)] 
(SET_BINARY_MODE, ERRNO_IS_EACCESS): New defines

20 years agoPrototypes for functions from system.c
Sergey Poznyakoff [Sat, 4 Oct 2003 18:13:37 +0000 (18:13 +0000)] 
Prototypes for functions from system.c

20 years agoSystem-dependent functions
Sergey Poznyakoff [Sat, 4 Oct 2003 18:13:02 +0000 (18:13 +0000)] 
System-dependent functions

20 years agoAdded missing files.
Sergey Poznyakoff [Sat, 4 Oct 2003 18:12:16 +0000 (18:12 +0000)] 
Added missing files.

20 years agoCheck for dev_t and ino_t.
Sergey Poznyakoff [Sat, 4 Oct 2003 18:10:08 +0000 (18:10 +0000)] 
Check for dev_t and ino_t.

20 years agoUpdated
Sergey Poznyakoff [Sat, 4 Oct 2003 14:09:46 +0000 (14:09 +0000)] 
Updated

20 years agoNew option --occurrence
Sergey Poznyakoff [Sat, 4 Oct 2003 14:08:16 +0000 (14:08 +0000)] 
New option --occurrence

20 years agoUpdated
Sergey Poznyakoff [Sat, 4 Oct 2003 14:05:14 +0000 (14:05 +0000)] 
Updated

20 years agoCount number of occurrences of each name in the
Sergey Poznyakoff [Sat, 4 Oct 2003 13:50:41 +0000 (13:50 +0000)] 
Count number of occurrences of each name in the
archive.
(name_match): Honor --occurence option.
(names_done): Removed
(all_names_found,names_notfound): Rewritten.

20 years ago(read_and): Honor --occurence option.
Sergey Poznyakoff [Sat, 4 Oct 2003 13:50:20 +0000 (13:50 +0000)] 
(read_and): Honor --occurence option.

20 years ago(delete_archive_members): Honor --occurence option.
Sergey Poznyakoff [Sat, 4 Oct 2003 13:49:46 +0000 (13:49 +0000)] 
(delete_archive_members): Honor --occurence option.

20 years ago(occurrence_option): New global
Sergey Poznyakoff [Sat, 4 Oct 2003 13:49:25 +0000 (13:49 +0000)] 
(occurrence_option): New global
(struct name): Changed `found' member to `uintmax_t
found_count'.
(names_done): Removed
(all_names_found): Changed prototype.
(ISFOUND,WASFOUND): New macros

20 years agoUpdated
Sergey Poznyakoff [Sat, 4 Oct 2003 13:48:52 +0000 (13:48 +0000)] 
Updated

20 years agoUpdated
Sergey Poznyakoff [Thu, 2 Oct 2003 15:08:01 +0000 (15:08 +0000)] 
Updated

20 years agoUpdated
Sergey Poznyakoff [Thu, 2 Oct 2003 15:07:25 +0000 (15:07 +0000)] 
Updated

20 years agoUpdated
Sergey Poznyakoff [Thu, 2 Oct 2003 14:38:23 +0000 (14:38 +0000)] 
Updated

20 years agoRemoved extra precaution regarding subcommand_option == CAT_SUBCOMMAND
Sergey Poznyakoff [Thu, 2 Oct 2003 14:37:24 +0000 (14:37 +0000)] 
Removed extra precaution regarding subcommand_option == CAT_SUBCOMMAND

20 years agoUpdated
Sergey Poznyakoff [Thu, 2 Oct 2003 10:42:14 +0000 (10:42 +0000)] 
Updated

20 years agoTake regexps into account
Sergey Poznyakoff [Thu, 2 Oct 2003 10:41:48 +0000 (10:41 +0000)] 
Take regexps into account

20 years agoNew option --first-copy
Sergey Poznyakoff [Thu, 2 Oct 2003 10:29:43 +0000 (10:29 +0000)] 
New option --first-copy

20 years agoUpdated
Sergey Poznyakoff [Thu, 2 Oct 2003 10:29:18 +0000 (10:29 +0000)] 
Updated

20 years agoNew option --first-copy
Sergey Poznyakoff [Thu, 2 Oct 2003 10:29:00 +0000 (10:29 +0000)] 
New option --first-copy

20 years ago(read_and): Use all_names_found() as `while' condition.
Sergey Poznyakoff [Thu, 2 Oct 2003 10:28:45 +0000 (10:28 +0000)] 
(read_and): Use all_names_found() as `while' condition.

20 years ago(names_done): New function.
Sergey Poznyakoff [Thu, 2 Oct 2003 10:28:30 +0000 (10:28 +0000)] 
(names_done): New function.

20 years agoDon't translate "Copyright".
Paul Eggert [Wed, 24 Sep 2003 19:11:44 +0000 (19:11 +0000)] 
Don't translate "Copyright".

20 years ago--strip strips file system prefix too, and it counts adjacent
Paul Eggert [Mon, 22 Sep 2003 18:54:50 +0000 (18:54 +0000)] 
--strip strips file system prefix too, and it counts adjacent
slashes as if they were one slash.

20 years ago(extracting untrusted archives): New section.
Paul Eggert [Mon, 22 Sep 2003 18:26:50 +0000 (18:26 +0000)] 
(extracting untrusted archives): New section.

20 years ago* README-alpha: Document maintainer tool assumptions a bit.
Paul Eggert [Thu, 18 Sep 2003 06:29:27 +0000 (06:29 +0000)] 
* README-alpha: Document maintainer tool assumptions a bit.
* configure.ac (AC_AIX, AC_MINIX): Remove.
* lib/.cvsignore, m4/.cvsignore: Update.

20 years agoAdd restrict.m4, time_r.m4.
Paul Eggert [Thu, 18 Sep 2003 06:28:13 +0000 (06:28 +0000)] 
Add restrict.m4, time_r.m4.

20 years agoAdd exit.h, time_r.c, time_r.h.
Paul Eggert [Thu, 18 Sep 2003 06:27:52 +0000 (06:27 +0000)] 
Add exit.h, time_r.c, time_r.h.

20 years ago(AC_AIX, AC_MINIX): Remove; subsumed by gl_USE_SYSTEM_EXTENSIONS.
Paul Eggert [Thu, 18 Sep 2003 06:27:34 +0000 (06:27 +0000)] 
(AC_AIX, AC_MINIX): Remove; subsumed by gl_USE_SYSTEM_EXTENSIONS.

20 years agoDocument maintainer tool assumptions a bit. GNU 'sed' is no longer
Paul Eggert [Thu, 18 Sep 2003 06:26:47 +0000 (06:26 +0000)] 
Document maintainer tool assumptions a bit.  GNU 'sed' is no longer
required.  For GNU m4 1.4, suggest the patch in Debian bug 211447.
Fix minor misspellings/whitespace nits.

20 years agobootstrap: Don't use "for option; do".
Paul Eggert [Wed, 17 Sep 2003 17:35:16 +0000 (17:35 +0000)] 
bootstrap: Don't use "for option; do".

20 years agoDon't use "for option; do"; Solaris 8 /bin/sh doesn't like that.
Paul Eggert [Wed, 17 Sep 2003 17:33:32 +0000 (17:33 +0000)] 
Don't use "for option; do"; Solaris 8 /bin/sh doesn't like that.

20 years agoUpdated
Sergey Poznyakoff [Wed, 17 Sep 2003 12:37:58 +0000 (12:37 +0000)] 
Updated

20 years agoUpdated
Sergey Poznyakoff [Wed, 17 Sep 2003 10:30:45 +0000 (10:30 +0000)] 
Updated

20 years agoUpdated
Sergey Poznyakoff [Wed, 17 Sep 2003 10:19:01 +0000 (10:19 +0000)] 
Updated

20 years agoAdded src/xheader.c
Sergey Poznyakoff [Wed, 17 Sep 2003 10:18:11 +0000 (10:18 +0000)] 
Added src/xheader.c

20 years ago(cut_path_elements): Added proto.
Sergey Poznyakoff [Wed, 17 Sep 2003 10:17:09 +0000 (10:17 +0000)] 
(cut_path_elements): Added proto.

20 years agoUpdated
Sergey Poznyakoff [Fri, 5 Sep 2003 13:25:32 +0000 (13:25 +0000)] 
Updated

20 years agoUse ngettext where appropriate.
Sergey Poznyakoff [Fri, 5 Sep 2003 13:24:15 +0000 (13:24 +0000)] 
Use ngettext where appropriate.

20 years agoUpdate
Sergey Poznyakoff [Thu, 4 Sep 2003 15:49:37 +0000 (15:49 +0000)] 
Update

20 years agoNew option --strip-path=NUM.
Sergey Poznyakoff [Thu, 4 Sep 2003 15:48:02 +0000 (15:48 +0000)] 
New option --strip-path=NUM.
(decode_options) Assign boolean values to bool variables.

20 years ago(cut_path_elements): New functon.
Sergey Poznyakoff [Thu, 4 Sep 2003 15:47:26 +0000 (15:47 +0000)] 
(cut_path_elements): New functon.

20 years ago(extract_archive): Implemented --strip-path
Sergey Poznyakoff [Thu, 4 Sep 2003 15:44:44 +0000 (15:44 +0000)] 
(extract_archive): Implemented --strip-path

20 years ago(strip_path_elements): New variable.
Sergey Poznyakoff [Thu, 4 Sep 2003 15:44:07 +0000 (15:44 +0000)] 
(strip_path_elements): New variable.

20 years agoUpdated
Sergey Poznyakoff [Thu, 4 Sep 2003 15:43:35 +0000 (15:43 +0000)] 
Updated

20 years agoAdded *.shar.gz
Sergey Poznyakoff [Thu, 4 Sep 2003 15:42:55 +0000 (15:42 +0000)] 
Added *.shar.gz

20 years agoUpdated
Sergey Poznyakoff [Thu, 4 Sep 2003 14:01:22 +0000 (14:01 +0000)] 
Updated

20 years agoExplicitly request GNU format. This will
Sergey Poznyakoff [Thu, 4 Sep 2003 14:00:25 +0000 (14:00 +0000)] 
Explicitly request GNU format. This will
disappear when GNU extended header keywords are working.

20 years ago(xheader_decode): Store the header as well (for eventual delete).
Sergey Poznyakoff [Thu, 4 Sep 2003 13:59:52 +0000 (13:59 +0000)] 
(xheader_decode): Store the header as well (for eventual delete).

20 years ago(main): Do not check for volume_label_option unless subcommand_option is CREATE_SUBCO...
Sergey Poznyakoff [Thu, 4 Sep 2003 13:59:35 +0000 (13:59 +0000)] 
(main): Do not check for volume_label_option unless subcommand_option is CREATE_SUBCOMMAND.

20 years ago(read_header): Minor change.
Sergey Poznyakoff [Thu, 4 Sep 2003 13:59:03 +0000 (13:59 +0000)] 
(read_header): Minor change.

20 years agoFixed deletion from the POSIX archives.
Sergey Poznyakoff [Thu, 4 Sep 2003 13:58:42 +0000 (13:58 +0000)] 
Fixed deletion from the POSIX archives.

20 years agoUpdated
Sergey Poznyakoff [Thu, 4 Sep 2003 09:38:14 +0000 (09:38 +0000)] 
Updated

20 years ago(decode_record): Reversed the return condition.
Sergey Poznyakoff [Thu, 4 Sep 2003 09:37:48 +0000 (09:37 +0000)] 
(decode_record): Reversed the return condition.

20 years agoSupport for "linkpath" extended keyword
Sergey Poznyakoff [Thu, 4 Sep 2003 09:37:05 +0000 (09:37 +0000)] 
Support for "linkpath" extended keyword

20 years agoUpdated
Sergey Poznyakoff [Wed, 3 Sep 2003 11:03:58 +0000 (11:03 +0000)] 
Updated

20 years agoUpdated
Sergey Poznyakoff [Wed, 3 Sep 2003 11:03:23 +0000 (11:03 +0000)] 
Updated

20 years agoUse DEFAULT_ARCHIVE_FORMAT macro
Sergey Poznyakoff [Wed, 3 Sep 2003 11:03:07 +0000 (11:03 +0000)] 
Use DEFAULT_ARCHIVE_FORMAT macro
(archive_format_string): New function.
(usage): Updated help output.

20 years agoAllow to redefine the default output format.
Sergey Poznyakoff [Wed, 3 Sep 2003 11:02:38 +0000 (11:02 +0000)] 
Allow to redefine the default output format.

20 years agoRemove some lint caught by gcc -Wall -W, etc.
Paul Eggert [Wed, 3 Sep 2003 06:23:42 +0000 (06:23 +0000)] 
Remove some lint caught by gcc -Wall -W, etc.

20 years ago(struct xhdr_tab.keyword): Now pointer to const.
Paul Eggert [Wed, 3 Sep 2003 06:22:34 +0000 (06:22 +0000)] 
(struct xhdr_tab.keyword): Now pointer to const.
(struct xhdr_tab.coder, struct xhdr_tab.decoder, locate_handler,
decode_record, xheader_store, xheader_print, code_string, code_time,
code_num, dummy_coder, dummy_decoder, atime_coder, atime_decoder,
gid_coder, gid_decoder, gname_coder, gname_decoder, linkpath_coder,
linkpath_decoder, ctime_coder, ctime_decoder, mtime_coder,
mtime_decoder, path_coder, path_decoder, size_coder, size_decoder,
uid_coder, uid_decoder, uname_coder, uname_decoder):
Use pointers to const when possible.
(xhdr_tab): Now const.

(struct xhdr_tab.decoder, dummy_decoder,
atime_decoder, gid_decoder, gname_decoder, linkpath_decoder,
ctime_decoder, mtime_decoder, path_decoder, size_decoder,
uid_decoder, uname_decoder): Remove unused keyword arg.
All uses changed.

(xhdr_tab, format_uintmax): Now static.

(dummy_coder, dummy_decoder, atime_coder,
atime_decoder, gid_coder, gid_decoder, gname_coder, gname_decoder,
linkpath_coder, linkpath_decoder, mtime_coder, mtime_decoder,
ctime_coder, ctime_decoder, path_coder, path_decoder, size_coder,
size_decoder, uid_coder, uid_decoder, uname_coder, uname_decoder):
Remove forward decls; no longer needed.
(xhdr_tab): Move to end, so that the forward decls aren't needed.
Add a forward declaration.

(decode_record): Return bool, not int.

(decode_record): Fix misspelling in diagnostic
"extended headed" -> "extended header".

(decode_record, xheader_decode):
Do not use decls like "char *p, *q;".

20 years ago(update_archive): Abort if HEADER_SUCCESS_EXTENDED occurs,
Paul Eggert [Wed, 3 Sep 2003 06:20:41 +0000 (06:20 +0000)] 
(update_archive): Abort if HEADER_SUCCESS_EXTENDED occurs,
as it's not possible.
Pass false to read_header, not 0.

20 years ago(struct fmttab.name): Now char const *. All uses changed.
Paul Eggert [Wed, 3 Sep 2003 06:19:00 +0000 (06:19 +0000)] 
(struct fmttab.name): Now char const *.  All uses changed.
(fmttab): Now const.  All uses changed.  Avoid GCC warning by
not eliding initializers.
(set_archive_format): Report an error if no format name matches,
instead of returning an undefined value.
(set_archive_format): Now static.

20 years ago(read_and): Abort if HEADER_SUCCESS_EXTENDED occurs, as it's not
Paul Eggert [Wed, 3 Sep 2003 06:15:32 +0000 (06:15 +0000)] 
(read_and): Abort if HEADER_SUCCESS_EXTENDED occurs, as it's not
possible.  Pass false to read_header, not 0.

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