changelog

来自「LINUX下的源码工具,可自己分析,或者直接装在系统上作为应用」· 代码 · 共 1,949 行 · 第 1/5 页

TXT
1,949
字号
2002-07-09  Art Haas  <ahaas@neosoft.com>	* doc/autoconf.texi: Use @enddots{} or @dots{} where appropriate.2002-07-02  Alexandre Duret-Lutz  <duret_g@epita.fr>	* bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,	bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm,	lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables	so that Emacs setups GNU style for perl-mode and cperl-mode.2002-06-27  Paul Eggert  <eggert@twinsun.com>	* config/install-sh: Quote $src.  Prefer || to test's -o option,	as per "Limitations of Builtins".	* tests/atspecific.m4 (AT_CHECK_ENV): Likewise, for && vs test -a.	* tests/semantics.at (AC_C_BIGENDIAN): Likewise.	* tests/mktests.sh: Use grep instead of fgrep, as per	"Limitations of Builtins".2002-06-15  Paul Eggert  <eggert@twinsun.com>	* tests/wrapsh.as (AUTOCONF, AUTOHEADER, AUTOM4TE, AUTOM4TE_CFG,	autom4te_perllibdir): Set to top build dir or src dir as appropriate,	so that we consistently test the just-built programs.	* tests/wrappl.as: Likewise.2002-06-12  Paul Eggert  <eggert@twinsun.com>	* bin/autoconf.as (AUTOM4TE): Default to a fully qualified path	name, so that symlinks to 'autoconf' work properly.  Bug reported	by Bruno Haible.	* bin/autoheader.in (AUTOM4TE): Likewise.	* bin/autoreconf.in (autoconf, autoheader): Likewise.	* bin/autoscan.in (autom4te): Likewise.	* bin/autoupdate.in (autom4te): Likewise.	* lib/autoconf/functions.m4 (_AC_LIBOBJ_FNMATCH): Also check for	btowc, to fix a portability bug with diffutils-2.8.2/lib/fnmatch.c	on Solaris 2.5.1.2002-06-11  Andreas Schwab  <schwab@suse.de>	* doc/autoconf.texi: Add more dir entries.2002-06-10  Alexandre Duret-Lutz  <duret_g@epita.fr>	* bin/autom4te.in ($cache): Don't define using `$me', the name	of the cache should not depend on the name under which autom4te	was installed.2002-06-07  Akim Demaille  <akim@epita.fr>	* tests/tools.at (autoconf: forbidden tokens, basic)	(autoconf: forbidden tokens, exceptions): Adjust to the change of	words in autom4te.in.2002-06-07  Peter Eisentraut  <peter_e@gmx.net>	* lib/autoconf/c.m4 (AC_LANG_PROGRAM(C)): Use	_AC_LANG_PROGRAM_C_F77_HOOKS.2002-06-07  Akim Demaille  <akim@epita.fr>	* lib/autoconf/functions.m4 (AC_REPLACE_FUNC_FNMATCH): Typo,	rename as...	(AC_REPLACE_FNMATCH): this.	* tests/mktests.sh (exclude_list): Exclude AC_REPLACE_FNMATCH,	AC_FUNC_FNMATCH_GNU.2002-06-07  Akim Demaille  <akim@epita.fr>	* doc/autoconf.texi (Systemology): Point to Tru64 docs, and the	Rosetta Stone for Unix.2002-06-07  Akim Demaille  <akim@epita.fr>	* bin/autom4te.in (warn_forbidden): When rejecting a token,	suggest m4_pattern_allow.	Suggested by Adam J. Richter.2002-06-07  Akim Demaille  <akim@epita.fr>	* lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Initialize	ac_config_libobj_dir.	(AC_CONFIG_LIBOBJ_DIR): New.	* lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Split into...	(_AC_FUNC_FNMATCH_IF, _AC_LIBOBJ_FNMATCH): these.	Use ac_config_libobj_dir to find the replacement files.	(AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU): Split into...	(AC_FUNC_FNMATCH, AC_FUNC_FNMATCH_GNU, AC_REPLACE_FNMATCH)	(AC_REPLACE_FNMATCH_GNU): these.	(AC_FUNC_GETLOADAVG): Use ac_config_libobj_dir.	* doc/autoconf.texi (Particular Functions, Generic Functions): Adjust.	* tests/mktests.sh (ac_exclude_list): Don't check	AC_FUNC_GETLOADAVG as it requires getloadavg.c which is not shipped.2002-06-06  Paul Eggert  <eggert@twinsun.com>	* lib/autoconf/status.m4 (_AC_OUTPUT_LINKS): Fall back on cp	if ln doesn't work.	* NEWS: Likewise.	* doc/autoconf.texi (Configuration Links): Likewise.	(Limitations of Usual Tools): Prefer $(LN_S) to ln -s || ln.2002-06-05  Paul Eggert  <eggert@twinsun.com>	* config/config.guess, config/config.sub, config/texinfo.tex:	Update from masters.2002-05-29  Paul Eggert  <eggert@twinsun.com>	* bin/autom4te.in ($m4): Do not assume that egrep and fgrep exist.	* lib/autoconf/c.m4 (AC_C_BIGENDIAN): Likewise.	* lib/autoconf/general.m4 (_AC_RUN_LOG_STDERR, AC_EGREP_CPP):	Likewise.	* lib/autoconf/Makefile.am (check-local): Likewise.	* lib/autoconf/status.m4 (AC_CONFIG_HEADER): Likewise.	* lib/autoconf/types.m4 (commentary only): Likewise.	* lib/autotest/general.m4 (AT_INIT, AT_CHECK): Likewise.	* lib/autotest/Makefile.am (check-local): Likewise.	* lib/m4sugar/Makefile.am (check-local): Likewise.	* tests/atspecific.m4 (AT_CONFIGURE_AC, AT_CHECK_DEFINES): Likewise.	* tests/mktests.sh (egrep): New var; use it instead of plain egrep.	* lib/autoconf/programs.m4 (AC_PROG_EGREP, AC_PROG_FGREP): New macros.	* doc/autoconf.texi (Particular Programs): Document them.	(Limitations of Usual Tools): Warn that egrep and fgrep may not exist.	* NEWS: Likewise.2002-05-27  Paul Eggert  <eggert@twinsun.com>	* lib/autoconf/types.m4 (AC_TYPE_MBSTATE_T): New macro.	* NEWS, doc/autoconf.texi (Particular Types): Document it.	* lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): Require it	instead of AC_MBSTATE_T, which never existed.2002-05-23  Akim Demaille  <akim@epita.fr>	* doc/autoconf.texi (Hosts and Cross-Compilation): Specify the	version of Autoconf that is discussed.2002-05-22  Paul Eggert  <eggert@twinsun.com>	* lib/autoconf/fortran.m4 (AC_PROG_F77): Remove cf77 and cft77	from the default list of compilers to try.  Suggested by	Kate Hedstrom.	* NEWS: Document the above.	* autoconf.texi (Fortran 77 Compiler): Don't suggest cf77.2002-05-17  Paul Eggert  <eggert@twinsun.com>	* lib/autoconf/types.m4 (AC_CHECK_MEMBER): Work correctly even if	the member is itself an aggregate.  Bug reported by Sergey Poznyakoff.	This improves on an earlier suggestion by H. Peter Anvin.2002-05-16  Paul Eggert  <eggert@twinsun.com>	AC_FUNC_FNMATCH now tests only for POSIX compatibility.	AC_FUNC_FNMATCH_GNU also tests for GNU extensions.	Both macros now accept an optional source-dir arg.	New macro AC_GNU_SOURCE to define _GNU_SOURCE.	* NEWS: Document this.	* doc/autoconf.texi (Particular Functions, UNIX Variants): Likewise.	* lib/autoconf/functions.m4 (_AC_FUNC_FNMATCH): New macro.	(AC_FUNC_FNMATCH): Use it.  Test only for POSIX conformance,	not for GNU extensions; this undoes part of the 2000-11-03 change,	reverting to 2.13-compatible behavior.	Add new optional argument DIR.	(AC_FUNC_FNMATCH_GNU): New macro.	* lib/autoconf/specific.m4 (AC_GNU_SOURCE): New macro.2002-05-08  Paul Eggert  <eggert@twinsun.com>	* lib/autoconf/headers.m4 (AC_HEADER_TIOCGWINSZ):	Don't require AC_SYS_POSIX_TERMIOS.  The test is unnecessary,	and it causes a 'test' syntax error if it fails.	Bug reported by Stephen Gildea.	* lib/autoconf/functions.m4 (AC_FUNC_SETVBUF_REVERSED):	If prototypes are supported, use them to check this at compile-time,	instead of trying to check it at run-time.  If we must do a run-time	check, assume that setvbuf is standard when cross-compiling, as	nonstandard setvbuf occurs only on ancient and unlikely hosts.	Bug reported by Paul D. Smith.	* lib/autoconf/functions.m4 (AC_FUNC_GETLOADAVG): Add optional	argument specifying location of getloadavg.c.  This removes a	FIXME.  This idea was taken from Jim Meyering's implementation in	textutils.	* doc/autoconf.texi (Particular Functions): Document this.	Also, mention HAVE_NLIST_H rather than NLIST_STRUCT, since	that's what the code does; this fixes a bug reported by	Paul D. Smith.2002-05-03  Akim Demaille  <akim@epita.fr>	* bin/autoreconf.in (autoreconf): Rewrite to use Gettext's	autopoint instead of gettextize.	($uses_alocal): Rename as...	($uses_aclocal): this.	* doc/autoconf.texi (autoreconf Invocation): Adjust.	Suggested by Bruno Haible.2002-05-03  Akim Demaille  <akim@epita.fr>	* lib/m4sugar/m4sugar.m4 (m4_map_sep): New.2002-04-29  Paul Eggert  <eggert@twinsun.com>	* bin/autoreconf.in (autoreconf): Don't age aclocal.m4's input	files to be 1 second older; just set them to be the same time.	Also, sleep 1 second after the first aclocal, to work around	problems with sub-second time stamps on the input files.2002-04-29  Thien-Thi Nguyen  <ttn@gnu.org>	* doc/autoconf.texi: Mention "set -e -x" lossage	under node "Limitations of Builtins".2002-04-29  Akim Demaille  <akim@epita.fr>	* doc/install.texi: Better wording for setting variables when	running configure.	From Christian Cornelssen.2002-04-29  Akim Demaille  <akim@epita.fr>	* tests/m4sh.at (LINENO): If testsuite itself is rewritten because	of lack of $LINENO support, then the test will compare the $LINENO	in testsuite vs. the lineno in the test file.  This is wrong, of	course.	Be sure to protect it.	Reported by Patrick Welche.2002-04-25  Akim Demaille  <akim@epita.fr>	* doc/autoconf.texi (Obsolete Macros): Typo.	Reported by Vladimir Volovich.2002-04-25  Akim Demaille  <akim@epita.fr>	* bin/autoreconf.in (autoreconf): Don't let aclocal.m4 be older	than some of the input files, hence, on the second run of aclocal,	if some of its input are younger, make them older.	Suggested by Paul Eggert.2002-04-25  Akim Demaille  <akim@epita.fr>	* doc/autoconf.texi (Limitations of Usual Tools): sed and `!'.	Thanks to Paul Eggert.2002-04-25  Akim Demaille  <akim@epita.fr>	* lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Let ac_subst_files	and ac_subst_vars be sh variables containing the list of	AC_SUBST_FILES'ed and AC_SUBST'ed identifiers.  Output them in the	DEFAULT diversion.	(_AC_INIT_PREPARE): Use them to log them.	(_AC_SUBST, _AC_SUBST_SED_PROGRAM): Remove.	(AC_SUBST, AC_SUBST_FILE): Instead of buliding the	_AC_SUBST_SED_PROGRAM, store the list of output files/variables in	_AC_SUBST_FILES and _AC_SUBST_VARS.	* lib/autoconf/status.m4 (_AC_OUTPUT_FILES): Adjust.2002-04-24  Akim Demaille  <akim@epita.fr>	* bin/autoreconf.in (autoreconf): Run automake after autoconf and	autoheader, so that automake does not complain about a missing	config.h.in that was to be created.2002-04-23  Akim Demaille  <akim@epita.fr>	* bin/autoheader.in (parse_args): --warning takes an argument.	Fixes PR/220.2002-04-22  Peter Eisentraut  <peter_e@gmx.net>	* lib/autoconf/general.m4 (_AC_RUN_IFELSE): Remove gmon.out	and bb.out when cleaning up.2002-04-22  Akim Demaille  <akim@epita.fr>	Version 2.53a.2002-04-22  Akim Demaille  <akim@epita.fr>	* tests/m4sh.at (LINENO): Fix the Zsh skip pattern.2002-04-22  Akim Demaille  <akim@epita.fr>	* doc/autoconf.texi (Pretty Help Strings): Remove a spurious	comma.	Reported by Gregory Giannoni.2002-04-22  Akim Demaille  <akim@epita.fr>	* tests/m4sh.at (LINENO): Skip the test if LINENO cannot be unset.	Fixes false failures on Darwin.2002-04-21  Paul Eggert  <eggert@twinsun.com>	* TODO, bin/autoupdate.in, doc/autoconf.texi,	lib/autoconf/general.m4, lib/autoconf/libs.m4,	lib/autoconf/status.m4, lib/m4sugar/m4sugar.m4, tests/m4sh.at,	tests/tools.at: Minor spelling and grammar fixes.2002-04-20  Paul Eggert  <eggert@twinsun.com>	* doc/autoconf.texi (Shell Substitutions): Fix typos in yesterday's	ZSH_VERSION fixes.  Bug reported by Raja R Harinath.	* lib/autotest/general.m4 (AT_INIT): Likewise.	* tests/atgeneral.m4 (AT_INIT): Likewise.2002-04-19  Paul Eggert  <eggert@twinsun.com>	* NEWS, TODO, bin/autom4te.in, bin/autoreconf.in, bin/autoupdate.in,	doc/autoconf.texi, lib/freeze.mk, lib/Autom4te/Struct.pm,	lib/autoconf/autoheader.m4, lib/autoconf/c.m4,	lib/autoconf/functions.m4, lib/autoconf/general.m4,	lib/autoconf/lang.m4, lib/autoconf/libs.m4, lib/autoscan/identifiers,	lib/autotest/general.m4, lib/m4sugar/m4sh.m4, tests/atgeneral.m4,	tests/atspecific.m4, tests/semantics.at, tests/torture.at:	Minor spelling and grammar fixes.	* doc/autoconf.texi: Follow the outline suggested in the GNU	Sample Texts sections of the Texinfo 4.2 manual.  Most	importantly, this makes sure that the copyright notices appear in	all output formats.  You probably need Texinfo 4.2 to generate	the manual now.	Fix some bugs when using "$@" when there might be zero positional	arguments in cases where this matters.	* bin/autoconf.as: Rewrite so that the problem does not come up.	* lib/autoconf/programs.m4 (AC_CHECK_PROG): Likewise.	* lib/autoconf/status.m4 (AC_OUTPUT): Likewise.	* lib/autotest/general.m4 (AT_INIT): Likewise.	* bin/autoheader.in: Use 'case' statement to work around problem.	* bin/auto4mte.in: Likewise.	* bin/autoreconf.in: Likewise.	* bin/autoscan.in: Likewise.	* bin/autoupdate.in: Likewise.	* bin/ifnames.in: Likewise.	* doc/autoconf.texi (Shell Substitutions): Document the problem.	* lib/autotest/general.m4 (AT_INIT):	Use Zsh alias to work around problem.	* tests/atgeneral.m4 (AT_INIT): Likewise.	* tests/c.at: We can't have zero arguments, so remove workaround	that is not portable to Zsh.2002-04-19  Alexandre Duret-Lutz  <duret_g@epita.fr>	* bin/autoupdate.in (handle_autoconf_macros): Honor AU_DEFUNs	from aclocal.m4 too.2002-04-12  Akim Demaille  <akim@epita.fr>	* tests/wrappl.as: New, M4sh precursor of wrappl.in.2002-04-10  Akim Demaille  <akim@epita.fr>	* lib/m4sugar/m4sh.m4 (AS_SHELL_SANITIZE): Install the Zsh	workaround for ${1+"$@"}.	* doc/autoconf.texi (Shell Substitutions): Explain it.	From Oliver Kiddle and Peter Stephenson.	Have M4sh perform minimal shell sanitizing.	* lib/m4sugar/m4sh.at (AS_SHELL_SANITIZE): Split the `_AS_PREPARE_*'	part into...	(_AS_PREPARE): this new macro.	(AS_PREPARE): New.	(AS_INIT): Invoke AS_SHELL_SANITIZE.	* tests/m4sh.at (AT_DATA_LINENO): Use _AS_PREPARE.	Adjust Autoconf and Autotest.	* lib/autoconf/general.m4 (_AC_INIT_DEFAULTS): Don't invoke	AS_SHELL_SANITIZE, AS_INIT did it, but invoke AS_PREPARE.	* lib/autotest/general.m4 (AT_INIT): Likewise.

⌨️ 快捷键说明

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