Currently there is just one ChangeLog file for tar, but
there used to be separate ChangeLog files for each subdirectory.
This file records what used to be in those separate files.
Copyright 1989-1997, 2013 Free Software Foundation, Inc.
This file is part of GNU tar.
GNU tar is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
GNU tar is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
----- ChangeLog -----
1997-04-25 François Pinard
* Release 1.12.
* configure.in: Check for the inline keyword.
1997-04-24 François Pinard
* Makefile.am (BABYL): Delete admin/RMAIL, renamed rmail/announce.
* PORTS: New file.
(EXTRA_DIST): Adjusted.
1997-04-23 François Pinard
* BI-PATCHES: Patches for Bison 1.25.
* Makefile.am (EXTRA_DIST): Adjusted.
* configure.in (AC_PROG_INSTALL): Call deleted. AM_INIT_AUTOMAKE
takes care of this already.
1997-04-22 François Pinard
* Prerelease 1.11q.
* configure.in: Use gethostent instead of gethostbyname while
checking for -lnsl. It seems SINIX systems require this.
Reported by Bruno Haible.
1997-04-19 François Pinard
* acinclude.m4: New fp_WITH_INCLUDED_MALLOC macro.
* configure.in: Use it instead of the HP/UX test for GNU malloc.
Reported by Bruno Haible.
1997-04-17 François Pinard
* Prerelease 1.11p.
* acinclude.m4 (cl_FUNC_GMALLOC): New macro, yet still unused, as
it requires config.guess. I have to think more about this.
Reported by Bruno Haible.
1997-04-16 François Pinard
* AC-PATCHES: Patches for Autoconf 2.12.
* AM-PATCHES: Patches for Automake 1.1n.
* Makefile.am (EXTRA_DIST): Adjusted.
1997-04-15 François Pinard
* configure.in: Ensure all cpp directives are left justified.
Reported by Kaveh R. Ghazi.
1997-04-12 François Pinard
* configure.in: Add fnmatch.o to LIBOBJS if AC_FUNC_FNMATCH
says no working copy was found. This is not done automatically.
Reported by Bruno Haible, Bryant Fujimoto, John David Anglin,
Kaveh R. Ghazi, Laurent Caillat-Vallet, Sakai Kiyotaka and
Santiago Vila Doncel.
1997-04-11 François Pinard
* configure.in: Much simplify the -lsocket and -lnsl tests.
Reported by Larry Schwimmer.
1997-04-11 François Pinard
* Prerelease 1.11o.
* configure.in: Do not check for gettimeofday anymore.
* configure.in: Do not anymore blindly add -lnsl if gethostname
is found, nor -lsocket if setsockopt is found. Instead, for
resolving setsockopt, try none, -lsocket, and -lsocket -lnsl,
in that order. For resoving gethostbyname, try none, than -lnsl.
Reported by Ariel Faigon, Heiko Schlichting, Jean-Philippe
Martin-Flatin, John J. Szetela, John R. Vanderpool, Kaveh
R. Ghazi, Larry Schwimmer, Marcus Daniels, Mark Bynum and
Russell Cattelan.
1997-04-10 François Pinard
* configure.in: Define _GNU_SOURCE to get FNM_LEADIR_DIR, etc.
* acconfig.h: Document _GNU_SOURCE.
Reported by Andreas Jaeger, Becki Kain, Brendan Kehoe, David
N. Brown, J. Dean Brock, James V. DI Toro III, Jeffrey Mark
Siskind, Jürgen Reiss, Paul Eggert, Roland McGrath, Rolf
Niepraschk, Roman Gollent, Thomas Bushnell n/BSG and Ulrich
Drepper.
1997-03-26 François Pinard
* configure.in (ALL_LINGUAS): Add it.
1997-03-20 François Pinard
* configure.in: Require Autoconf 2.12.
1997-02-25 François Pinard
* configure.in: Use AM_CONFIG_HEADER and AM_GNU_GETTEXT instead
of AC_CONFIG_HEADER and ud_GNU_GETTEXT. Use AC_FUNC_FNMATCH
instead of AM_FUNC_FNMATCH. Do not take care anymore of stamp-h
in AC_OUTPUT, leave it to Automake.
* acinclude.m4: Replaced whole, from elsewhere.
* Makefile.am (EXTRA_DIST): Leave README-alpha to Automake.
1997-02-12 François Pinard
* configure.in: Delete README-alpha code, Automake handles it now.
1996-11-18 François Pinard
* Prerelease 1.11.14.
* Makefile.am (BABYL): Add admin/RMAIL.
* configure.in: Check for sys/buf.h, as BSD/OS.
Reported by Dan Reish.
1996-11-09 François Pinard
* configure.in: Replace a missing basename.
Reported by Bryant Fujimoto, Erick Branderhorst, Greg Black, John
David Anglin, John J. Szetela, Kaveh R. Ghazi, Kurt Jaeger, Marcus
Daniels, Santiago Vila Doncel and William Bader.
1996-11-08 François Pinard
* Prerelease 1.11.13.
* configure.in: Replace a missing dirname.
1996-10-07 François Pinard
* configure.in: Clean out some macro calls made useless since
AM_INIT_AUTOMAKE implies them.
1996-09-20 François Pinard
* configure.in: Do not check anymore for regex.
1996-09-19 François Pinard
* Prerelease 1.11.12
* configure.in: Check echo for newline suppression.
1996-09-18 François Pinard
* configure.in: Do not add open3.o to LIBOBJS anymore.
1996-09-05 François Pinard
* configure.in (ALL_LINGUAS): Add pl.
1996-09-04 François Pinard
* configure.in (AC_OUTPUT): Prepare tests/Makefile and tests/preset.
* Use AM_ version of fp_ macros.
* Makefile.am (SUBDIRS): Add tests/.
1996-07-18 François Pinard
* Prerelease 1.11.11.
* configure.in: Use AC_PREREQ(2.10).
1996-07-16 François Pinard
* configure.in (ALL_LINGUAS): Add nl.
Reported by Erick Branderhorst.
1996-07-12 François Pinard
* Prerelease 1.11.10.
* configure.in (ALL_LINGUAS): Add ko and sl.
1996-05-01 François Pinard
* configure.in: Check for fsync, and linux/fd.h.
Reported by Marty Leisner.
1996-04-17 François Pinard
* Makefile.am (EXTRA_DIST): New name for DIST_OTHERS.
* configure.in (ALL_LINGUAS): Add no.
* Makefile.am (BABYL): Consider rmail/* instead of rmail/*/*.
1996-02-28 François Pinard
* configure.in: Avoid PROGRAMS, instead use RMT to substitute rmt.
* Makefile.am (SUBDIRS): Use intl and po instead of @INTLSUB@ and
@POSUB@.
* configure.in: Check for poll.h and stropts.h.
Check for nap, napms, poll, select and usleep.
1996-02-12 François Pinard
* Makefile.am: Remove CONFIG_HEADER, not required by Automake 0.29.
* configure.in: Temporarily remove a \ in AC_OUTPUT for automake.
1996-02-03 François Pinard
* configure.in: Check size of unsigned long (assume 32 bits if
cross-compiling) and long long (assume not available).
1996-01-14 François Pinard
* Makefile.am (AUTOMAKE_OPTIONS): Select gnits and dist-shar.
(dist-zoo): New goal, experimental for now.
1996-01-07 François Pinard
* Makefile.am: Force distribution of BACKLOG.
Reported by Jonathan Thornburg.
* Makefile.am: Declare BABYL. Force distribution of AUTHORS
and rebox.el. Add id, ID and dist-shar targets. Add parts of
previous Makefile.in as FIXME comments.
1995-12-30 François Pinard
* configure.in: Ensure there is a link for libintl.h.
Reported by Daniel S. Barclay, Göran Uddeborg, Jonathan Thornburg,
Ken Raeburn and Minh Tran-Le.
1995-12-29 François Pinard
* Prerelease 1.11.9.
* Makefile.am: New file.
* configure.in: Decide if README-alpha should be distributed.
From Ulrich Drepper.
1995-12-28 François Pinard
* configure.in (AC_OUTPUT): Call sed for po/Makefile.in.
* Makefile.in: Distribute ABOUT-NLS rather than NLS, and do not
distribute config.guess or config.sub anymore.
* configure.in: Test for lchown.
1995-12-19 François Pinard
* configure.in: Prefer avoiding union wait, and use it only if
using int fails. This turns around the previous test, as directly
checking for union wait is seemingly seeking for trouble.
Reported by Alan Bawden, Chris Arthur, Coranth Gryphon,
Jean-Philippe Martin-Flatin, Robert Bernstein and Tarang Kumar
Patel.
* configure.in: Check for strerror, so lib/error.c will not try to
define sys_errlist in the case strerror is already provided.
Reported by Coranth Gryphon, Chris Arthur, David J. MacKenzie,
Erich Stefan Boleyn, Greg Black, Jason R. Mastaler, Michael
Innis Bushnell, Robert Bernstein, Santiago Vila Doncel, Skip
Montanaro and Thomas Krebs.
* configure.in: Quote the selected shell. I wonder why this
error did not show up before!
* configure.in: Check and for BSDi.
Reported by Chris Arthur and Skip Montanaro.
1995-12-17 François Pinard
* configure.in: Be more systematic at caching test results.
Reported by Ulrich Drepper.
* configure.in: While checking for remote tape header files, only
include if it was found to exist.
* configure.in: Prefer #if to #ifdef while checking for open3.
1995-11-30 François Pinard
* configure.in: Check for net/errno.h and sys/inet.h, trying to
get EOPNOTSUPP defined.
* configure.in: Check for sgtty.h.
1995-11-06 François Pinard
* acconfig.h: Document HAVE_STPCPY for the time being. I do not
understand yet why this is mandatory: it should be automatic
from AC_CHECK_FUNCS(stpcpy) in aclocal.m4, through autoheader.
* configure.in: Use fp_FUNC_FNMATCH, to get around non-working
versions on SCO Unix 3.2v4.2, and Solaris.
Reported by Chad Hurwitz, Dennis Pixton, Per Foreby, Richard
Westerik, Robert Weiner and Tom Tromey.
1995-10-27 François Pinard
* configure.in: Add /usr/bin/rcmd as a possible remote shell, as
this is the name used by SCO Unix 3.2.4.
Reported by Bela Lubkin and Rodney Brown.
1995-07-23 François Pinard
* configure.in: Adapt for GNU gettext 0.8.
1995-07-10 François Pinard
* Makefile.in (default): Define to all.
1995-06-18 François Pinard
* configure.in: For mknod, also include prior to
, as Ultrix needs this.
Reported by Bruce Jerrick, Bryant Fujimoto, Conrad Hughes, Erich
Stefan Boleyn, Jason R. Mastaler, Joshua R. Poulson, Jurgen Botz,
Serge Granik, Simon Wright, Ulrich Drepper and Vince Del Vecchio.
* configure.in: Replace execlp as needed (for Minix, mainly).
* configure.in: Force compilation of lib/open3.c if required.
Clean out old NO_OPEN3 code.
1995-06-17 François Pinard
* Release 1.11.8.
* Makefile.in (DISTFILES): Distribute config.guess and config.sub.
Reported by Ulrich Drepper.
* acconfig.h, aclocal.m4, configure.in: Last minutes
additions, and glimpses to the future gettext 0.6.1.
Reported by Ulrich Drepper.
* acconfig.h: Document HAVE_MKNOD.
* configure.in: Test for mknod only once included.
Reported by Alan Modra, Ray Dassen and Ulrich Drepper.
* aclocal.m4: Test for re_rx_search instead of rx_compile, the
latter not being exported unless RX_WANT_RX_DEFS is defined.
Reported by Alan Modra.
1995-06-15 François Pinard
* Makefile.in (dist): Do not hide copying rule.
* configure.in: Adjustments to NLS, so .sed scripts may now all
reside in intl/.
1995-06-13 François Pinard
* Makefile.in (pot): New goal, triggering po/tar.pot.
1995-06-07 François Pinard
* configure.in: Substitute POTFILES by contents of po/POTFILES.
* configure.in: More adjustments for GNU gettext 0.6.
* config.guess, config.sub: New files, all taken from gettext 0.6.
1995-06-04 François Pinard
* Makefile.in (check): New goal.
1995-05-30 François Pinard
* Makefile.in (DISTFILES): Do not distribute SUPPORT, now
integrated in the documentation.
Reported by Karl Berry.
1995-05-28 François Pinard
* configure.in: Check for isascii, not iascii.
Reported by Alan Modra, Bruno Haible and Greg McGary.
1995-05-16 François Pinard
* Prerelease 1.11.7.
* Makefile.in (DISTFILES): Distribute NLS.
* configure.in, acconfig.h: Many adjustments for GNU gettext.
1995-05-09 François Pinard
* configure.in: Clean glocale out.
* Makefile.in (SUBDIRS): Add po.
* Makefile.in (pofile): New goal.
1995-05-08 François Pinard
* configure.in: Call ud_WITH_NLS, create intl/Makefile.in.
Compute size of unsigned short and unsigned int.
* acconfig.h: Document ENABLE_NLS, HAVE_CATGETS and HAVE_GETTEXT.
* Makefile.in: Process intl subdirectory.
* configure.in (LINGUAS): Add pt.
* src/pt.po: New file, for Portuguese.
Reported by Antonio Jose Coutinho.
1995-03-19 François Pinard
* configure.in: Remove GLOCALE, add LINGUAS, use fp_WITH_CATALOGS.
* acconfig.h: Add description for WITH_CATALOGS.
1995-02-22 François Pinard
* configure.in, Makefile.in: Replace `date' by `echo timestamp'.
1995-02-19 François Pinard
* Makefile.in: Support ID files. Do not distribute TAGS.
1995-02-05 François Pinard
* Makefile.in (maintainer-clean): New name for realclean.
1995-01-02 François Pinard
* configure.in: Check for .
Reported by Joseph E. Sacco.
1995-01-01 François Pinard
* Makefile.in (DISTFILES): Distribute SUPPORT, with *pre*-releases.
1994-12-18 François Pinard
* configure.in: Check for isascii.
Reported by Bruno Haible.
1994-12-11 François Pinard
* configure.in: Use fp_WITH_REGEX.
* acconfig.h: Document WITH_REGEX.
1994-12-10 François Pinard
* src/de.tt: New file, for German.
Reported by Ulrich Drepper.
1994-12-03 François Pinard
* Prerelease 1.11.6.
* configure.in: Localize, adapting from how it is done in sharutils.
* src/fr.tt: New file, for French.
* configure.in, {,*/}Makefile.in, acconfig.h:
Rename PRODUCT to PACKAGE.
1994-11-26 François Pinard
* configure.in: Check for and .
1994-11-02 François Pinard
* configure.in: Check for const only after having found possible
ANSIfying compiler flags, this is of no use to check it before.
1994-11-01 François Pinard
* {,*/}Makefile.in: Clean up, following those of GNU m4. I will
not detail all the changes here.
* configure.in: Likewise.
* acconfig.h: Document PRODUCT and VERSION.
1994-10-04 François Pinard
* configure.in: Correct shell assignment for ac_cv_path_RSH.
Reported by Kaveh R. Ghazi.
1994-09-14 François Pinard
* Makefile.in: Cleanup... Use subshells for all cd's.
(MDEFINES): Do not use $(INSTALL...), because ./install-sh will
not be relocated correctly.
(DISTFILES): Distribute install-sh, not install.sh.
(tags): Make only in lib and src.
(TAGS): Deleted.
(distclean, realclean): Remove config.status.
(distclean-local): Don't.
(*-recursive): Combine, use sed to strip -recursive in subgoals.
(Makefile): Have ./config.status create this Makefile only.
(stamp-h): Have ./config.status create config.h only. Do not
create stamp-h here, it is now done from configure.
(stamp-h.in): Use date instead of touch.
* configure.in (AC_OUTPUT): Create stamp-h.
1994-09-09 François Pinard
* configure.in: Use fp_ macros for accessing aclocal.m4. Revert
_OS_ macros to their previous names, to follow Autoconf.
1994-09-08 François Pinard
* configure.in: Delete AC_OS_XENIX, now within AC_HEADER_DIRENT.
1994-09-01 François Pinard
* configure.in (PROGS): Warn if $DEFAULT_ARCHIVE was specified,
while not being found on the current system.
Reported by Robert Bernstein.
1994-08-31 François Pinard
* Makefile.in: Distribute it.
* Makefile.in (distclean-local): Delete config.log.
1994-08-27 François Pinard
* acconfig.h: Document HAVE_UNION_WAIT, no more in Autoconf.
1994-08-24 François Pinard
* configure.in: Replace AC_SYS_REMOTE_TAPE by its definition,
distillating it around. It is going out of Autoconf.
Do not backslash quotes anymore while defining unquoted, this is
now corrected in Autoconf.
1994-08-23 François Pinard
* configure.in: Do not define RTAPELIB nor HAVE_RTAPELIB.
1994-08-22 François Pinard
Little cleanup in installation:
* configure.in: Do not check for wait3, this function is not used.
* Makefile.in: Remove useless RSH substitutions.
* configure.in: Use `-g -O' instead of `-g' as CFLAGS default
value, when GNU C is being used. Delay testing for presets.
Reported by Chris Arthur.
1994-08-21 François Pinard
* Prerelease 1.11.5.
* Makefile.in (BACKLOG, dist, shar): Correct for when a different
build directory.
* configure.in: Check for union wait. Adapted from make 3.71.
* configure.in: Replace both mkdir and rmdir, not just mkdir,
because NS32016 running SysVr2.2 has mkdir and lacks rmdir.
Reported by Greg Black.
* configure.in: Do not try anymore to discover the archive device
by looking around for various device names. If the installer does
not override it, nicely use `-' as a convenient default.
Reported by Andreas Schwab and Kaveh R. Ghazi.
1994-08-20 François Pinard
* configure.in: Correct a checking message.
Reported by Bruno Haible.
1994-08-17 François Pinard
* configure.in: Replace AC_PROG_RSH with its expansion. Correct
the no/true confusion in tests. Do not substitute RSH anymore in
src/Makefile, instead define REMOTE_SHELL in config.h. Replace
NO_REMOTE by HAVE_RTAPELIB, with inverted meaning. Substitute
RTAPELIB by $Urtapelib.o instead of rtapelib.o.
* acconfig.h: Document HAVE_RTAPELIB and REMOTE_SHELL.
Reported by Andreas Schwab.
* configure.in: Checking for remote shell, use the RSH environment
variable if set. This is done only when not already in the cache.
Reported by Kaveh R. Ghazi.
* configure.in: Include when testing .
Reported by Andreas Schwab.
* configure.in: Also create doc/Makefile.
* Makefile.in: Add doc in subdirs, set infodir, update MDEFINES.
1994-08-16 François Pinard
* configure.in: Undo the `test -b' patch of 1994-08-05. Ultrix
4.2 test does not know about -b. Grrr...
Reported by Kaveh R. Ghazi.
* configure.in: Check for , HAVE_SYS_GENTAPE_H
is tested in rmt.c. Check for , to avoid playing
with M_UNIX anymore in rmt.c.
Reported by Daniel R. Guilderson and Kaveh R. Ghazi.
* configure.in: Use proper function names in AC_CHECK_LIB's.
Reported by Alexander Dupuy and Kurt Jaeger.
* configure.in: Use $LIBOBJS, not LIBOJBS, while adding to it.
Reported by Demizu Noritoshi and Kaveh R. Ghazi.
1994-08-15 François Pinard
* Prerelease 1.11.4.
1994-08-14 François Pinard
* configure.in: Decide MTIO_CHECK_FIELD by grepping .
* acconfig.h: Document it.
Reported by Ben A. Mesander.
* Makefile.in: Substitute CC, INSTALL, INSTALL_PROGRAM,
INSTALL_DATA, RSH, CFLAGS, LDFLAGS, LIBS, prefix, exec_prefix,
binprefix, bindir and libexecdir.
(MDEFINES): New, using the previous substitutions.
(all, install, uninstall): Use it.
Reported by Bruno Haible.
1994-08-13 François Pinard
* configure.in: Check for .
1994-08-11 François Pinard
* configure.in: For , also ensure struct utimbuf is
defined by the header file before defining HAVE_UTIME_H. Some
systems will not define the structure without _POSIX_SOURCE.
* acconfig.h: Document HAVE_UTIME_H.
Reported by James W. McKelvey and Robert E. Brown.
* configure.in: Instead of replacing strstr, check for it, so
HAVE_STRSTR gets defined, then replace it explicitely if required.
1994-08-09 François Pinard
* configure.in: Updated for Autoconf 2.0.
1994-08-08 François Pinard
* configure.in: Replace memset, mkdir (and rmdir), rename, strstr,
ftruncate, when not found.
Reported by Kaveh R. Ghazi (for memset and strstr).
Reported by Bruno Haible (for mkdir and rename).
1994-08-05 François Pinard
* configure.in: Remove padding test.
* acconfig.h: Remove PADDING_IN_TAR_HEADER.
Reported by Bruno Haible.
* configure.in: While defining DEFAULT_ARCHIVE, check for a block
device, instead of mere existence. But is `test -b' portable?
Test for /dev/fd0, instead of for /dev/fd. Put rct tests last.
Reported by Andreas Schwab.
* configure.in: Define uid_t and gid_t if necessary.
Reported by Jonathan I. Kamens.
* Makefile.in (distclean-local): Delete config.cache.
Reported by Thomas Koenig.
* configure.in: Change malloc_dbg to dmalloc, mutatis mutandi.
* acconfig.h: According changes.
* configure.in: Test for broken stat macros, and for mkfifo.
* configure.in: Check for ST_BLKSIZE and ST_BLOCKS.
1994-08-02 François Pinard
* Prerelease 1.11.3.
* Makefile.in (dist, shar): Distribute the scripts directory.
1994-08-01 François Pinard
* configure.in: Check for .
1994-07-30 François Pinard
* configure.in: When --with-malloc-dbg, define WITH_MALLOC_DBG and
add -lmalloc_dbg to LIBS.
* acconfig.h: Document WITH_MALLOC_DBG.
* configure.in: Try deciding DEVICE_PREFIX and DENSITY_LETTER from
the selected DEFAULT_ARCHIVE.
* acconfig.h: Document DEVICE_PREFIX and DENSITY_LETTER.
Reported by Danny R. Johnston.
1994-07-29 François Pinard
* aclocal.m4: Adapt AC_PROTOTYPES to caching.
* Using configure as generated by a more recent Autoconf solves a
problem of rename being rejected on HP-UX in ANSI mode, because of
a conflicting prototype from . In this context, Autoconf
now uses ctype.c instead for defining __stub macros.
Reported by Alan Modra, Burkhard Plache, Edward Welbourne,
Henrik Bakman, Jeffrey Goldberg, Jim Farrell, Kimmy Posey,
Michael Maass, Mike Nolan, Richard Lloyd, Robert McGraw,
Robert W. Kim, Stefan Skoglund, Tarang Kumar Patel, Tilman
Schmidt, Tim Ramsey, Van Snyder and W. Phillip Moore.
1994-07-26 François Pinard
* configure.in: Check for . Do not define BSD42, do
not look anymore if /vmunix, /sdmach or /../../mach exist.
* acconfig.h: Remove BSD42.
1994-07-24 François Pinard
* configure.in: Add gmalloc.o to LIBOBJS, instead of AC_SUBST'ing
MALLOC. Check for valloc only if gmalloc.o is not being selected.
valloc was possibly defined both in "port.h" and GNU malloc.
* acconfig.h: Add a description for HAVE_VALLOC.
J.T. Conklin, Nelson H.F. Beebe and Tilman Schmidt.
1994-07-22 François Pinard
* configure.in: Use provided fnmatch only as a replacement.
* configure.in: Check for , needed for
defining _IOW and _IOR on the Tektronix XD88.
Reported by Kaveh R. Ghazi.
1994-07-20 François Pinard
* Makefile.in (BACKLOG): New goal, for summarizing the
maintainance backlog. Distribute file BACKLOG.
1994-07-08 François Pinard
* regex.c, regex.h: Use newer versions. This solves a few
problems reported by users.
Reported by Chris Hopps and John David Anglin.
1994-07-06 François Pinard
* configure.in: Check for .
1994-07-05 François Pinard
* configure.in: Substitute DEFAULT_ARCHIVE and DEFAULT_BLOCKING
from the environment. Check for /dev/tape first while trying to
decide the default archive, because it is often symlinked right.
* acconfig.h: Explain DEFAULT_ARCHIVE and DEFAULT_BLOCKING.
* configure.in: Use AC_SET_MAKE.
* Makefile.in: Use @SET_MAKE@.
Reported by Jim Meyering.
* configure.in: Integrate the check, previously in testpad.c,
about a needed padding field in the tar header struct.
* acconfig.h: Explain PADDING_IN_TAR_HEADER.
1994-07-02 François Pinard
* configure.in: Check for -linet, this library is required on
a few systems for gettimeofday() or getservbyname(). Also, on ISC
4.0, this avoids a broken version of rename().
Reported by Dean Gaudet, Goeran Uddeborg, Mike Rogers and
Peder Chr. Norgaard.
* configure.in: Ensure -lsocket is tested after -lnsl. This is
required in particular for SINIX-Z, an SVR4.0 system.
Reported by Manfred Weichel and Mark Frost.
* configure.in: All tests reordered for clarity.
1994-07-01 François Pinard
* configure.in: Use AC_TIME_WITH_SYS_TIME, test for .
This should solve the problem of multiple inclusions of .
Also, also check for , for getdate.y tests this.
Reported by Jim Meyering, John Rouillard, Karl Berry and Rick
Emerson.
1994-06-30 François Pinard
* configure.in: AC_CONST was already added since 1.11.2, but no
ChangeLog entry for it, so here is one, with list of reporters.
* AIX 3.2 RS/6000 IBM's compiler was unable to compile regex.c,
this might be solved already through improved Autoconf tests.
Reported by Alexey Vovenko, Ben A. Mesander, Bryant
Fujimoto, Christian. T. Dum, Christopher Vickery, Dan Bloch,
David K. Drum, David Lemson, Demizu Noritoshi, Dimitris
Fousekis, Ezra Peisach, Hugh Secker-Walker, Indra Singhal,
J.T. Conklin, Jan Hoeglund, Janice Burton, Jeff Siegel,
Jim Blandy, John L. Chmielewski, John Rouillard, Jonathan
N. Sherman, Kevin D Quitt, Kurt Jaeger, Mark Frost, Matthew
Braun, Michael Kubik, Michael Helm, Moritz D. Klingholz,
Neil Jerram, Nelson H.F. Beebe, Nick Barron, Paul Eggert,
R. Scott Butler, Rob Parry, Ron Guilmette, Scott Grosch,
Sherwood and Stephen Saroff.
* Makefile.in: Completely replaced, lurking at the previous one.
At the same time, solve a few minor problems reported by users.
The most frequently reported ones pertained to a trailing \ in a
comment, and rmt installing in /etc.
Reported by Dean Gaudet, Gerben Wierda, James W. McKelvey,
John L. Chmielewski, Karl Berry, Mike Rogers, Ralf Suckow and
Richard Lloyd.
* configure.in: Also process lib/Makefile.in and src/Makefile.in.
Substitute CFLAGS, LDFLAGS and YFLAGS from the environment.
Use AC_CHECKING instead of using echo explicitely.
Use AC_HEADER_CHECK(unistd.h) instead of obsolete AC_UNISTD_H.
* configure.in: Generate a configuration header file. This not
only puts less clutter in make output, but also goes around some
compilers' limits about the number of allowed -D options.
Reported by Nelson H.F. Beebe.
* acconfig.h: New file.
* Split distribution into a few subdirectories, for easing
maintainance. So far: src, lib, scripts, msdos which are to be
distributed; then rmail, texinfo, ARCH and misc to be kept here.
* scripts/ChangeLog: Initialized by moving entries related to
scripts out of this ChangeLog.
* Taking over maintenance duties.
----- doc/ChangeLog -----
1997-04-23 François Pinard
* Release 1.12.
* Makefile.am (EXTRA_DIST): Remove tar-mew.texi for the release.
(tar.dvi) [!PUBLISH]: Delete @smallbook. Call sed in all cases.
1997-04-11 François Pinard
* Prerelease 1.11o.
* Makefile.am (tar.info): Comment about needed makeinfo version.
Reported by Sherwood Botsford.
1997-04-10 François Pinard
* Makefile.am (EXTRA_DIST): Add tar-mew.texi.
1997-03-16 François Pinard
* Makefile.am (tar.dvi): Merely use tar.texi and rely on -I to
resolve it in $(srcdir). Remove tmp-tar.info* files right away.
(CLEANFILES): Define to tmp-*.
1997-03-14 François Pinard
* Makefile.am: Rename RENDERING, QUALITY, DRAFT and DEBUG to
RENDITION, PUBLISH, DISTRIB and PROOF respectively. Ensure that
`@set DISTRIB' gets replaced after macro-expansion and before TeX.
1996-11-06 François Pinard
* Prerelease 1.11.13.
* getdate.texi: New file, from elsewhere.
* tar.texi: Replace a lot of text by an include of getdate.texi.
* Makefile.am: Adjusted.
1996-08-24 François Pinard
* Prerelease 1.11.12.
* Makefile.am (EXTRA_DIST): Remove texinfo.tex, now that Automake
handles it automatically.
1996-07-18 François Pinard
* Prerelease 1.11.11.
* Makefile.am (tar.info): Remove -I$(srcdir), which was useless.
1996-07-17 François Pinard
* Makefile.am (EXTRA_DIST): Include texinfo.tex, until Automake
does it automatically.
1996-07-16 François Pinard
* Prerelease 1.11.10.
* Makefile.am (EXTRA_DIST): Distribute convtexi.pl, for now.
1996-04-22 François Pinard
* Makefile.am: Implement rendering levels (QUALITY, DRAFT or DEBUG).
1996-04-17 François Pinard
* Makefile.am (EXTRA_DIST): New name for DIST_OTHER.
1996-03-03 François Pinard
* Makefile.am (tar.dvi): Comment about needed makeinfo version.
Reported by Jonathan Thornburg.
1996-02-12 François Pinard
* Makefile.am: Replace TEXINFO by info_TEXINFOS for Automake 0.29.
1996-01-14 François Pinard
* Makefile.am (AUTOMAKE_OPTIONS): Select gnits.
1996-01-08 François Pinard
* Makefile.am: New file.
* tar.texi: New name for tar.texinfo.
1995-12-30 François Pinard
* Makefile.in (check): New goal, doing nothing.
Reported by Cesar Romani, Joachim Seelig, Mark Bynum and Ulrich
Drepper.
1995-11-29 François Pinard
* Makefile.in (clean): Remove tmp-* files.
1995-11-27 François Pinard
* Makefile.in: Use -I$(srcdir) with makeinfo, and -otmp-tar.info
so tar.info in build directory does not shadow the real one.
(tar.dvi): Depend on version.texi. Add $(srcdir) to TEXINPUTS so
texinfo.tex is found, as texi2dvi gets no clue from the file name.
(DISTFILES): Also distribute tar.info-8.
1995-11-22 François Pinard
* Makefile.in (DISTFILES): Distribute ChangeLog.
* ChangeLog: New file, extracted from top-level ChangeLog.
1995-06-22 François Pinard
* Makefile.in: Get rid of docwarn.texi, now replaced by
the @UNREVISED macro, right into tar.texinfo.
1995-06-18 François Pinard
* Makefile.in (tar.dvi): First macro-expand tar.texinfo.
1995-06-07 François Pinard
* Makefile.in: Use subdir and distdir.
1995-06-03 François Pinard
* tar.texinfo: Use header.texi.
* Makefile.in: Prepare header.texi from src/tar.h.
Distribute it.
1995-05-28 François Pinard
* Makefile.in (DISTFILES): Add tar.info-3.
Reported by Bruno Haible.
1995-02-22 François Pinard
* Makefile.in: Replace `date' by `echo timestamp'.
1995-02-13 François Pinard
* Makefile.in: Use top_srcdir.
1995-02-05 François Pinard
* Makefile.in (maintainer-clean): New name for realclean.
1994-12-03 François Pinard
* Makefile.in (DISTFILES): Include docwarn.texi.
1994-11-07 François Pinard
* Makefile.in (stamp-vti): Use new -r option to date.
1994-11-05 François Pinard
* Makefile.in (realclean): Also remove stamp-vti.
1994-09-14 François Pinard
* Makefile.in: Cleanup...
(texclean): Deleted, merged into mostlyclean.
(Makefile): Have ./config.status create this Makefile only.
1994-08-30 François Pinard
* Makefile.in (tar.info): Make the documentation in the source
directory only.
1994-08-21 François Pinard
* Makefile.in: Correct for when a different build directory.
* docwarn.texi: New file.
* Makefile.in: Distribute it.
1994-08-17 François Pinard
* Makefile.in: New file.
* tar.texinfo: New file.
* texinfo.tex: New, from elsewhere.
----- lib/ChangeLog -----
1997-04-25 François Pinard
* Release 1.12.
1997-04-16 François Pinard
* Prerelease 1.11p.
The distribution did not have getdate.c updated:
* Makefile.am (libtar_a_SOURCES): Use getdate.y, not getdate.c.
(EXTRA_DIST): Do not include getdate.y anymore.
* getdate.c: Specify $(srcdir)/, to silence GNU make.
Reported by Bruno Haible.
1997-04-15 François Pinard
* Makefile.am (getdate.c): Announce 13 conflicts, not 10.
Reported by Bruno Haible, Bryant Fujimoto and Wolfram Wagner.
1997-04-11 François Pinard
* Prerelease 1.11o.
* getdate.h: New file.
* Makefile.am: Adjusted.
1997-04-10 François Pinard
* modechange.c, modechange.h: New files.
* Makefile.am: Adjusted.
1997-02-25 François Pinard
* Makefile.am: Adapt library name to Automake 1.1l.
1996-11-09 François Pinard
* Prerelease 1.11.14.
* basename.c: New file.
1996-11-09 François Pinard
* Prerelease 1.11.13.
* Makefile.am: Use tar_DEPENDENCIES. Avoid BUILT_SOURCES,
put getdate.c instead of getdate.y in tar_SOURCES and keep
getdate.c in EXTRA_DIST.
1996-11-06 François Pinard
* argmatch.c, argmatch.h, backupfile.c, backupfile.h, dirname.c,
getversion.c: New files.
* Makefile.am: Adjusted.
Reported by Marty Leisner.
1996-10-31 François Pinard
* safe-stat.h: Deleted.
* Makefile.am (noinst_HEADERS): Adjusted.
Reported by Jim Meyering.
1996-09-20 François Pinard
* regex.c, regex.h, rx.c, rx.h: Deleted.
* Makefile.am: Adjusted.
1996-09-19 François Pinard
* Prerelease 1.11.12.
* execlp.c: Include stdio.h, not only stdio!
1996-09-16 François Pinard
* open3.h: File deleted after being merged into system.h.
* open3.c: File deleted, moved back into src/.
* Makefile.am: Adjusted.
Reported by Jim Meyering.
1996-08-24 François Pinard
* Makefile.am (EXTRA_DIST): $(BUILT_SOURCES) is no longer
necessary, as Automake now handles it automatically.
1996-07-16 François Pinard
* Prerelease 1.11.11.
* Makefile.am (EXTRA_DIST): Move stpcpy.c there, from tar_SOURCES.
Reported by Ulrich Drepper.
1996-04-17 François Pinard
* Prerelease 1.11.10.
* Makefile.am (EXTRA_DIST): New name for DIST_OTHER.
1996-02-28 François Pinard
* msleep.c: New file, from elsewhere.
* Makefile.am: Adjusted.
1996-02-12 François Pinard
* Makefile.am: Remove CONFIG_HEADER, not required by Automake 0.29.
1996-01-14 François Pinard
* Makefile.am (AUTOMAKE_OPTIONS): Select gnits.
1996-01-07 François Pinard
* Makefile.am: Add parts of previous Makefile.in as FIXME comments.
1996-01-01 François Pinard
* error.h: New file, from elsewhere.
* Makefile.am: Add error.h to HEADERS.
Reported by Jim Meyering.
1995-12-30 François Pinard
* Makefile.am (INCLUDES): Add -I../intl to get libintl.h.
Reported by Daniel S. Barclay, Göran Uddeborg, Jonathan Thornburg
and Minh Tran-Le.
1995-12-29 François Pinard
* Prerelease 1.11.9.
* Makefile.am: New file.
1995-11-22 François Pinard
* Makefile.in (DISTFILES): Distribute ChangeLog.
* ChangeLog: New, extracted from the top-level ChangeLog.
1995-06-18 François Pinard
* execlp.c (execlp): New, extracted from src/port.c.
* Makefile.in: Adjusted.
* open3.h: New, moved from src/.
* open3.c: New, extracted from src/port.c.
* Makefile.in: Adjusted.
Clean out old NO_OPEN3 code.
* insremque.h, insremque.c: Deleted.
* Makefile.in: Adjusted.
1995-06-17 François Pinard
* Makefile.in (DISTFILES): Remove COPYING.LIB.
* COPYING.LIB: Deleted.
1995-06-15 François Pinard
* Makefile.in (dist): Do not hide copying rule.
1995-06-07 François Pinard
* Makefile.in: Use subdir and distdir.
* stpcpy.c, xgetcwd.c: New functions needed by gettext.
* Makefile.in: Adjusted to always compile these.
1995-05-16 François Pinard
* insremque.h, insremque.c: New files, from GNU gettext.
* Makefile.in: Take care of insremque.[hc].
1995-03-19 François Pinard
* Makefile.in: Remove GLOCALE, add LINGUAS, use fp_WITH_CATALOGS.
1995-02-19 François Pinard
* Makefile.in: Support ID files. Do not distribute TAGS.
1995-02-05 François Pinard
* Makefile.in (maintainer-clean): New name for realclean.
1994-12-18 François Pinard
* safe-stat.h: New, from elsewhere. This solves the fact that
mkdir.c, rmdir.c and rename.c were needing it.
* Makefile.in (Makefile): Distribute it.
Reported by Bruno Haible and Sherwood Botsford.
1994-12-11 François Pinard
* rx.c, rx.h: New, from elsewhere.
* Makefile.in: Adjust accordingly.
1994-12-03 François Pinard
* Makefile.in: Localize, adapting from how it is done in sharutils.
1994-09-14 François Pinard
* Makefile.in: Cleanup...
(DISTFILES): Distribute TAGS.
(check): Deleted.
(TAGS): Make TAGS in $(srcdir) only.
(distclean): Do not remove TAGS.
(realclean): Remove TAGS.
(Makefile): Have ./config.status create this Makefile only.
1994-08-22 François Pinard
Little cleanup in installation:
* Makefile.in (install, check): Depend on all.
1994-08-21 François Pinard
* Makefile.in: Correct for when a different build directory.
* rmdir.c: New, split out of mkdir.c.
* Makefile.in: Distribute it.
Reported by Greg Black.
1994-08-17 François Pinard
* ftruncate.c: Revised, because there is no ftruncate
capability whatsoever in Interactive Unix.
Reported by Peder Chr. Norgaard.
1994-08-08 François Pinard
* memset.c, mkdir.c, rename.c, strstr.c and
ftruncate.c: New, from elsewhere.
* Makefile.in: Distribute them.
1994-08-05 François Pinard
* Makefile.in (getdate.c): Tell the installer to expect 10
shift/reduce conflicts instead of 9.
Reported by Andreas Schwab.
* fileblocks.c: New, from elsewhere.
* Makefile.in: Distribute it.
1994-08-02 François Pinard
* xstrdup.c: New, from elsewhere.
* Makefile.in: Adjusted.
1994-07-29 François Pinard
* error.c: Add error_print_progname virtual routine.
1994-07-24 François Pinard
* gmalloc.c: New, from elsewhere. This renames and updates
what was previously malloc.c. This also solves __const vs const.
* Makefile.in: Distribute gmalloc.c.
Reported by Cliff Krumvieda, Francois Pinard, Henrik Bakman,
J.T. Conklin, Nelson H.F. Beebe and Tilman Schmidt.
1994-07-22 François Pinard
* Makefile.in (LIBOBJS): Get configured list of replacements.
* fnmatch.h: Undefine FNM_PATHNAME and FNM_PERIOD, for HP-UX
defines them in .
* getdate.y: Acknowledging here a few reports which are
likely solved by going to an updated version of getdate.y.
Reported by Andrey A. Chernov, Bruce Evans, Dean Gaudet, Ian
T. Zimmerman, Jeff Prothero, Mike Nolan, Milan Hodoscek, Peder
Chr. Norgaard, Sarah Quady, Tarang Kumar Patel and Thomas
Koenig.
1994-07-02 François Pinard
* xmalloc.c: New file, from elsewhere.
* error.c: New, from elsewhere.
* Makefile.in: Adjusted.
1994-06-30 François Pinard
* Makefile.in: New file.
----- po/ChangeLog -----
1997-04-25 François Pinard
* Release 1.12.
1997-04-18 François Pinard
* Prerelease 1.11p.
* fr.po: Updated file.
1997-04-11 François Pinard
* Prerelease 1.11o.
1997-03-26 François Pinard
* it.po: New file.
1997-02-14 François Pinard
* pl.po: Updated file.
1996-11-22 François Pinard
* POTFILES.in: Add src/common.h.
Reported by Christian Kirsch.
1996-11-18 François Pinard
* Prerelease 1.11.14.
* POTFILES.in: Adjust for changes in src/.
1996-09-05 François Pinard
* Prerelease 1.11.12.
* pl.po: New file.
1995-06-17 François Pinard
* Release 1.11.8.
* Makefile.in (.po.gmo): Force moving the created .gmo file to
$(srcdir), in case it was not already found and replaced there.
(install-data): Find files in $(srcdir) if not in current dir,
because .gmo files are taken there, right out the distribution.
* intl/Makefile.in (DISTFILES): Ensure an all ready stamp-cat-id
and cat-id-tbl.c into the distribution.
(stamp-cat-id): Rewrite rule so it replaces files in $(srcdir),
remove a useless rm and cat.
* intl/cat-compat.c, int/gettext.h, intl/po-to-tbl.sed,
Makefile.in: Last minutes additions, and glimpses to the future
gettext 0.6.1.
Reported by Ulrich Drepper.
* Makefile.in (install-data, uninstall): Avoid using basename.
1995-06-15 François Pinard
* Makefile.in (dist): Comment out tupdate action for now, it
needs more tweeking before being distributed active.
* intl/Makefile.in (dist), Makefile.in (dist): Correct
missing reference to $(srcdir) on cp call, also avoid outputting
clutter while doing the work.
* intl/Makefile.in: Use top_srcdir for referring to $(PACKAGE).pot.
* Makefile.in (.po.gmo): Get around what seems to be an msgfmt
bug, which adds .mo even to FILE in `-o FILE'.
* intl/Makefile.in, Makefile.in: Adjustments to NLS, so .sed
scripts may now all reside in intl/.
1995-06-07 François Pinard
* POTFILES: New file.
* Makefile.in: Use POTFILES instead of TRANSCSRCS, also use
top_srcdir.
* intl/linux-msg.sed, intl/po-to-tbl.sed, intl/xopen-msg.sed: New
files, all taken from gettext 0.6.
1995-06-05 François Pinard
* intl/*: New from GNU gettext 0.6, replacing the previous
version of this directory. This change should solve many problems.
Reported by Bruno Haible, Christopher Vickery, Jan Carlson,
Jean-Philippe Martin-Flatin, John David Anglin, Joseph E.
Sacco, Kaveh R. Ghazi, Kurt Jaeger, Mark W. Eichin, Marty
Leisner, Minh Tran-Le, Stephen Saroff, Thomas Koenig, Thomas
Krebs and William Bader.
1995-05-16 François Pinard
* intl/Makefile.in, Makefile.in: Many adjustments for GNU gettext.
1995-05-09 François Pinard
* Makefile.in: New file.
* de.po, fr.po, pt.po, sv.po: New files, adapted from
the corresponding .tt files in src/.
1995-05-08 François Pinard
* intl/*: New, from nlsutils.
1995-01-09 François Pinard
* src/de.tt: New file, for Swedish.
Reported by Jan Djarv.
1994-12-10 François Pinard
* de.tt: New file, for German.
Reported by Ulrich Drepper.
----- scripts/ChangeLog -----
1997-04-24 François Pinard
* Release 1.12.
* level-1, level-0: Replace --block-size by --blocking.
1996-04-17 François Pinard
* Prerelease 1.11.10.
* Makefile.am (EXTRA_DIST): New name for DIST_OTHER.
1996-01-14 François Pinard
* Makefile.am (AUTOMAKE_OPTIONS): Select gnits.
1996-01-08 François Pinard
* Makefile.am: New file.
1995-12-31 François Pinard
* Makefile.in (check, dvi): New goals, doing nothing.
Reported by Cesar Romani and Ulrich Drepper.
1995-06-21 François Pinard
* Prerelease 1.11.9.
* Makefile.in: Distribute the ChangeLog, now recovered!
Reported by Andreas Schwab.
1995-06-17 François Pinard
* Release 1.11.8.
* WARNING: New file.
* Makefile.in (DISTFILES): Distribute it.
1995-06-15 François Pinard
* sripts/Makefile.in (dist): Do not hide copying rule.
1995-06-07 François Pinard
* Makefile.in: Use subdir and distdir.
1995-02-05 François Pinard
* Prerelease 1.11.7.
* Makefile.in (maintainer-clean): New name for realclean.
1994-12-03 François Pinard
* Prerelease 1.11.6.
* ChangeLog: Replaced by a warning for now. It has
seemingly been overwritten by the weekly script :-(.
* Makefile.in (dist): Correct .../examples to .../scripts.
1994-09-14 François Pinard
* Makefile.in: Cleanup...
(check): Deleted.
(Makefile): Have ./config.status create this Makefile only.
1994-06-30 François Pinard
* Prerelease 1.11.5.
* ChangeLog: Initialized by moving entries related to
scripts out of this ChangeLog.
1993-11-24 Noah Friedman
* dump-remind: Send mail notification to the original recipients
that the dump has been continued when that is the case.
1993-03-31 Noah Friedman
* level-0, level-1 (LOGFILE): Put logfile in `log' subdirectory.
1993-03-28 Noah Friedman
* dump-remind (volno): Don't increment by one.
1993-03-25 Noah Friedman
* level-0, level-1 (TAR_PART1): Use `--block-size', not just
`--block', which is now ambiguous.
1993-03-24 Noah Friedman
* backup-specs (TAR): New variable.
* level-0, level-1 (TAR_PART1): Get path of GNU tar from `TAR'
variable, don't hardcode it.
1993-03-20 Noah Friedman
* backup-specs (SLEEP_MESSAGE): put backslashes in front of nested
double quotes.
* level-0, level-1 (BACKUP_DIRS): Don't put in quotes.
(LOGFILE): Use sed to construct name, not awk.
* dump-remind (recipients): Replaced inefficient pipeline with a
single, simple sed script.
(volno): Deal with the possibility that VOLNO_FILE may not be
created yet.
1993-03-19 Michael I Bushnell
* backup-specs (VOLNO_FILE): Removed abusive comment by Noah.
1993-03-18 Noah Friedman
* Makefile.in (AUX): Include `dump-remind' in distribution.
* backup-specs (SLEEP_MESSAGE): New variable.
level-0, level-1: Use it instead of external `dont_touch' file.
* level-0, level-1: Put most of the script in () and pipe
everything from the subshell through tee -a $LOGFILE. Since you
really want most of the output to go to the logfile anyway, and
since all those pipelines were preventing one from getting the
exit status of most commands, this seems like the right idea.
* level-0, level-1 (LOGFILE): Use YYYY-MM-DD (all numeric) format
for log file name, since that makes the file names sortable in a
coherent way. Suffix should always be `level-n' where n is the
dump level. level-0 script was just using `-full' instead.
* level-0, level-1 (DUMP_LEVEL): New variable. Set to `0' or `1'
in each script as appropriate.
* level-0, level-1 (HOST): Renamed to `localhost' for clarity.
(host): renamed to `remotehost' for clarity.
* level-0, level-1 (startdate): New variable. Use it in Subject
line of mailed report.
* level-0, level-1: Fixed all instances where sed is called with a
script on the command line to use `-e' option.
* level-0, level-1: Don't try to call logfile.sed to filter
LOGFILE. It's not distributed with tar and was never really used
anyway.
* level-0, level-1: Put quotes around most variable names (barring
those that are known to intentionally contain text that should be
expanded into multiple words, like `TAR_PART1').
* level-0, level-1: Got rid of annoying trailing backslashes in awk
scripts. They were gratuitous. Made them a little more readable
by adding some whitespace.
1992-10-21 Noah Friedman
* level-0, level-1: put curly braces around variables for clarity.
* backup-specs (DUMP_REMIND_SCRIPT): define it (but commented out
so that distributed dump scripts won't use it by default).
level-0, level-1 (TAR_PART1): use --info-script if
DUMP_REMIND_SCRIPT is defined.
dump-remind: new file (intended as an example).
1992-10-15 Noah Friedman
* level-0, level-1: remove $LOGFILE.tmp files before exiting.
1992-09-24 Michael I Bushnell
* level-0, level-1 (TAR_PART1): remove --atime-preserve
because of a total screw.
1992-09-10 Noah Friedman
* level-0, level-1 (TAR_PART1): put --atime-preserve inside quotes.
1992-09-09 Michael I Bushnell
* level-0, level-1 (TAR_PART1): Use --atime-preserve.
1992-07-10 Michael I Bushnell