/[tar]/tar/NEWS
ViewVC logotype

Log of /tar/NEWS

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.164
Sat Mar 7 10:35:28 2009 UTC (15 years ago) by cvs2git
Branch: MAIN
CVS Tags: HEAD
Changes since 1.163: +0 -0 lines
FILE REMOVED
remove all files; README-use-git: add this one file


Revision 1.163 - (view) (download) (annotate) - [select for diffs]
Thu Mar 5 07:25:27 2009 UTC (15 years ago) by gray
Branch: MAIN
Changes since 1.162: +2 -0 lines
Diff to previous 1.162
Version 1.22


Revision 1.162 - (view) (download) (annotate) - [select for diffs]
Thu Mar 5 07:22:56 2009 UTC (15 years ago) by gray
Branch: MAIN
Changes since 1.161: +5 -11 lines
Diff to previous 1.161
Version 1.22


Revision 1.161 - (view) (download) (annotate) - [select for diffs]
Wed Mar 4 16:50:39 2009 UTC (15 years ago) by gray
Branch: MAIN
Changes since 1.160: +32 -1 lines
Diff to previous 1.160
Add xz support.

* src/buffer.c, src/suffix.c: Add support for xz compression.
* src/tar.c: New option --xz, for compression/decompression using xz.
Re-assign -J as a short equivalent of --xz.
* doc/tar.texi, NEWS: Document --xz


Revision 1.160 - (view) (download) (annotate) - [select for diffs]
Sat Dec 27 11:40:31 2008 UTC (15 years, 3 months ago) by gray
Branch: MAIN
Changes since 1.159: +3 -3 lines
Diff to previous 1.159
Version 1.21


Revision 1.159 - (view) (download) (annotate) - [select for diffs]
Thu Oct 30 14:13:01 2008 UTC (15 years, 5 months ago) by gray
Branch: MAIN
Changes since 1.158: +30 -11 lines
Diff to previous 1.158
* NEWS, configure.ac: Version 1.20.91
* doc/tar.texi: Document transformation scope flags.
* src/common.h (transform_symlinks_option): Remove in favor of
transformation scope flags.
(XFORM_REGFILE, XFORM_LINK, XFORM_SYMLINK, XFORM_ALL): New macros.
(transform_name, transform_member_name, transform_name_fp): Take
an additional argument, specifying scope flags.
* src/create.c: Reflect changes to transform_name.
* src/extract.c (extract_link, extract_symlink): Remove calls to
transform_member_name. It is done in read_header.
* src/list.c (decode_xform): Reflect change in data type of 2nd
argument.
(transform_member_name): 2nd arg is int.
(decode_header): Transform file name and link target names.
* src/tar.c: Remove --transform-symlinks.
* src/transform.c (struct transform): New member `flags'.
(transform_flags): New variable.
(parse_transform_expr): Parse transformation scope flags. Allow to
set global flags using `flags=' syntax.
(_transform_name_to_obstack, transform_name_fp)
(transform_name): Take an additional argument, specifying scope
flags.


Revision 1.158 - (view) (download) (annotate) - [select for diffs]
Wed Oct 22 20:55:35 2008 UTC (15 years, 5 months ago) by gray
Branch: MAIN
Changes since 1.157: +5 -1 lines
Diff to previous 1.157
* src/buffer.c (short_read): Remove !read_full_records condition,
which was always false on a first record and thus disabled record
size autodetection.  Thanks Ed Leaver for the patch.
(_gnu_flush_read): Handle blocking_factor == 1.
* tests/sparsemv.at: Reflect changes to buffer.c.
* tests/sparsemvp.at: Likewise.
* tests/volsize.at: Likewise.
* NEWS: Update.
* THANKS: Add Ed Leaver.


Revision 1.157 - (view) (download) (annotate) - [select for diffs]
Thu Oct 16 11:07:19 2008 UTC (15 years, 5 months ago) by gray
Branch: MAIN
Changes since 1.156: +11 -1 lines
Diff to previous 1.156
* src/common.h (transform_symlinks_option): New global.
* src/create.c (dump_file0): Transform symlink targets only if
explicitly required.  Thanks Cyril Strejc for reporting the
problem.
* src/tar.c (parse_opt): New options --transform-symlinks and
--no-transform-symlinks. New alias --xform to the --transform
option.
* doc/tar.texi: Document --transform-symlinks
* NEWS: Update.
* THANKS: Update.

* src/names.c (name_gather): Use xzalloc.
* src/buffer.c (short_read): Move record size detection before
the loop.


Revision 1.156 - (view) (download) (annotate) - [select for diffs]
Wed Sep 24 10:58:19 2008 UTC (15 years, 6 months ago) by gray
Branch: MAIN
Changes since 1.155: +10 -1 lines
Diff to previous 1.155
Implement --no-null option.

* NEWS: Update.
* doc/tar.texi: Update.
* src/tar.c: New option --no-null.


Revision 1.155 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 10:19:19 2008 UTC (15 years, 9 months ago) by gray
Branch: MAIN
Changes since 1.154: +25 -1 lines
Diff to previous 1.154
* configure.ac, NEWS: Version 1.20.90
* doc/tar.texi: Document -J, --no-auto-compress, etc.
* src/buffer.c (ct_tar): New constant.
(magic): Add lzop support.  Proposed by Kevin Day
<thekevinday@gmail.com>.
(check_compressed_archive): Do not use autodetect if the
compression program was specified explicitly.
Fall back to analyzing archive name, if the autodetection fails.
* src/suffix.c: Add .lzo
* src/tar.c: New options --lzop and --no-auto-compress.
New short option -J (alias for --lzma).


Revision 1.154 - (view) (download) (annotate) - [select for diffs]
Thu Jun 26 06:32:25 2008 UTC (15 years, 9 months ago) by gray
Branch: MAIN
Changes since 1.153: +4 -0 lines
Diff to previous 1.153
Bugfixes.

* src/buffer.c (try_new_volume): Print more information with error
diagnostics.
(_gnu_flush_write): Improve error checking.  Adjust
real_s_sizeleft before calling new_volume to avoid creating
malformed multivolume headers.
* tests/delete05.at, tests/gzip.at, tests/ignfail.at,
tests/longv7.at, tests/lustar01.at, tests/lustar02.at,
tests/shortfile.at: Update to match new diagnostic wording
(see 2008-05-06).

* NEWS: Update.


Revision 1.153 - (view) (download) (annotate) - [select for diffs]
Sat Jun 14 10:16:09 2008 UTC (15 years, 9 months ago) by gray
Branch: MAIN
Changes since 1.152: +2 -2 lines
Diff to previous 1.152
Update


Revision 1.152 - (view) (download) (annotate) - [select for diffs]
Thu Mar 27 10:11:05 2008 UTC (16 years ago) by gray
Branch: MAIN
Changes since 1.151: +13 -1 lines
Diff to previous 1.151
* NEWS: Document --no-check-device and --check-device.
* doc/rendition.texi: Change the way FIXME-*refs are handled in
!PROOF.
* doc/intern.texi, doc/tar.texi: Update.
* doc/untabify.el: New file.
* doc/Makefile.am (EXTRA_DIST): Add untabify.el
(untabify, final, check-format, check-refs, check-fixmes)
(check-unrevised, all-check-docs, check-docs): New rules.


Revision 1.151 - (view) (download) (annotate) - [select for diffs]
Fri Feb 8 14:12:22 2008 UTC (16 years, 1 month ago) by gray
Branch: MAIN
Changes since 1.150: +9 -5 lines
Diff to previous 1.150
* NEWS: Update.
* configure.ac: Version 1.19.90
* po/POTFILES.in: Add missing files.
* src/compare.c (verify_volume): Honor --ignore-zeros.
Proposed by Jan-Benedict Glaw.
* tests/shortfile.at (AT_KEYWORDS): Add shortfile0.


Revision 1.150 - (view) (download) (annotate) - [select for diffs]
Thu Feb 7 15:46:29 2008 UTC (16 years, 1 month ago) by gray
Branch: MAIN
Changes since 1.149: +5 -1 lines
Diff to previous 1.149
Update


Revision 1.149 - (view) (download) (annotate) - [select for diffs]
Mon Feb 4 10:39:05 2008 UTC (16 years, 1 month ago) by gray
Branch: MAIN
Changes since 1.148: +1 -1 lines
Diff to previous 1.148
Update


Revision 1.148 - (view) (download) (annotate) - [select for diffs]
Mon Feb 4 10:38:18 2008 UTC (16 years, 1 month ago) by gray
Branch: MAIN
Changes since 1.147: +9 -1 lines
Diff to previous 1.147
Document changes to the --transform option.


Revision 1.147 - (view) (download) (annotate) - [select for diffs]
Wed Dec 5 09:48:37 2007 UTC (16 years, 3 months ago) by gray
Branch: MAIN
Changes since 1.146: +5 -1 lines
Diff to previous 1.146
Update


Revision 1.146 - (view) (download) (annotate) - [select for diffs]
Wed Oct 31 12:57:05 2007 UTC (16 years, 5 months ago) by gray
Branch: MAIN
Changes since 1.145: +6 -1 lines
Diff to previous 1.145
Update


Revision 1.145 - (view) (download) (annotate) - [select for diffs]
Mon Oct 29 16:53:20 2007 UTC (16 years, 5 months ago) by gray
Branch: MAIN
Changes since 1.144: +16 -2 lines
Diff to previous 1.144
Update


Revision 1.144 - (view) (download) (annotate) - [select for diffs]
Wed Oct 17 09:12:09 2007 UTC (16 years, 5 months ago) by gray
Branch: MAIN
Changes since 1.143: +12 -1 lines
Diff to previous 1.143
Update


Revision 1.143 - (view) (download) (annotate) - [select for diffs]
Wed Oct 10 11:03:14 2007 UTC (16 years, 5 months ago) by gray
Branch: MAIN
Changes since 1.142: +3 -3 lines
Diff to previous 1.142
Version 1.19


Revision 1.142 - (view) (download) (annotate) - [select for diffs]
Fri Oct 5 11:21:40 2007 UTC (16 years, 5 months ago) by gray
Branch: MAIN
Changes since 1.141: +3 -1 lines
Diff to previous 1.141
Update


Revision 1.141 - (view) (download) (annotate) - [select for diffs]
Sat Sep 29 00:48:08 2007 UTC (16 years, 6 months ago) by gray
Branch: MAIN
Changes since 1.140: +9 -2 lines
Diff to previous 1.140
Update


Revision 1.140 - (view) (download) (annotate) - [select for diffs]
Thu Sep 27 09:16:24 2007 UTC (16 years, 6 months ago) by gray
Branch: MAIN
Changes since 1.139: +2 -2 lines
Diff to previous 1.139
Raise version number to 1.18.90


Revision 1.139 - (view) (download) (annotate) - [select for diffs]
Wed Sep 26 22:06:24 2007 UTC (16 years, 6 months ago) by gray
Branch: MAIN
Changes since 1.138: +16 -1 lines
Diff to previous 1.138
Update


Revision 1.138 - (view) (download) (annotate) - [select for diffs]
Fri Aug 24 12:23:19 2007 UTC (16 years, 7 months ago) by gray
Branch: MAIN
Changes since 1.137: +15 -1 lines
Diff to previous 1.137
Raise version number to 1.18.1


Revision 1.137 - (view) (download) (annotate) - [select for diffs]
Fri Jun 29 20:20:02 2007 UTC (16 years, 9 months ago) by gray
Branch: MAIN
Changes since 1.136: +9 -1 lines
Diff to previous 1.136
Final update for GPLv3


Revision 1.136 - (view) (download) (annotate) - [select for diffs]
Wed Jun 27 13:30:13 2007 UTC (16 years, 9 months ago) by gray
Branch: MAIN
Changes since 1.135: +1 -1 lines
Diff to previous 1.135
Relicense under GPLv3


Revision 1.135 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 18:49:19 2007 UTC (16 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.134: +8 -8 lines
Diff to previous 1.134
Fix typo: occurence -> occurrence.


Revision 1.134 - (view) (download) (annotate) - [select for diffs]
Fri Jun 8 09:34:18 2007 UTC (16 years, 9 months ago) by gray
Branch: MAIN
Changes since 1.133: +14 -7 lines
Diff to previous 1.133
Raise version number to 1.17


Revision 1.133 - (view) (download) (annotate) - [select for diffs]
Tue Apr 3 21:38:14 2007 UTC (16 years, 11 months ago) by gray
Branch: MAIN
Changes since 1.132: +4 -1 lines
Diff to previous 1.132
Update


Revision 1.132 - (view) (download) (annotate) - [select for diffs]
Fri Mar 30 19:18:46 2007 UTC (17 years ago) by gray
Branch: MAIN
Changes since 1.131: +6 -0 lines
Diff to previous 1.131
Update


Revision 1.131 - (view) (download) (annotate) - [select for diffs]
Fri Jan 19 15:42:43 2007 UTC (17 years, 2 months ago) by gray
Branch: MAIN
Changes since 1.130: +10 -1 lines
Diff to previous 1.130
Version 1.16.2


Revision 1.130 - (view) (download) (annotate) - [select for diffs]
Fri Dec 8 16:59:56 2006 UTC (17 years, 3 months ago) by gray
Branch: MAIN
CVS Tags: release_1_16_1
Branch point for: branch_1_16
Changes since 1.129: +3 -3 lines
Diff to previous 1.129
Fix wording


Revision 1.129 - (view) (download) (annotate) - [select for diffs]
Thu Dec 7 14:34:48 2006 UTC (17 years, 3 months ago) by gray
Branch: MAIN
Changes since 1.128: +12 -0 lines
Diff to previous 1.128
Update


Revision 1.128 - (view) (download) (annotate) - [select for diffs]
Mon Dec 4 21:35:56 2006 UTC (17 years, 3 months ago) by eggert
Branch: MAIN
Changes since 1.127: +4 -0 lines
Diff to previous 1.127
* NEWS: Fix some race conditions with tar -x --same-owner.
* src/extract.c (ARCHIVED_PERMSTATS): Add a comment saying that
S_IRWXG | S_IRWXO might be masked out.
(set_mode): Set the mode if some bits were masked out originally.
(set_stat): Don't chmod before chown, as that might temporarily
grant permissions that we don't want to grant.  The chmod was
there only to work around broken hosts, so add a comment advising
users not to use those broken hosts instead.
(repair_delayed_set_stat, extract_dir):
Remember to mask out current umask before inverting permissions.
(extract_dir): If the owner might change, or if the mode has
special bits, create the directory 700 at first, but restore it later.
(open_output_file): New arg mode; all uses changed.
(extract_file, extract_node, extract_fifo): If the owner might
change, omit group and other bits at first, but restore them after
changing the owner.


Revision 1.127 - (view) (download) (annotate) - [select for diffs]
Thu Nov 30 06:39:29 2006 UTC (17 years, 4 months ago) by eggert
Branch: MAIN
Changes since 1.126: +8 -0 lines
Diff to previous 1.126
* NEWS: Remove support for mangled names.
* doc/tar.texi (verbose tutorial): Likewise.
* src/Makefile.am (tar_SOURCES): Remove mangle.c.
* src/common.h (extract_mangle): Remove decl.
* src/extract.c (extract_mangle_wrapper): Remove.
(prepare_to_extract): Remove support for mangled names.
* src/list.c (read_and, print_header): Likewise.
* src/mangle.c: Remove.
* src/tar.h (GNUTYPE_NAMES): Remove.


Revision 1.126 - (view) (download) (annotate) - [select for diffs]
Wed Nov 29 18:16:27 2006 UTC (17 years, 4 months ago) by eggert
Branch: MAIN
Changes since 1.125: +9 -9 lines
Diff to previous 1.125
Remove trailing white space.


Revision 1.125 - (view) (download) (annotate) - [select for diffs]
Sat Oct 21 16:47:42 2006 UTC (17 years, 5 months ago) by gray
Branch: MAIN
CVS Tags: release_1_16
Changes since 1.124: +1 -1 lines
Diff to previous 1.124
Version 1.16


Revision 1.124 - (view) (download) (annotate) - [select for diffs]
Mon Oct 16 07:49:00 2006 UTC (17 years, 5 months ago) by gray
Branch: MAIN
Changes since 1.123: +4 -0 lines
Diff to previous 1.123
Update


Revision 1.123 - (view) (download) (annotate) - [select for diffs]
Sun Jul 9 11:26:46 2006 UTC (17 years, 8 months ago) by gray
Branch: MAIN
Changes since 1.122: +2 -0 lines
Diff to previous 1.122
Update


Revision 1.122 - (view) (download) (annotate) - [select for diffs]
Tue Jul 4 21:53:40 2006 UTC (17 years, 8 months ago) by gray
Branch: MAIN
Changes since 1.121: +3 -0 lines
Diff to previous 1.121
Update


Revision 1.121 - (view) (download) (annotate) - [select for diffs]
Wed Jun 21 10:44:29 2006 UTC (17 years, 9 months ago) by gray
Branch: MAIN
Changes since 1.120: +7 -1 lines
Diff to previous 1.120
Update


Revision 1.120 - (view) (download) (annotate) - [select for diffs]
Mon Jun 12 13:17:54 2006 UTC (17 years, 9 months ago) by gray
Branch: MAIN
CVS Tags: alpha_1_15_91
Changes since 1.119: +10 -1 lines
Diff to previous 1.119
Update


Revision 1.119 - (view) (download) (annotate) - [select for diffs]
Thu Jun 8 22:34:16 2006 UTC (17 years, 9 months ago) by gray
Branch: MAIN
Changes since 1.118: +5 -0 lines
Diff to previous 1.118
Update


Revision 1.118 - (view) (download) (annotate) - [select for diffs]
Sat Jun 3 20:53:17 2006 UTC (17 years, 9 months ago) by gray
Branch: MAIN
Changes since 1.117: +3 -5 lines
Diff to previous 1.117
Update


Revision 1.117 - (view) (download) (annotate) - [select for diffs]
Fri Jun 2 15:05:36 2006 UTC (17 years, 10 months ago) by gray
Branch: MAIN
Changes since 1.116: +6 -5 lines
Diff to previous 1.116
Update


Revision 1.116 - (view) (download) (annotate) - [select for diffs]
Fri Jun 2 08:01:33 2006 UTC (17 years, 10 months ago) by gray
Branch: MAIN
Changes since 1.115: +19 -1 lines
Diff to previous 1.115
Update


Revision 1.115 - (view) (download) (annotate) - [select for diffs]
Thu May 25 07:02:59 2006 UTC (17 years, 10 months ago) by gray
Branch: MAIN
Changes since 1.114: +48 -0 lines
Diff to previous 1.114
Update


Revision 1.114 - (view) (download) (annotate) - [select for diffs]
Mon May 8 12:09:07 2006 UTC (17 years, 10 months ago) by gray
Branch: MAIN
Changes since 1.113: +22 -13 lines
Diff to previous 1.113
Update


Revision 1.113 - (view) (download) (annotate) - [select for diffs]
Sun Feb 19 19:28:17 2006 UTC (18 years, 1 month ago) by gray
Branch: MAIN
CVS Tags: alpha_1_15_90, alpha_1_15_90_incremental_1
Changes since 1.112: +1 -1 lines
Diff to previous 1.112
Raise version number to 1.15.90


Revision 1.112 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 22:18:36 2006 UTC (18 years, 1 month ago) by eggert
Branch: MAIN
Changes since 1.111: +5 -0 lines
Diff to previous 1.111
* NEWS: --version now outputs copyright etc., to conform to the
GNU coding standards.  Remove --license.
* gnulib.modules: Add version-etc-fsf.
* doc/tar.texi: Document the change.
* lib/.cvsignore: Add version-etc-fsf.c, version-etc.c, version-etc.h.
* scripts/Makefile.am (SED_CMD): Update PAKCAGE_NAME, not PACKAGE.
* scripts/backup.in: Remove --license.  Change --version to conform
to GCS.
* scripts/restore.in: Likewise.
* scripts/backup.sh.in (license): Output briefer license in the
style of coreutils, for consistency with other changes.
* src/tar.c: Include <version-etc.h>.
(LICENSE_OPTION): Remove.
(options): Remove --license.
(license): Remove.
(parse_opt): Use version_etc instead of rolling it ourselves.
Remove --license.
* tests/version.at (tar --version): Check only the first line of
output.


Revision 1.111 - (view) (download) (annotate) - [select for diffs]
Tue Feb 7 20:55:50 2006 UTC (18 years, 1 month ago) by eggert
Branch: MAIN
Changes since 1.110: +2 -7 lines
Diff to previous 1.110
Update copyright year to 2006.


Revision 1.110 - (view) (download) (annotate) - [select for diffs]
Wed Jan 18 15:35:34 2006 UTC (18 years, 2 months ago) by gray
Branch: MAIN
Changes since 1.109: +9 -1 lines
Diff to previous 1.109
Updated


Revision 1.109 - (view) (download) (annotate) - [select for diffs]
Sun Dec 11 14:10:05 2005 UTC (18 years, 3 months ago) by gray
Branch: MAIN
Changes since 1.108: +9 -0 lines
Diff to previous 1.108
Update


Revision 1.108 - (view) (download) (annotate) - [select for diffs]
Tue Dec 6 23:16:10 2005 UTC (18 years, 3 months ago) by gray
Branch: MAIN
Changes since 1.107: +11 -0 lines
Diff to previous 1.107
Update


Revision 1.107 - (view) (download) (annotate) - [select for diffs]
Thu Dec 1 14:51:19 2005 UTC (18 years, 4 months ago) by gray
Branch: MAIN
Changes since 1.106: +2 -0 lines
Diff to previous 1.106
Update


Revision 1.106 - (view) (download) (annotate) - [select for diffs]
Tue Nov 29 19:14:21 2005 UTC (18 years, 4 months ago) by eggert
Branch: MAIN
Changes since 1.105: +4 -0 lines
Diff to previous 1.105
* NEWS: New option --atime-preserve=system, which uses O_NOATIME.

* configure.ac: Prefer AC_CHECK_HEADERS_ONCE to AC_CHECK_HEADERS.
Check for stropts.h and sys/filio.h too, for _FIOSATIME.
* doc/tar.texi: Change "modification time" to "data modification
time", "change time" to "status change time", and "filesystem" to
"file system", so that we use terminology consistent with POSIX.
Use American spacing rather than French for sentence ends.
"non-dependable" -> "undependable".
(Option Summary, Attributes): Explain better the pitfalls of the
--atime-preserve option, and suggest read-only mounts,loopback
mounts, and noatime mounts for older systems.
* doc/value.texi (op-atime-preserve-system): Renamed from
op-atime-preserver-system to fix a misspelling.
* src/common.h (enum atime_preserve): Use lower case for enum values.
* src/compare.c: Don't include utimens.h; no longer needed.
(diff_file): Use set_file_atime rather than utimens; avoid closing
diff_handle until after this, so that we can set the file time stamp
via the file descriptor rather than via its name.
* src/create.c: Don't include utimens.h; no longer needed.
(dump_regular_finish): Remove.  All callers now do its work inline.
(dump_dir): New arg FD.  All callers changed.
Use fdsavedir rather than savedir.
(unknown_file_error): Arg is a const pointer now.
(dump_file0): 2nd arg is a const pointer now.
Treat directories more like files, with respect to --atime-preserve.
For example, also warn if a directory changes while we are dumping it.
Prefer file descriptors to file names when retrieving/setting file
attributes; this saves path-resolution time and allows us to avoid
changing mtime/ctime on Solaris when restoring atime as root.
Use O_DIRECTORY when opening directories, to avoid some race conditions.
Do not reset atime if mtime has changed.  Report an error if
we cannot reset atime.

First cut at adding support for --atime-preserve=system.
* doc/tar.texi (Option Summary): First cut at documenting it.
All other uses of --atime-preserve changed to --atime-preserve=replace.
* doc/value.texi (op-atime-preserve-replace, op-atime-preserver-system):
New.
(op-atime-preserve): Mention METHOD.
* src/common.h (atime_preserve): New enum.
(atime_preserve_option): Now of the enum type rather than bool.
All uses changed.
* src/compare.c (diff_file): Read with O_NOATIME if asked for.
* src/create.c (dump_file0): Read regular and CTG files with O_NOATIME
if asked for.
* src/tar.c (usage): Mention new usage.
(parse_opt): Parse new usage.


Revision 1.105 - (view) (download) (annotate) - [select for diffs]
Mon Nov 7 00:25:52 2005 UTC (18 years, 4 months ago) by eggert
Branch: MAIN
Changes since 1.104: +38 -38 lines
Diff to previous 1.104
Minor language and white space fixes.


Revision 1.104 - (view) (download) (annotate) - [select for diffs]
Wed Sep 28 20:42:39 2005 UTC (18 years, 6 months ago) by gray
Branch: MAIN
Changes since 1.103: +13 -0 lines
Diff to previous 1.103
Updated


Revision 1.103 - (view) (download) (annotate) - [select for diffs]
Wed Jun 22 06:24:39 2005 UTC (18 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.102: +9 -0 lines
Diff to previous 1.102
Carefully crafted invalid headers can cause buffer overrun.
Invalid header fields go undiagnosed.
Some valid time strings are ignored.

* NEWS: Better support for full-resolution time stamps.
The -v option now prints time stamps only to 1-minute resolution.
* gnulib.modules: Add utimens.
* lib/.cvsignore: Add imaxtostr.c, inttostr.c, inttostr.h,
offtostr.c, umaxtostr.c, utimens.c, utimens.h.  Remove paxconvert.c.
* lib/Makefile.tmpl (libtar_a_SOURCES): Remove paxconvert.c.
* lib/paxconvert.c: Remove; superseded by umaxtostr.c.
* po/POTFILES.in: Remove lib/paxconvert.c.  Add lib/xalloc-die.c,
lib/obstack.c.
* src/buffer.c (set_start_time, compute_duration, start_time):
Use gettime rather than rolling our own code.
* src/common.h (OLDGNU_NAME_FIELD_SIZE, MAXOCTAL11, MAXOCTAL7): Remove.
(newer_ctime_option): Remove.
(timespec_lt): New function.
(OLDER_STAT_TIME): Use it.
(string_to_chars): First arg is char const *, not char *.
(tartime): Time arg is now struct timespec.  New bool arg.
All callers changed.
(code_ns_fraction): New decl.
(sys_stat_nanoseconds): Remove decl.
(get_stat_atime, get_stat_ctime, get_stat_mtime): New functions.
(set_stat_atime, set_stat_ctime, set_stat_mtime): New functions.
* src/compare.c: Include utimens.h rather than rolling our own.
(diff_dir, diff_file, diff_link, diff_symlink, diff_special):
Prototype.
(diff_dumpdir, diff_multivol): Prototype.
(diff_file): Support higher-resolution time stamps.
* src/create.c: Include utimens.h rather than rolling our own.
(MAX_OCTAL_VAL): New macro.
(tar_copy_str, string_to_chars): Don't bother to zero-fill;
the destination is already zeroed.
(string_to_chars): First arg is char const *.
(start_private_header): Use MINOR_TO_CHARS, not MAJOR_TO_CHARS,
for minor device number.
(write_header_name, dump_hard_link, dump_file0):
Simplify test for old GNU format.
(start_header): Put in placeholders for uid, etc., even when
using extended headers, for benefit of older "tar" implementations.
Don't assume uintmax_t is wider than 32 bits.
Output extended header for mtime if needed.
(dump_regular_finish, dump_file0):
Support extended time stamp resolution.
* src/extract.c: Include utimens.h rather than rolling our own.
(check_time): Support extended time stamp resolution.
* src/list.c: Include <inttostr.h>.
(tartime): Use umaxtostr rather than stringify_uintmax_t_backwards.
* src/xheader.c: Include <inttostr.h>.
Do not include <xstrtol.h>.
(strtoimax) [!HAVE_DECL_STRTOIMAX && !defined strtoimax]: New decl.
(strtoumax) [!HAVE_DECL_STRTOUMAX && !defined strtoumax]: New decl.
(BILLION, LOG10_BILLION): New constants.
(to_decimal): Remove; superseded by inttostr.  All callers changed
to use umaxtostr.
(xheader_format_name): Don't assume pids and uintmax_t values
fit in 63 bytes (!) when printed.
(decode_record): Don't bother to check for ERANGE; an out of range
value must be treater than len_max anyway.
If the length is out of range, output it in the diagnostic.
(format_uintmax): Remove; all callers changed to use umaxtostr.
(xheader_print): Don't assume sizes can be printed in 99 bytes (!).
(out_of_range_header): New function.
(decode_time): Use it.
(code_time): Accept struct timespec, not time_t and unsigned long.
All callers changed.  Size sbuf properly, and remove unnecessary check.
Don't assume time stamps can fit in 199 bytes.
Handle negative time stamps.  Handle fractional time stamps
more consistently.  Don't output unnecessary trailing zeros.
(decode_time): Yield struct timespec, not time_t and unsigned long.
All callers changed.
Handle negative time stamps.  Truncate towards minus infinity
consistently.  Improve overflow checks, and output a better
diagnostic on overflow.
(code_num): Don't assume uintmax_t can be printed in 99 bytes (!).
(decode_num): New function, for better diagnostics.
(atime_coder, atime_decoder, gid_decoder, ctime_coder):
(ctime_decoder, mtime_coder, mtime_decoder, size_decoder):
(uid_decoder, sparse_size_decoder, sparse_numblocks_decoder):
(sparse_offset_decoder, sparse_numbytes_decoder):
Use decode_num, etc., instead of xstrtoumax, etc.

* src/xheader.c (sparse_numblocks_decoder): Remove unchecked use
of `calloc'.  Use xcalloc instead.
(decode_time, gid_decoder, size_decoder, uid_decoder):
(sparse_size_decoder, sparse_offset_decoder, sparse_numblocks_decoder):
Ensure that the result of calling xstrtoumax is no larger than
the maximum value for the target type.  Upon any failure, exit with
a diagnostic.
(sparse_numblocks_decoder): Avoid buffer overrun/heap corruption:
use x2nrealloc, rather than `n *= 2' and xrealloc(p, n,....
(decode_time): Rewrite to accept time strings like
1119018481.000000000.  Before, such strings were always ignored.


Revision 1.102 - (view) (download) (annotate) - [select for diffs]
Mon May 30 15:15:25 2005 UTC (18 years, 10 months ago) by gray
Branch: MAIN
Changes since 1.101: +3 -0 lines
Diff to previous 1.101
Updated


Revision 1.101 - (view) (download) (annotate) - [select for diffs]
Sun May 15 03:59:08 2005 UTC (18 years, 10 months ago) by eggert
Branch: MAIN
Changes since 1.100: +2 -2 lines
Diff to previous 1.100
Update FSF postal mail address.


Revision 1.100 - (view) (download) (annotate) - [select for diffs]
Thu May 12 15:38:19 2005 UTC (18 years, 10 months ago) by gray
Branch: MAIN
Changes since 1.99: +3 -0 lines
Diff to previous 1.99
Updated


Revision 1.99 - (view) (download) (annotate) - [select for diffs]
Sat Apr 16 07:22:13 2005 UTC (18 years, 11 months ago) by eggert
Branch: MAIN
Changes since 1.98: +13 -13 lines
Diff to previous 1.98
Use UTF-8 uniformly, rather than UTF-8 sometimes and Latin-1 sometimes.


Revision 1.98 - (view) (download) (annotate) - [select for diffs]
Tue Jan 18 01:18:07 2005 UTC (19 years, 2 months ago) by gray
Branch: MAIN
Changes since 1.97: +14 -0 lines
Diff to previous 1.97
Updated


Revision 1.97 - (view) (download) (annotate) - [select for diffs]
Thu Jan 13 16:13:43 2005 UTC (19 years, 2 months ago) by gray
Branch: MAIN
Changes since 1.96: +14 -1 lines
Diff to previous 1.96
Updated


Revision 1.96 - (view) (download) (annotate) - [select for diffs]
Tue Dec 21 13:23:27 2004 UTC (19 years, 3 months ago) by gray
Branch: MAIN
CVS Tags: release_1_15_1
Changes since 1.95: +6 -0 lines
Diff to previous 1.95
Entry for 1.15.1


Revision 1.95 - (view) (download) (annotate) - [select for diffs]
Mon Dec 20 13:54:01 2004 UTC (19 years, 3 months ago) by gray
Branch: MAIN
CVS Tags: release_1_15
Changes since 1.94: +1 -1 lines
Diff to previous 1.94
Raised version number to 1.15


Revision 1.94 - (view) (download) (annotate) - [select for diffs]
Sat Dec 18 20:14:34 2004 UTC (19 years, 3 months ago) by gray
Branch: MAIN
Changes since 1.93: +6 -3 lines
Diff to previous 1.93
Updated


Revision 1.93 - (view) (download) (annotate) - [select for diffs]
Sat Dec 18 20:06:18 2004 UTC (19 years, 3 months ago) by gray
Branch: MAIN
Changes since 1.92: +4 -5 lines
Diff to previous 1.92
Updated


Revision 1.92 - (view) (download) (annotate) - [select for diffs]
Fri Nov 26 19:10:20 2004 UTC (19 years, 4 months ago) by gray
Branch: MAIN
Changes since 1.91: +5 -0 lines
Diff to previous 1.91
Updated


Revision 1.91 - (view) (download) (annotate) - [select for diffs]
Mon Oct 25 15:55:11 2004 UTC (19 years, 5 months ago) by gray
Branch: MAIN
Changes since 1.90: +7 -1 lines
Diff to previous 1.90
Updated


Revision 1.90 - (view) (download) (annotate) - [select for diffs]
Thu Sep 2 13:54:24 2004 UTC (19 years, 6 months ago) by gray
Branch: MAIN
Branch point for: alpha-1_14_90
Changes since 1.89: +16 -5 lines
Diff to previous 1.89
Updated


Revision 1.89 - (view) (download) (annotate) - [select for diffs]
Wed Sep 1 15:06:09 2004 UTC (19 years, 7 months ago) by gray
Branch: MAIN
Changes since 1.88: +7 -1 lines
Diff to previous 1.88
Updated


Revision 1.88 - (view) (download) (annotate) - [select for diffs]
Tue Aug 31 11:51:58 2004 UTC (19 years, 7 months ago) by gray
Branch: MAIN
Changes since 1.87: +2 -0 lines
Diff to previous 1.87
Updated


Revision 1.87 - (view) (download) (annotate) - [select for diffs]
Thu Aug 19 13:13:37 2004 UTC (19 years, 7 months ago) by gray
Branch: MAIN
Changes since 1.86: +4 -1 lines
Diff to previous 1.86
Updated


Revision 1.86 - (view) (download) (annotate) - [select for diffs]
Tue Aug 10 11:24:25 2004 UTC (19 years, 7 months ago) by gray
Branch: MAIN
Changes since 1.85: +12 -0 lines
Diff to previous 1.85
Updated


Revision 1.85 - (view) (download) (annotate) - [select for diffs]
Tue Jun 29 10:09:52 2004 UTC (19 years, 9 months ago) by gray
Branch: MAIN
Changes since 1.84: +9 -0 lines
Diff to previous 1.84
Updated


Revision 1.84 - (view) (download) (annotate) - [select for diffs]
Thu May 13 08:25:51 2004 UTC (19 years, 10 months ago) by gray
Branch: MAIN
Changes since 1.83: +30 -11 lines
Diff to previous 1.83
Updated.


Revision 1.83 - (view) (download) (annotate) - [select for diffs]
Tue May 11 09:25:15 2004 UTC (19 years, 10 months ago) by gray
Branch: MAIN
CVS Tags: release_1_14
Changes since 1.82: +11 -5 lines
Diff to previous 1.82
Raised version number to 1.14


Revision 1.82 - (view) (download) (annotate) - [select for diffs]
Mon May 10 11:36:40 2004 UTC (19 years, 10 months ago) by gray
Branch: MAIN
Changes since 1.81: +11 -1 lines
Diff to previous 1.81
Updated


Revision 1.81 - (view) (download) (annotate) - [select for diffs]
Sat May 8 22:18:38 2004 UTC (19 years, 10 months ago) by gray
Branch: MAIN
Changes since 1.80: +3 -1 lines
Diff to previous 1.80
Updated


Revision 1.80 - (view) (download) (annotate) - [select for diffs]
Sun Apr 4 13:30:14 2004 UTC (19 years, 11 months ago) by gray
Branch: MAIN
Changes since 1.79: +2 -2 lines
Diff to previous 1.79
Updated


Revision 1.79 - (view) (download) (annotate) - [select for diffs]
Sun Feb 29 00:04:03 2004 UTC (20 years, 1 month ago) by gray
Branch: MAIN
Changes since 1.78: +2 -2 lines
Diff to previous 1.78
Updated


Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Mon Feb 23 10:04:49 2004 UTC (20 years, 1 month ago) by gray
Branch: MAIN
CVS Tags: alpha_1_13_93
Changes since 1.77: +6 -3 lines
Diff to previous 1.77
Updated


Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Sun Feb 22 20:50:33 2004 UTC (20 years, 1 month ago) by gray
Branch: MAIN
Changes since 1.76: +1 -1 lines
Diff to previous 1.76
Minor fix


Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Sat Feb 21 09:41:19 2004 UTC (20 years, 1 month ago) by gray
Branch: MAIN
Changes since 1.75: +1 -1 lines
Diff to previous 1.75
Updated


Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Fri Feb 20 11:44:47 2004 UTC (20 years, 1 month ago) by gray
Branch: MAIN
Changes since 1.74: +5 -1 lines
Diff to previous 1.74
Documented --pax-option


Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Thu Dec 25 10:17:31 2003 UTC (20 years, 3 months ago) by uid65697
Branch: MAIN
Changes since 1.73: +1 -1 lines
Diff to previous 1.73
Updated


Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Sun Oct 19 18:56:49 2003 UTC (20 years, 5 months ago) by gray
Branch: MAIN
Changes since 1.72: +1 -1 lines
Diff to previous 1.72
Updated


Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Wed Oct 8 11:16:47 2003 UTC (20 years, 5 months ago) by gray
Branch: MAIN
Changes since 1.71: +1 -1 lines
Diff to previous 1.71
Updated


Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Sat Oct 4 22:30:53 2003 UTC (20 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.70: +10 -10 lines
Diff to previous 1.70
Fix some misspellings.


Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Sat Oct 4 13:48:52 2003 UTC (20 years, 5 months ago) by gray
Branch: MAIN
Changes since 1.69: +5 -3 lines
Diff to previous 1.69
Updated


Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Thu Oct 2 10:29:18 2003 UTC (20 years, 6 months ago) by gray
Branch: MAIN
Changes since 1.68: +27 -16 lines
Diff to previous 1.68
Updated


Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Thu Sep 4 15:43:35 2003 UTC (20 years, 6 months ago) by gray
Branch: MAIN
Changes since 1.67: +2 -0 lines
Diff to previous 1.67
Updated


Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Wed Sep 3 11:03:23 2003 UTC (20 years, 7 months ago) by gray
Branch: MAIN
Changes since 1.66: +6 -0 lines
Diff to previous 1.66
Updated


Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Sat Aug 30 05:37:55 2003 UTC (20 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.65: +4 -5 lines
Diff to previous 1.65
Drop en_GB locale; it was more trouble than it was worth (e.g., different
users in en_GB disagree about -ize versus -ise).


Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Mon Jul 28 11:57:26 2003 UTC (20 years, 8 months ago) by gray
Branch: MAIN
Changes since 1.64: +19 -4 lines
Diff to previous 1.64
Updated


Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Sun Jul 27 11:59:30 2003 UTC (20 years, 8 months ago) by gray
Branch: MAIN
Changes since 1.63: +12 -0 lines
Diff to previous 1.63
Updated


Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Fri Jul 25 15:06:32 2003 UTC (20 years, 8 months ago) by gray
Branch: MAIN
Changes since 1.62: +4 -0 lines
Diff to previous 1.62
Started the entry for 1.13.26


Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Sat Jul 5 21:12:43 2003 UTC (20 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.61: +13 -2 lines
Diff to previous 1.61
Mention --index-file, --no-overwrite-dir, new translations.


Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Fri Jul 4 23:25:38 2003 UTC (20 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.60: +2 -8 lines
Diff to previous 1.60
Convert to UTF-8.


Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Wed Sep 26 20:31:11 2001 UTC (22 years, 6 months ago) by eggert
Branch: MAIN
Changes since 1.59: +4 -0 lines
Diff to previous 1.59
1.13.25


Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sun Sep 23 06:23:14 2001 UTC (22 years, 6 months ago) by eggert
Branch: MAIN
Changes since 1.58: +5 -0 lines
Diff to previous 1.58
Version 1.13.24.


Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Fri Sep 14 01:51:21 2001 UTC (22 years, 6 months ago) by eggert
Branch: MAIN
Changes since 1.57: +4 -0 lines
Diff to previous 1.57
1.13.23


Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Wed Aug 29 21:43:51 2001 UTC (22 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.56: +4 -0 lines
Diff to previous 1.56
version 1.13.22.


Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Wed Aug 29 06:31:47 2001 UTC (22 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.55: +4 -0 lines
Diff to previous 1.55
1.13.21


Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Mon Aug 27 18:17:25 2001 UTC (22 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.54: +42 -27 lines
Diff to previous 1.54
Describe changes a bit more carefully.  Put copyright notice at end.


Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Sun Aug 26 23:56:07 2001 UTC (22 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.53: +39 -1 lines
Diff to previous 1.53
More security problems fixes; new options for --exclude.


Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Sat Jan 13 07:34:26 2001 UTC (23 years, 2 months ago) by eggert
Branch: MAIN
Changes since 1.52: +9 -1 lines
Diff to previous 1.52
-I has been withdrawn.
-N can now take file names.


Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Sun Oct 29 22:23:21 2000 UTC (23 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.51: +39 -7 lines
Diff to previous 1.51
Describe 1.13.18.


Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Fri Jan 7 23:02:32 2000 UTC (24 years, 2 months ago) by eggert
Branch: MAIN
Changes since 1.50: +6 -1 lines
Diff to previous 1.50
1.13.17 news


Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Mon Dec 13 05:35:02 1999 UTC (24 years, 3 months ago) by eggert
Branch: MAIN
Changes since 1.49: +41 -0 lines
Diff to previous 1.49
Version 1.13.16


Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Fri Dec 3 13:52:46 1999 UTC (24 years, 4 months ago) by eggert
Branch: MAIN
Changes since 1.48: +5 -0 lines
Diff to previous 1.48
version 1.13.15


Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Sun Nov 7 22:05:04 1999 UTC (24 years, 4 months ago) by eggert
Branch: MAIN
Changes since 1.47: +6 -0 lines
Diff to previous 1.47
Version 1.13.14.


Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Mon Oct 11 06:56:17 1999 UTC (24 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.46: +7 -0 lines
Diff to previous 1.46
version 1.13.13


Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sat Sep 25 05:50:48 1999 UTC (24 years, 6 months ago) by eggert
Branch: MAIN
Changes since 1.45: +2 -0 lines
Diff to previous 1.45
A read error now causes a nonzero exit status.


Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sat Sep 25 00:33:06 1999 UTC (24 years, 6 months ago) by eggert
Branch: MAIN
Changes since 1.44: +33 -8 lines
Diff to previous 1.44
Version 1.13.12


Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Mon Aug 23 09:55:55 1999 UTC (24 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.43: +26 -6 lines
Diff to previous 1.43
1.13.11


Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Fri Aug 20 09:13:42 1999 UTC (24 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.42: +11 -0 lines
Diff to previous 1.42
version 1.13.10


Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Wed Aug 18 08:05:06 1999 UTC (24 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.41: +13 -0 lines
Diff to previous 1.41
version 1.13.9


Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Mon Aug 16 08:13:20 1999 UTC (24 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.40: +6 -0 lines
Diff to previous 1.40
version 1.13.8


Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Sat Aug 14 07:05:51 1999 UTC (24 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.39: +10 -1 lines
Diff to previous 1.39
Version 1.13.7.


Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Wed Aug 11 13:37:09 1999 UTC (24 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.38: +34 -4 lines
Diff to previous 1.38
version 1.13.6


Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Jul 20 19:55:35 1999 UTC (24 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.37: +4 -0 lines
Diff to previous 1.37
Version 1.13.5


Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue Jul 20 07:09:27 1999 UTC (24 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.36: +6 -0 lines
Diff to previous 1.36
version 1.13.4


Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Sat Jul 17 01:49:35 1999 UTC (24 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.35: +6 -0 lines
Diff to previous 1.35
version 1.13.3


Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Wed Jul 14 15:17:06 1999 UTC (24 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.34: +5 -0 lines
Diff to previous 1.34
version 1.13.2


Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Mon Jul 12 13:28:36 1999 UTC (24 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.33: +4 -0 lines
Diff to previous 1.33
Version 1.13.1


Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Thu Jul 8 04:09:22 1999 UTC (24 years, 8 months ago) by eggert
Branch: MAIN
Changes since 1.32: +1 -1 lines
Diff to previous 1.32
Bump date to 07-08.


Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Mon Jul 5 06:54:49 1999 UTC (24 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
Update date.


Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sun Jul 4 07:21:30 1999 UTC (24 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.30: +1 -1 lines
Diff to previous 1.30
Update release date.


Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Sat Jul 3 05:00:55 1999 UTC (24 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.29: +9 -7 lines
Diff to previous 1.29
version 1.13 news


Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Thu Jul 1 21:01:44 1999 UTC (24 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.28: +1 -1 lines
Diff to previous 1.28
version 1.12.64016


Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Tue Jun 29 02:26:25 1999 UTC (24 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.27: +10 -13 lines
Diff to previous 1.27
Describe changes since 1.12.


Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Fri Jun 25 23:32:39 1999 UTC (24 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
1.12.64014


Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Sat Jun 19 06:19:27 1999 UTC (24 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.25: +1 -1 lines
Diff to previous 1.25
version 1.12.64013


Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Wed Jun 16 11:39:30 1999 UTC (24 years, 9 months ago) by eggert
Branch: MAIN
Changes since 1.24: +1 -1 lines
Diff to previous 1.24
Bump version.


Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Fri Apr 9 22:40:42 1999 UTC (24 years, 11 months ago) by eggert
Branch: MAIN
Changes since 1.23: +1 -1 lines
Diff to previous 1.23
Bump version.


Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Mon Mar 22 22:10:51 1999 UTC (25 years ago) by eggert
Branch: MAIN
Changes since 1.22: +1 -1 lines
Diff to previous 1.22
Version 1.12.64010


Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Sat Mar 20 11:50:30 1999 UTC (25 years ago) by eggert
Branch: MAIN
Changes since 1.21: +6 -5 lines
Diff to previous 1.21
version 1.12.64009


Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Thu Mar 18 07:25:29 1999 UTC (25 years ago) by eggert
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
Update version number.


Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Mon Mar 8 07:51:45 1999 UTC (25 years ago) by eggert
Branch: MAIN
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
Update to 1.12.64007.


Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Tue Mar 2 00:10:11 1999 UTC (25 years, 1 month ago) by eggert
Branch: MAIN
Changes since 1.18: +1 -1 lines
Diff to previous 1.18
1.12.64006


Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Sat Feb 20 06:04:28 1999 UTC (25 years, 1 month ago) by eggert
Branch: MAIN
Changes since 1.17: +1 -1 lines
Diff to previous 1.17
Version 1.12.64005


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Mon Feb 1 08:02:16 1999 UTC (25 years, 2 months ago) by eggert
Branch: MAIN
Changes since 1.16: +1 -1 lines
Diff to previous 1.16
1.12.64004


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu Jan 28 00:29:59 1999 UTC (25 years, 2 months ago) by eggert
Branch: MAIN
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
version 1.12.64003


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Jan 27 20:45:26 1999 UTC (25 years, 2 months ago) by eggert
Branch: MAIN
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
Version 1.12.64002


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Fri Jan 22 22:37:10 1999 UTC (25 years, 2 months ago) by eggert
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
Update version


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Wed Jan 20 20:49:57 1999 UTC (25 years, 2 months ago) by eggert
Branch: MAIN
Changes since 1.12: +5 -5 lines
Diff to previous 1.12
Update version number to 1.12.64000.


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Mon Dec 7 22:44:42 1998 UTC (25 years, 3 months ago) by eggert
Branch: MAIN
Changes since 1.11: +1 -1 lines
Diff to previous 1.11
1.12.lfs.6


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Sun Nov 15 09:30:07 1998 UTC (25 years, 4 months ago) by eggert
Branch: MAIN
Changes since 1.10: +1 -1 lines
Diff to previous 1.10
Bump revision


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Thu Oct 29 02:29:49 1998 UTC (25 years, 5 months ago) by eggert
Branch: MAIN
Changes since 1.9: +1 -1 lines
Diff to previous 1.9
Update to 1.12.lfs.4.


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Aug 7 19:09:53 1998 UTC (25 years, 7 months ago) by eggert
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
Update revision number.


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Wed Feb 18 01:23:55 1998 UTC (26 years, 1 month ago) by eggert
Branch: MAIN
Changes since 1.7: +8 -1 lines
Diff to previous 1.7
Add explanation of why this isn't an official version.


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Mon Feb 2 23:02:03 1998 UTC (26 years, 2 months ago) by eggert
Branch: MAIN
Changes since 1.6: +7 -0 lines
Diff to previous 1.6
Add 1.12.lfs.1.


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Fri Apr 25 20:37:23 1997 UTC (26 years, 11 months ago) by eggert
Branch: MAIN
Changes since 1.5: +143 -81 lines
Diff to previous 1.5
GNU tar 1.12


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 03:05:12 1994 UTC (29 years, 4 months ago) by pinard
Branch: MAIN
Changes since 1.4: +9 -2 lines
Diff to previous 1.4
*** empty log message ***


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 03:05:10 1994 UTC (29 years, 4 months ago) by pinard
Branch: MAIN
Changes since 1.3: +22 -2 lines
Diff to previous 1.3
*** empty log message ***


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 03:05:08 1994 UTC (29 years, 4 months ago) by pinard
Branch: MAIN
Changes since 1.2: +5 -1 lines
Diff to previous 1.2
*** empty log message ***


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 03:05:07 1994 UTC (29 years, 4 months ago) by pinard
Branch: MAIN
Changes since 1.1: +1 -0 lines
Diff to previous 1.1
*** empty log message ***


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Wed Nov 16 03:05:05 1994 UTC (29 years, 4 months ago) by pinard
Branch: MAIN
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26