]> git.ipfire.org Git - thirdparty/autoconf.git/shortlog
thirdparty/autoconf.git
2009-03-31  Eric Blake./.prev-version: Record previous version: 2.63b.
2009-03-31  Eric BlakeBeta Release Version 2.63b. v2.63b
2009-03-31  Eric BlakeFix testsuite failures under zsh.
2009-03-30  Eric BlakeFor now, skip parallel tests under less-tested shells.
2009-03-24  Andris PavenisFix awk substitution of carriage returns on DJGPP.
2009-03-24  Aaron W. LaFramboiseWork around cygwin bash igncr mode.
2009-03-24  Eric BlakeFix underquoted example in manual.
2009-03-18  Eric BlakeManual: mention more expr pitfalls.
2009-03-17  Jim MeyeringManual: fix a typo.
2009-03-17  Eric BlakeUse test consistently in examples.
2009-03-17  Eric BlakeImprove confusing section names.
2009-03-17  Eric BlakeRemove historical inaccuracy.
2009-03-17  Eric BlakeRecommend AS_HELP_STRING more prominently.
2009-03-16  Eric BlakeFix 'make pdf'.
2009-03-14  Eric BlakeResync upstream files.
2009-03-09  Ralf WildenhuesNew test for SunStudio `restrict' handling.
2009-03-08  Ralf WildenhuesManual: testsuite depends on package.m4.
2009-03-02  Allan CaffeeFix a typo in comment for AS_LITERAL_IF.
2009-03-02  Eric BlakeImprove wording for AS_ESCAPE.
2009-02-24  Eric BlakeUse pkgdatadir consistently.
2009-02-19  Eric BlakeUse m4_translit more efficiently in AS_ESCAPE.
2009-02-19  Eric BlakeMention recently documented macros.
2009-02-14  Ralf WildenhuesAdd index for config.site.
2009-02-12  Eric BlakeFix m4_set speed regression introduced 2008-12-18.
2009-02-05  Eric BlakeMention new AC_DEFUN_ONCE clients.
2009-02-03  Eric BlakeUse AC_DEFUN_ONCE for some one-shot AC_PROG macros.
2009-02-03  Eric BlakeMention that packagers should not pre-set CFLAGS.
2009-02-03  Eric BlakeDocument lib64 in config.site.
2009-01-29  Eric BlakeUse AC_DEFUN_ONCE for uncontroversial one-shot macros.
2009-01-29  Eric BlakeReduce blank lines in AC_DEFUN_ONCE macros.
2009-01-28  Eric BlakeSilence another false positive expand-before-require.
2009-01-28  Eric BlakeFix AC_C_RESTRICT for Sun Studio 12 C++.
2009-01-28  Eric BlakeFix years in copyright notices.
2009-01-27  Eric BlakeUse URLs in --help output, part 3: testsuite.
2009-01-27  Eric BlakeUse URLs in --help output, part 2: configure.
2009-01-27  Eric BlakeUse URLs in --help output, part 1: autoconf executables.
2009-01-27  Peter BreitenlohnerQuote traced macros passed from autom4te to M4.
2009-01-26  Eric BlakeImprove AC_DEFUN_ONCE semantics.
2009-01-24  Eric BlakeFix typos in recent patches.
2009-01-24  Eric BlakeRevert change to AC_DIR_HEADER.
2009-01-22  Eric BlakeSilence a false positive expand-before-require case.
2009-01-21  Eric BlakeFix out-of-order expansion with expand-before-require.
2009-01-21  Eric BlakeWarn if macro is provided before indirectly required.
2009-01-20  Eric BlakeClean up some bugs caught by preliminary dependency...
2009-01-19  Eric BlakeImprove AC_REQUIRE documentation.
2009-01-19  Eric BlakeSpeed up m4_require.
2009-01-17  Eric BlakeAvoid underfull hbox.
2009-01-14  Ralf WildenhuesIgnore `set -e'-related failure of NetBSD sh.
2009-01-06  Eric BlakeMaintainer cleanups.
2008-12-30  Eric BlakeMake it easier to track diversion bugs.
2008-12-29  Bruno HaibleImprove multiarch detection.
2008-12-29  William PursellUse AS_CASE in documented example.
2008-12-24  Eric BlakeMake m4_dumpdef more useful with M4 1.6.
2008-12-24  Bruno HaibleImprove INSTALL for HP-UX.
2008-12-23  Bruno HaibleImprove INSTALL for Haiku.
2008-12-19  Eric BlakeFix typo in previous commit.
2008-12-19  Eric BlakeDocument some recently added macros.
2008-12-19  Eric BlakeFix separator in m4_stack_foreach_sep.
2008-12-18  Eric BlakeMention limitation of M4 1.4.x on builtin tokens.
2008-12-18  Eric BlakeDocument m4_version_prereq.
2008-12-10  Jim MeyeringAC_HEADER_ASSERT: don't say assertions are disabled...
2008-12-09  Eric BlakeFix m4_location inside m4_wrap with m4 1.4.5.
2008-12-08  William PursellFix AC_HEADER_ASSERT w.r.t. --enable-assert.
2008-12-08  Paolo BonziniFix AC_HEADER_ASSERT not to treat --enable-assert and...
2008-12-05  William PursellFix some typos and grammatical errors in documentation.
2008-12-04  Eric BlakeImprove AC_STATE_SAVE.
2008-12-02  Eric BlakeAvoid MacOS readdir bug in testsuite.
2008-11-29  Ralf WildenhuesHide `set -m' error message, for zsh.
2008-11-27  Ralf WildenhuesFix a couple of test failures with dash.
2008-11-25  Eric BlakeAdd m4_cleardivert.
2008-11-25  Eric BlakeAdd safety check for m4_expand vs. diversions.
2008-11-24  Eric BlakeFix typo in AS_MESSAGE_LOG_FD patch.
2008-11-23  Ralf WildenhuesMore reliable signal handling in Autotest.
2008-11-22  Eric BlakeFix testsuite failure on Solaris.
2008-11-22  Eric BlakeClean up AS_MESSAGE_LOG_FD usage.
2008-11-21  Eric BlakeUse shell function for AS_ERROR.
2008-11-21  Eric BlakeFix typos in recent testsuite improvements.
2008-11-21  Eric BlakeUse modern m4sh constructs in autoconf.
2008-11-21  Eric BlakeChange the semantics of AS_EXIT without argument.
2008-11-21  Eric BlakeAdd @anchors within Builtins and Usual Tools lists.
2008-11-21  Eric BlakeMove case statement style discussion to m4 quoting...
2008-11-21  Eric BlakeFactor more common code out of AT_CHECK into shell...
2008-11-21  Eric BlakeHandle version numbers as decimal, even if they start...
2008-11-21  Eric BlakeSpeed up AT_CHECK.
2008-11-21  Eric BlakeFix XFAIL related to AT_CHECK.
2008-11-20  Eric BlakeReduce forks in AC_DEFINE.
2008-11-20  Eric BlakeImprove m4_expand robustness, part 2.
2008-11-20  Eric BlakeImprove m4_expand robustness, part 1.
2008-11-20  Eric BlakeAdd m4_chomp, m4_esyscmd_s.
2008-11-20  Eric BlakeRemove _m4_index.
2008-11-20  Eric BlakeDescribe different hacks for balancing ')' in case...
2008-11-20  Eric BlakeSpeed up _AS_QUOTE.
2008-11-20  Alfred G. de... For consistency, make temporary variable match language...
2008-11-19  Eric BlakeImprove testsuite generation.
2008-11-19  Eric BlakeUse fn for shell functions, func for autoconf CHECK_FUNCS.
2008-11-19  Eric BlakeAlter default value of AS_EXIT.
2008-11-19  Eric BlakeUpdate example to match actual Tru64 behavior.
2008-11-18  Eric BlakeAdd AS_SET_STATUS, make AS_EXIT more efficient.
2008-11-18  Eric BlakeDocument Tru64 bug with 'set -e'.
2008-11-18  Eric BlakeDocument a Solaris /bin/sh bug with 'set -e'.
next