⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog.1

📁 gnu tar 源码包。 tar 软件是 Unix 系统下的一个打包软件
💻 1
📖 第 1 页 / 共 5 页
字号:
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 (C) 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997Free Software Foundation, Inc.This file is part of GNU Tar.GNU Tar is free software; you can redistribute it and/or modifyit under the terms of the GNU General Public License as published bythe Free Software Foundation; either version 2, 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 ofMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See theGNU General Public License for more details.You should have received a copy of the GNU General Public Licensealong with GNU Tar; see the file COPYING.  If not, write tothe Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,Boston, MA 02110-1301, USA.----- ChangeLog -----1997-04-25  François Pinard  <pinard@iro.umontreal.ca>	* Release 1.12.	* configure.in: Check for the inline keyword.1997-04-24  François Pinard  <pinard@iro.umontreal.ca>	* Makefile.am (BABYL): Delete admin/RMAIL, renamed rmail/announce.	* PORTS: New file.	(EXTRA_DIST): Adjusted.1997-04-23  François Pinard  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* configure.in: Ensure all cpp directives are left justified.	Reported by Kaveh R. Ghazi.1997-04-12  François Pinard  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* configure.in: Much simplify the -lsocket and -lnsl tests.	Reported by Larry Schwimmer.1997-04-11  François Pinard  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* configure.in (ALL_LINGUAS): Add it.1997-03-20  François Pinard  <pinard@iro.umontreal.ca>	* configure.in: Require Autoconf 2.12.1997-02-25  François Pinard  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* configure.in: Delete README-alpha code, Automake handles it now.1996-11-18  François Pinard  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* Prerelease 1.11.13.	* configure.in: Replace a missing dirname.1996-10-07  François Pinard  <pinard@iro.umontreal.ca>	* configure.in: Clean out some macro calls made useless since	AM_INIT_AUTOMAKE implies them.1996-09-20  François Pinard  <pinard@iro.umontreal.ca>	* configure.in: Do not check anymore for regex.1996-09-19  François Pinard  <pinard@iro.umontreal.ca>	* Prerelease 1.11.12	* configure.in: Check echo for newline suppression.1996-09-18  François Pinard  <pinard@iro.umontreal.ca>	* configure.in: Do not add open3.o to LIBOBJS anymore.1996-09-05  François Pinard  <pinard@iro.umontreal.ca>	* configure.in (ALL_LINGUAS): Add pl.1996-09-04  François Pinard  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* Prerelease 1.11.11.	* configure.in: Use AC_PREREQ(2.10).1996-07-16  François Pinard  <pinard@iro.umontreal.ca>	* configure.in (ALL_LINGUAS): Add nl.	Reported by Erick Branderhorst.1996-07-12  François Pinard  <pinard@iro.umontreal.ca>	* Prerelease 1.11.10.	* configure.in (ALL_LINGUAS): Add ko and sl.1996-05-01  François Pinard  <pinard@iro.umontreal.ca>	* configure.in: Check for fsync, and linux/fd.h.	Reported by Marty Leisner.1996-04-17  François Pinard  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* Makefile.am (AUTOMAKE_OPTIONS): Select gnits and dist-shar.	(dist-zoo): New goal, experimental for now.1996-01-07  François Pinard  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* 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 <sys/tprintf.h> and <sys/device.h> for BSDi.	Reported by Chris Arthur and Skip Montanaro.1995-12-17  François Pinard  <pinard@iro.umontreal.ca>	* configure.in: Be more systematic at caching test results.	Reported by Ulrich Drepper.	* configure.in: While checking for remote tape header files, only	include <sgtty.h> if it was found to exist.	* configure.in: Prefer #if to #ifdef while checking for open3.1995-11-30  François Pinard  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* configure.in: Adapt for GNU gettext 0.8.1995-07-10  François Pinard  <pinard@iro.umontreal.ca>	* Makefile.in (default): Define to all.1995-06-18  François Pinard  <pinard@iro.umontreal.ca>	* configure.in: For mknod, also include <sys/types.h> prior to	<sys/stat.h>, 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  <pinard@iro.umontreal.ca>	* 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 <sys/stat.h> 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  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* Makefile.in (pot): New goal, triggering po/tar.pot.1995-06-07  François Pinard  <pinard@iro.umontreal.ca>	* 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  <pinard@iro.umontreal.ca>	* Makefile.in (check): New goal.1995-05-30  François Pinard  <pinard@iro.umontreal.ca>	* Makefile.in (DISTFILES): Do not distribute SUPPORT, now	integrated in the documentation.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -