Paul Eggert
c6f0ad5117
Update copyright years
...
UPDATE_COPYRIGHT_USE_INTERVALS=1 \
gnulib/build-aux/update-copyright \
$(git ls-files | sed -e '/^gnulib$/d
/^paxutils$/d
/^COPYING$/d
/\/fdl.texi$/d')
sed -i '2000,${
/^Copyright @copyright/d
s/^[0-9]*--\(2024 Free Software Foundation, Inc.\)/Copyright (C) \1/
}' doc/tar.texi
2024-01-01 19:08:46 -08:00
Paul Eggert
719d3b44b7
Update copyright years
...
UPDATE_COPYRIGHT_USE_INTERVALS=1 \
gnulib/build-aux/update-copyright \
$(git ls-files | sed -e '/^gnulib$/d
/^paxutils$/d
/^COPYING$/d
/\/fdl.texi$/d')
2023-01-06 12:50:36 -08:00
Sergey Poznyakoff
5c713540e3
Update copyright years
2022-01-02 10:25:29 +02:00
Sergey Poznyakoff
afa743ac23
Update copyright years
2021-01-06 17:55:16 +02:00
Sergey Poznyakoff
8d90723d30
Update copyright years
2020-02-08 13:21:13 +02:00
Sergey Poznyakoff
2684c88a49
Version 1.31
2019-01-02 20:20:28 +02:00
Sergey Poznyakoff
30fe67226a
Update copyright years
2017-01-02 14:49:55 +02:00
Sergey Poznyakoff
8980ecd62d
Update copyright years
2016-01-20 11:29:17 +02:00
Sergey Poznyakoff
e7c99a4dd1
Fix README
...
Remove the reference to PORTS
2014-10-01 23:19:02 +03:00
Sergey Poznyakoff
45ccda1193
Update copyright years.
2014-01-30 13:54:15 +02:00
Paul Eggert
cd7bdd4076
maint: update copyrights for 2013 and as per current GNU standards
2012-12-31 13:17:15 -08:00
Paul Eggert
debc485626
tar: quote 'like this', not `like this'
...
This fixes some test failures recently introduced by gnulib updates
prompted by recent changes to the GNU coding standards,
which now advise to use quotes 'like this' or "like this"
rather than `like this'.
* NEWS: Document this.
* README, README-hacking, doc/Makefile.am, scripts/backup.in:
* scripts/backup.sh.in, scripts/dump-remind.in:
* src/buffer.c, src/checkpoint.c, src/create.c, src/incremen.c:
* src/misc.c, src/names.c, src/sparse.c, src/transform.c:
* tests/incr02.at, tests/incremental.at, tests/multiv08.at:
* tests/sparse04.at, tests/star/README, tests/update01.at:
Quote 'like this' in comments.
* src/tar.h:
Quote "like this" in comments, when quoting English phrases rather
than code.
* configure.ac:
* scripts/xsparse.c (get_var, read_xheader, main):
* src/compare.c (diff_archive):
* src/extract.c (prepare_to_extract):
* src/tar.c (request_stdin, tar_set_quoting_style, doc, options)
(set_subcommand_option, report_textual_dates, parse_opt)
(decode_options, main):
* src/xheader.c (decx):
Quote 'like this' in diagnostics.
* doc/tar.texi (list, warnings, override)
(Selecting Archive Members, quoting styles, after, hard links)
(Sparse Recovery, Multi-Volume Archives, label):
Adjust documentation to match new output.
* tests/backup01.at, tests/incr01.at, tests/incr04.at:
* tests/label04.at, tests/label05.at, tests/link03.at:
* tests/listed02.at, tests/multiv03.at, tests/multiv05.at:
* tests/rename01.at, tests/rename02.at, tests/rename03.at:
* tests/volume.at:
Adjust tests to match new quoting behavior.
2012-01-18 00:25:23 -08:00
Paul Eggert
0ab5e64ac0
tar: remove trailing white space from source files
...
* ChangeLog.1, ChangeLog.CVS, Makefile.am, NEWS, README:
* README-hacking, directory, doc/Makefile.am, doc/dumpdir.texi:
* doc/gendocs_template, doc/intern.texi, doc/mastermenu.el:
* doc/snapshot.texi, doc/sparse.texi, doc/tar-snapshot-edit.texi:
* doc/value.texi, lib/Makefile.am, scripts/backup-specs:
* scripts/dump-remind.in, scripts/tar-snapshot-edit, scripts/tarcat:
* scripts/xsparse.c, src/arith.h, src/buffer.c, src/compare.c:
* src/create.c, src/delete.c, src/exit.c, src/suffix.c, src/tar.c:
* src/tar.h, src/update.c, src/warning.c, src/xheader.c:
* tests/append01.at, tests/append02.at, tests/atlocal.in:
* tests/delete03.at, tests/exclude.at, tests/exclude06.at:
* tests/extrac04.at, tests/extrac05.at, tests/extrac06.at:
* tests/extrac07.at, tests/filerem01.at, tests/filerem02.at:
* tests/incr01.at, tests/incr02.at, tests/incr03.at, tests/incr06.at:
* tests/label02.at, tests/label03.at, tests/label04.at:
* tests/label05.at, tests/link02.at, tests/link03.at:
* tests/listed01.at, tests/listed02.at, tests/long01.at:
* tests/longv7.at, tests/multiv01.at, tests/multiv02.at:
* tests/multiv03.at, tests/multiv05.at, tests/multiv06.at:
* tests/multiv07.at, tests/multiv08.at, tests/options.at:
* tests/options02.at, tests/remfiles03.at, tests/rename01.at:
* tests/rename02.at, tests/rename03.at, tests/rename04.at:
* tests/rename05.at, tests/same-order01.at, tests/same-order02.at:
* tests/shortfile.at, tests/shortupd.at, tests/sparse01.at:
* tests/sparse02.at, tests/sparsemv.at, tests/sparsemvp.at:
* tests/star/README, tests/star/gtarfail2.at:
* tests/star/multi-fail.at:
* tests/star/pax-big-10g.at, tests/star/quicktest.sh:
* tests/star/ustar-big-2g.at, tests/star/ustar-big-8g.at:
* tests/update01.at, tests/update02.at, tests/volsize.at:
* tests/volume.at:
Remove trailing spaces and tabs from lines, and remove
trailing empty lines from files. This makes it a bit easier
to share code among coreutils and other projects that do this.
2010-08-19 15:50:07 -07:00
Sergey Poznyakoff
a0fb51e136
Relicense under GPLv3
2007-06-27 13:30:12 +00:00
Sergey Poznyakoff
86e91a5bfc
Fix typo
2006-09-12 09:56:39 +00:00
Paul Eggert
120e96c480
Update FSF postal mail address.
2005-05-15 03:59:08 +00:00
Sergey Poznyakoff
06bb349ca9
Updated
2004-09-02 13:54:24 +00:00
Sergey Poznyakoff
289687bd1c
Updated
2004-05-10 11:36:40 +00:00
Sergey Poznyakoff
cbde0aa660
Updated
2004-02-18 14:39:10 +00:00
Sergey Poznyakoff
c92c357a62
Updated
2003-09-03 11:03:23 +00:00
Paul Eggert
121b4241d7
Suggest Autoconf 2.57, Automake 1.7.5, Bison 1.875.
2003-07-04 23:08:20 +00:00
Paul Eggert
3698b9585b
Add copyright notice. ignfail.sh fails on some NFS hosts.
2001-08-26 23:54:59 +00:00
Paul Eggert
ffcddc2e16
Update email address, gzip 1.3 location, and Sparc GCC bugs.
2000-10-29 22:23:21 +00:00
Paul Eggert
afec289954
New sections for gzip and bzip2, Solaris.
...
Remove mention of BACKLOG.
1999-12-13 05:34:39 +00:00
Paul Eggert
bf9a7d3d97
Remove --with-dmalloc.
...
Add --disable-largefile.
Remove old NeXT dirent problems, or AIX valloc problems.
Remove old union wait advice, and old %lld advice.
Remove advice about FreeBSD 2.1.7, ISC 4.1mu, Ultrix `make'.
1999-10-11 06:56:17 +00:00
Paul Eggert
0b277662d5
spelling corrections
1999-08-23 09:55:55 +00:00
Paul Eggert
6c48e00730
tar-bugs@gnu.org -> bug-tar@gnu.org
1999-07-14 15:13:25 +00:00
Paul Eggert
5cff6c76e7
Describe changes since 1.12.
1999-06-29 02:26:25 +00:00
Paul Eggert
13140bcaf9
Remove --with-included-malloc.
...
Upgrade version numbers of build software.
1999-03-18 07:20:42 +00:00
Paul Eggert
5f1d467d9c
Update version number.
1999-01-20 19:30:20 +00:00
Paul Eggert
2a65ad143a
1.12.lfs.6
1998-12-07 22:44:42 +00:00
Paul Eggert
b4e98e81e0
Bump revision
1998-11-15 09:30:07 +00:00
Paul Eggert
1d20c503fd
Update to 1.12.lfs.4.
1998-10-29 02:29:49 +00:00
Paul Eggert
6cd816fc83
Update revision number.
1998-08-07 19:09:53 +00:00
Paul Eggert
7f0553b270
Add explanation of why this isn't an official version.
1998-02-18 01:23:55 +00:00
Paul Eggert
3aa399bca9
Update version to 1.12.lfs.1
1998-02-02 22:57:55 +00:00
Paul Eggert
ea6fcdf217
gtar 1.12
1997-04-25 17:33:20 +00:00
François Pinard
5db79aed3b
*** empty log message ***
1994-11-16 02:56:41 +00:00
François Pinard
a898045247
*** empty log message ***
1994-11-16 02:56:38 +00:00
François Pinard
9f3d04c415
*** empty log message ***
1994-11-16 02:56:36 +00:00
François Pinard
c086e08a4b
*** empty log message ***
1994-11-16 02:56:34 +00:00
François Pinard
c9477c3e7b
*** empty log message ***
1994-11-16 02:56:32 +00:00
François Pinard
e4b2fc0bd9
*** empty log message ***
1994-11-16 02:56:30 +00:00
François Pinard
c904c6ac55
*** empty log message ***
1994-11-16 02:56:28 +00:00
François Pinard
790cbac20c
*** empty log message ***
1994-11-16 02:56:25 +00:00
François Pinard
f6bb9ed862
Initial revision
1994-11-16 02:56:21 +00:00
François Pinard
f809340f62
*** empty log message ***
1994-11-16 02:56:17 +00:00
François Pinard
2a29aa0b1d
*** empty log message ***
1994-11-16 02:56:14 +00:00