1999-04-17  Franois Pinard  <pinard@iro.umontreal.ca>

	* tcflush.c: New file.
	Reported by Brendan O'Dea, Eli Zaretskii, Jim Meyering, Steven
	Sargent and Ulrich Drepper.

1999-03-15  Franois Pinard  <pinard@iro.umontreal.ca>

	* hash.c, hash.h: New versions.
	Reported by Jim Meyering.

1998-12-10  Franois Pinard  <pinard@iro.umontreal.ca>

	* gettext.c: Remove duplicate definition of stpcpy.
	Reported by Hirofumi Yamaki, Lorenzo Di Gregorio and Igor Schein.

1998-11-10  Franois Pinard  <pinard@iro.umontreal.ca>

	* getversion.c: Deleted.
	* Makefile.am (libpu_a_SOURCES): Adjusted.
	Reported by Nelson H. F. Beebe.

1998-10-31  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* dirname.c (dir_name): Renamed from dirname, add const
	qualifiers.  Explain that dirname is unusable in general.
	* Makefile.am (libpu_a_SOURCES): Add dirname.c.

	* Makefile.am (libpu_a_SOURCES): Add full-read.c and
	full-write.c.

1998-10-12  Franois Pinard  <pinard@iro.umontreal.ca>

	* getopt.c, regex.c, xmalloc.c: Include <gettext.h>, not <libintl.h>.

1998-10-10  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>

	* userspec.c: Don't declare strdup if it is defined as a macro.

1998-10-09  Franois Pinard  <pinard@iro.umontreal.ca>

	* regex.h, regex.c: New files, from elsewhere.
	* Makefile.am: Adjusted.

1998-06-22  Franois Pinard  <pinard@iro.umontreal.ca>

	* dstring.h: Remove ds_ prefix to field names.
	Remove protection about multiple inclusions, that's useless overkill.
	Do not include <stdio.h>, it has to be done elsewhere.
	(ds_strchr): New name for macro ds_index.
	(ds_strrchr): New name for macro ds_rindex.
	(struct dynamic_string):
	* dstring.c: Adjusted.

1998-05-24  Franois Pinard  <pinard@iro.umontreal.ca>

	* dstring.c, dstring.h, filemode.c, filetypes.h, makepath.c,
	makepath.h, octal.c, save-cwd.c, save-cwd.h, stripslash.c: New
	files, from elsewhere.
	* dstring.h: Protect definition of PARAMS.
	* Makefile.am: Adjusted.  Prepare libpu.a instead of libtar.a.
	* ChangeLog: Integrate entries from cpio.

1998-04-22  Franois Pinard  <pinard@iro.umontreal.ca>

	* gettext.c, gettext.h: New files, from elsewhere.
	(localedir): Defined.
	* Makefile.am: Adjusted.

	* malloc.c, realloc.c, xalloc.h: New files, from elsewhere.
	* Makefile.am: Adjusted.

1998-04-01  Franois Pinard  <pinard@iro.umontreal.ca>

	* hash.c, hash.h: New files, from elsewhere.
	* Makefile.am: Adjusted.

1998-03-13  Franois Pinard  <pinard@iro.umontreal.ca>

	* popen.c: Replace MSDOS by DOSWIN.

1998-03-09  Franois Pinard  <pinard@iro.umontreal.ca>

	* addext.c: New file, from elsewhere.
	* Makefile.am: Adjusted.  Also, unconditionally compile basename.c.

1998-03-04  Franois Pinard  <pinard@iro.umontreal.ca>

	* getdate.h: New file, to replace wrong getdate.h.
	* Makefile.am: Adjusted.
	Reported by Dieter Ntzel, Ed DeRivas, Eli Zaretskii, Erick
	Branderhorst, Greg Herman, Jim Meyering and John David Anglin.

1998-02-11  Franois Pinard  <pinard@iro.umontreal.ca>

	* getdate.y: New versions, to correct a few problems.
	Reported by David Liu, Ishikawa Chiaki and William Bader.

1997-06-06  Franois Pinard  <pinard@iro.umontreal.ca>

	* full-read.c, full-write.c: New files, from elsewhere.
	* Makefile.am: Adjusted.

1997-06-03  Franois Pinard  <pinard@iro.umontreal.ca>

	* stpncpy.c: New file, from elsewhere.
	* Makefile.am: Adjusted.

	* popen.c, popen.h: New files, adapted from an old GNU awk copy.
	* Makefile.am: Adjusted.

1997-06-02  Franois Pinard  <pinard@iro.umontreal.ca>

	* userspec.c: New file, from elsewhere.
	* Makefile.am (libtar_a_SOURCES): Adjusted.

1997-04-25  Franois Pinard  <pinard@iro.umontreal.ca>

	* Release tar 1.12.

1997-04-16  Franois Pinard  <pinard@iro.umontreal.ca>

	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  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.am (getdate.c): Announce 13 conflicts, not 10.
	Reported by Bruno Haible, Bryant Fujimoto and Wolfram Wagner.

1997-04-11  Franois Pinard  <pinard@iro.umontreal.ca>

	* getdate.h: New file.
	* Makefile.am: Adjusted.

1997-04-10  Franois Pinard  <pinard@iro.umontreal.ca>

	* modechange.c, modechange.h: New files.
	* Makefile.am: Adjusted.

1997-02-25  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.am: Adapt library name to Automake 1.1l.

1996-11-15  Tom Tromey  <tromey@cygnus.com>

	* Makefile.am (noinst_LIBRARIES): Use libcpio.a.
	(libcpio_a_SOURCES): Changed name.
	(cpio_LIBADD): Ditto.

1996-11-09  Franois Pinard  <pinard@iro.umontreal.ca>

	* basename.c: New file.

1996-11-09  Franois Pinard  <pinard@iro.umontreal.ca>

	* 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  Franois Pinard  <pinard@iro.umontreal.ca>

	* argmatch.c, argmatch.h, backupfile.c, backupfile.h, dirname.c,
	getversion.c: New files.
	* Makefile.am: Adjusted.
	Reported by Marty Leisner.

1996-10-31  Franois Pinard  <pinard@iro.umontreal.ca>

	* safe-stat.h: Deleted.
	* Makefile.am (noinst_HEADERS): Adjusted.
	Reported by Jim Meyering.

1996-09-20  Franois Pinard  <pinard@iro.umontreal.ca>

	* regex.c, regex.h, rx.c, rx.h: Deleted.
	* Makefile.am: Adjusted.

1996-09-19  Franois Pinard  <pinard@iro.umontreal.ca>

	* execlp.c: Include stdio.h, not only stdio!

1996-09-16  Franois Pinard  <pinard@iro.umontreal.ca>

	* 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-09-14  Tom Tromey  <tromey@creche.cygnus.com>

	* Makefile.am (cpio_SOURCES): Don't mention rx.h, regex.h.

1996-08-24  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.am (EXTRA_DIST): $(BUILT_SOURCES) is no longer
	necessary, as Automake now handles it automatically.

1996-07-16  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.am (EXTRA_DIST): Move stpcpy.c there, from tar_SOURCES.
	Reported by Ulrich Drepper.

1996-04-17  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.am (EXTRA_DIST): New name for DIST_OTHER.

1996-02-28  Franois Pinard  <pinard@iro.umontreal.ca>

	* msleep.c: New file, from elsewhere.
	* Makefile.am: Adjusted.

1996-02-12  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.am: Remove CONFIG_HEADER, not required by Automake 0.29.

1996-01-19  Tom Tromey  <tromey@creche.cygnus.com>

	* Makefile.am (noinst_HEADERS): Removed.

1996-01-14  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.am (AUTOMAKE_OPTIONS): Select gnits.

1996-01-07  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.am: Add parts of previous Makefile.in as FIXME comments.

1996-01-01  Franois Pinard  <pinard@iro.umontreal.ca>

	* error.h: New file, from elsewhere.
	* Makefile.am: Add error.h to HEADERS.
	Reported by Jim Meyering.

1996-01-01  Tom Tromey  <tromey@cambric.colorado.edu>

	* xmalloc.c: Use "error.h".
	* makepath.c: Use "error.h".
	* error.h: New file.

1995-12-30  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.am (INCLUDES): Add -I../intl to get libintl.h.
	Reported by Daniel S. Barclay, Gran Uddeborg, Jonathan Thornburg
	and Minh Tran-Le.

1995-12-29  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.am: New file.

1995-11-29  Tom Tromey  <tromey@cambric.colorado.edu>

	* Makefile.am (cpio_LIBADD): Defined.

1995-11-22  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.in (DISTFILES): Distribute ChangeLog.
	* ChangeLog: New, extracted from the top-level ChangeLog.

1995-11-13  Tom Tromey  <tromey@cambric.colorado.edu>

	* Makefile.am: New file.

1995-11-04  Tom Tromey  <tromey@cambric.colorado.edu>

	* makepath.c: Include config.h.

	* dstring.c: Include config.h.
	* Makefile.in (INCLS): Change for config.h.

	* strcasecmp.c: New file, from gettext 0.9.6.

	* Makefile.in (OBJS): Include @FNMATCH@.
	(.c.o): Copied from ../src/Makefile.in.

1995-11-03  Tom Tromey  <tromey@cambric.colorado.edu>

	* Makefile.in (SRCS): Include safe-stat.h.

	* safe-stat.h: New file.

	* userspec.c: Merged with 2.3.910 version.

	* makepath.c: Merged with 2.3.910 version.

	* fnmatch.c: Merged with 2.3.910 version.

1995-11-02  Tom Tromey  <tromey@cambric.colorado.edu>

	* Makefile.in (dist_topdir): Removed.

	* regex.c (re_error_msgid): Use _() wrapper for all strings.
	(_): New define.

	* rx.c: Include <libintl.h> if possible.
	(_): New define.
	(re_error_msg): Use _() wrapper for all strings.
	(rx_error_msg): Ditto.
	(re_compile_pattern): Use gettext.
	(re_comp): Ditto.
	(regerror): Ditto.

1995-10-31  Tom Tromey  <tromey@cambric.colorado.edu>

	* Makefile.in (dist_topdir): New macro.

	* stpcpy.c: New file (from tar).

	* Makefile.in: New file.

	* Started ChangeLog; see ../src/ChangeLog for prior changes to
	this source.

1995-06-18  Franois Pinard  <pinard@iro.umontreal.ca>

	* 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  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.in (DISTFILES): Remove COPYING.LIB.
	* COPYING.LIB: Deleted.

1995-06-15  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.in (dist): Do not hide copying rule.

1995-06-07  Franois Pinard  <pinard@iro.umontreal.ca>

	* 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  Franois Pinard  <pinard@iro.umontreal.ca>

	* insremque.h, insremque.c: New files, from GNU gettext.
	* Makefile.in: Take care of insremque.[hc].

1995-03-19  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.in: Remove GLOCALE, add LINGUAS, use fp_WITH_CATALOGS.

1995-02-19  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.in: Support ID files.  Do not distribute TAGS.

1995-02-05  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.in (maintainer-clean): New name for realclean.

1994-12-18  Franois Pinard  <pinard@iro.umontreal.ca>

	* 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  Franois Pinard  <pinard@iro.umontreal.ca>

	* rx.c, rx.h: New, from elsewhere.
	* Makefile.in: Adjust accordingly.

1994-12-03  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.in: Localize, adapting from how it is done in sharutils.

1994-09-14  Franois Pinard  <pinard@iro.umontreal.ca>

	* 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  Franois Pinard  <pinard@iro.umontreal.ca>

	Little cleanup in installation:
	* Makefile.in (install, check): Depend on all.

1994-08-21  Franois Pinard  <pinard@iro.umontreal.ca>

	* 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  Franois Pinard  <pinard@iro.umontreal.ca>

	* ftruncate.c: Revised, because there is no ftruncate
	capability whatsoever in Interactive Unix.
	Reported by Peder Chr. Norgaard.

1994-08-08  Franois Pinard  <pinard@iro.umontreal.ca>
	* memset.c, mkdir.c, rename.c, strstr.c and
	ftruncate.c: New, from elsewhere.
	* Makefile.in: Distribute them.

1994-08-05  Franois Pinard  <pinard@iro.umontreal.ca>

	* 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  Franois Pinard  <pinard@iro.umontreal.ca>

	* xstrdup.c: New, from elsewhere.
	* Makefile.in: Adjusted.

1994-07-29  Franois Pinard  <pinard@iro.umontreal.ca>

	* error.c: Add error_print_progname virtual routine.

1994-07-24  Franois Pinard  <pinard@iro.umontreal.ca>

	* 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  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.in (LIBOBJS): Get configured list of replacements.
	* fnmatch.h: Undefine FNM_PATHNAME and FNM_PERIOD, for HP-UX
	defines them in <unistd.h>.

	* 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  Franois Pinard  <pinard@iro.umontreal.ca>

	* xmalloc.c: New file, from elsewhere.
	* error.c: New, from elsewhere.
	* Makefile.in: Adjusted.

1994-06-30  Franois Pinard  <pinard@iro.umontreal.ca>

	* Makefile.in: New file.
