]> git.ipfire.org Git - thirdparty/autoconf.git/shortlog
thirdparty/autoconf.git
2008-10-02  Eric BlakeChangeLog for previous commit.
2008-10-02  Ralf WildenhuesImplement parallel Autotest test execution: testsuite...
2008-09-20  Eric BlakeFix sample isinf definition.
2008-09-16  Eric BlakeFix Erlang regression, introduced 2006-11-17.
2008-09-13  Ralf WildenhuesImprove AC_CONFIG_AUX_DIRS a bit.
2008-09-13  Ralf WildenhuesMention Solaris sh ':' redirection bug.
2008-09-11  Eric BlakeAvoid testsuite bug when autom4te cache is disabled...
2008-09-10  Eric BlakeAvoid testsuite bug in presence of verbose config.site.
2008-09-10  Eric Blake./.prev-version: Record previous version: 2.63.
2008-09-10  Eric BlakeRelease Version 2.63. v2.63
2008-09-09  Eric BlakeFormatting tweaks to the manual.
2008-09-09  Eric BlakeResync from gnulib.
2008-09-06  Eric BlakeMention that Automake already supports VPATH.
2008-09-06  Eric BlakeRelax tone when warning about cross-compiler names.
2008-09-02  Eric BlakeImprove AC_C_BIGENDIAN.
2008-09-01  Eric BlakeFix manual date information.
2008-08-28  Eric BlakeFix off-by-one bug in _m4_shiftn.
2008-08-26  Eric BlakeImprove INSTALL formatting.
2008-08-26  Stepan KasalCheck for case sensitive make.
2008-08-26  Eric BlakeUpdate invocation documentation.
2008-08-26  Eric BlakeDon't let frozen __m4_version__ break downgrade to...
2008-08-25  Eric BlakeAdjust to recent m4 1.6 change to support m4_debugmode(d).
2008-08-22  Peter O'GormanLimit AC_C_BIGENDIAN univeral checks to Mac OS X.
2008-08-22  Ralf Wildenhues* NEWS: Fix typo.
2008-08-22  Eric Blake* TODO: Add an item for additional m4sugar looping...
2008-08-22  Eric BlakeAdd reminder to keep dual implementations in sync.
2008-08-22  Peter EisentrautFormat warning and error messages to match GCS.
2008-08-22  Eric BlakeAvoid extra side effects in m4sugar list expansion.
2008-08-21  Ralf Wildenhues* TODO: Add item for compiler default flags.
2008-08-21  Ralf Wildenhues* tests/m4sh.at (AS_IF and AS_CASE): Set the expansion...
2008-08-21  Eric BlakeFormatting improvements.
2008-08-21  Eric BlakeDocument another make bug.
2008-08-21  Eric BlakeTweak wording about SHELL in Makefile.
2008-08-21  Ralf WildenhuesAvoid timestamp races for updated input.
2008-08-20  Bruno HaibleAdd section to INSTALL about particular systems.
2008-08-20  Bruno HaibleMention universal binaries in INSTALL.
2008-08-19  Jim MeyeringAvoid shell parse errors after interrupt due to empty ``.
2008-08-19  Eric BlakeTest m4_transform without tickling shell bugs.
2008-08-18  Eric BlakeLet 'git diff' give better context for doc updates.
2008-08-15  Eric BlakeFix m4_map regression from 2007-10-16.
2008-08-15  Eric BlakeImplement m4_transform_pair, to speed up AS_IF.
2008-08-14  Ralf WildenhuesFix AC_*_TARGET_TOOL macros.
2008-08-12  Eric BlakeOptimize m4_bmatch.
2008-08-12  Eric BlakeFix m4_cond corner case.
2008-08-12  Eric BlakeAdd test for m4_cond.
2008-08-07  Eric BlakeFix autoheader 2.62 regression on AC_DEFINE([__EXTENSIO...
2008-08-06  Eric BlakeAdd linear m4_cond for m4 1.4.x.
2008-08-06  Eric BlakeSpeed up diversion handling.
2008-08-06  Eric BlakeAC_C_CHAR_UNSIGNED is not strictly necessary.
2008-08-06  Eric BlakeUpdate some files from upstream.
2008-08-04  Ralf WildenhuesFix AC_CONFIG_FILES([$var]) 2.62 regression.
2008-07-30  Eric BlakeFix bugs in previous version of m4_bpatsubsts.
2008-07-30  Eric BlakeAdd linear m4_bpatsubsts for m4 1.4.x.
2008-07-30  Eric BlakeTweak m4_do semantics.
2008-07-30  Eric BlakeOptimize m4_for.
2008-07-29  Eric BlakeOne more m4_list_cmp tweak.
2008-07-29  Eric BlakeAdd m4_reverse, and improve m4_list_cmp.
2008-07-28  Eric BlakeAvoid _m4_shiftn for m4 1.6 speedup.
2008-07-28  Eric BlakeImplement O(n) unique element set creation.
2008-07-26  Eric BlakeAvoid infinite aclocal loop.
2008-07-25  Eric BlakeProvide O(n) replacement macros for M4 1.4.x.
2008-07-22  Eric BlakePart two of GNUmakefile sync.
2008-07-21  Eric BlakeIgnore undefined macros, necessary with m4 1.6.
2008-07-21  Eric BlakeResync with gnulib.
2008-07-19  Eric BlakeSupport multiple arguments to m4_defn, m4_popdef, and...
2008-07-19  Eric BlakeReduce overhead of m4_builtin([defn]).
2008-07-19  Eric BlakeUse warnings from m4 when available.
2008-07-19  Eric BlakeAdd m4_joinall.
2008-07-18  Stepan KasalImprove documentation of config.h.in template rules.
2008-07-16  Eric BlakeRevert m4_prepend; it is less efficient, and unused...
2008-07-15  Eric BlakeAvoid failure if version.m4 is omitted but m4_PACKAGE_...
2008-07-14  Eric BlakeTighten bound of potential speed of m4_append.
2008-07-11  Eric BlakeInherit improvements from bison's fork of m4sugar.
2008-07-11  Eric BlakeWork around M4 1.6 warning on undefined macros.
2008-07-06  Ralf WildenhuesFix texinfo macros @dvar, @ovar.
2008-07-02  Stepan KasalAdd quotes to the header of autoscan-generated source.
2008-06-28  Andreas SchwabReplace @item with @itemx where appropriate.
2008-06-19  Eric BlakeAdd comment explaining recent patch.
2008-06-19  Ralf Wildenhuesconfig.status should not warn when it does not link.
2008-06-19  Eric BlakeResync with gnulib.
2008-06-18  Ralf WildenhuesReorganize autotest files, factorize for parallel execu...
2008-06-17  Ralf WildenhuesFix '#undef variable /* comment */' transform in config...
2008-06-09  Eric BlakeMark AC_TYPE_SIGNAL as obsolete in NEWS, too.
2008-06-09  Eric BlakeMark AC_TYPE_SIGNAL as obsolete.
2008-06-09  Eric BlakeAllow lib64 as a default X library location.
2008-06-06  Eric BlakeAdd URL to previous commit.
2008-06-05  Eric BlakeFix regression in AT_KEYWORDS([Macro]), from 2007-10-18.
2008-06-03  Eric BlakeFix 'make dist' regression from 2008-05-08.
2008-05-27  Eric BlakeDocument Solaris /bin/sh redirection pitfall.
2008-05-14  Eric BlakeImprove documentation of ! issues.
2008-05-14  Eric BlakeDocument some FreeBSD shell bugs.
2008-05-13  Stepan KasalWork around MSYS and Cygwin bugs when dealing with...
2008-05-12  Ralf WildenhuesLet AC_MSG_FAILURE report pwd.
2008-05-12  Eric BlakeEnforce --help and --version compliance.
2008-05-12  Keith MarshallAvoid case-insensitive `make install' vs. `INSTALL...
2008-05-06  Eric BlakeFix typo.
2008-05-06  Eric BlakeAvoid overfull \hbox.
2008-05-06  Eric BlakeDocument $(( )) pitfalls.
2008-05-06  Eric BlakeImprove behavior of './testsuite 01'.
2008-04-26  Eric BlakeMention Solaris /usr/ucb/tr pitfall.
next