index
:
delta/autoconf.git
autoconf-2-13-branch
autoconf-2-15-branch
baserock/bootstrap
baserock/build-essential
baserock/jjardon/gtk-doc
baserock/morph
baserock/v2.69-texinfo-fix
baserock/v2.69-texinfo-fix+gtk-doc
branch-2.59
branch-2.62
branch-2.70
continuous-integration
experimental
master
zack/ac-init-quoting
zack/autotest-new-hooks
zack/bug-107986
zack/bug-110283
zack/channeldefs-sync
zack/ensure-standard-fds
git.savannah.gnu.org: git/autoconf.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix testsuite failures with bash 5.2.
Xi Ruoyao
2022-09-30
1
-2
/
+4
*
Port to compilers that moan about K&R func decls
Paul Eggert
2022-09-02
2
-5
/
+5
*
Handle z/OS Unix ‘set’ output
Paul Eggert
2022-07-14
1
-0
/
+1
*
Fix testsuite failures on Darwin (aka macOS).
Zack Weinberg
2022-07-10
1
-2
/
+2
*
Require Perl 5.10.0 or later.
Zack Weinberg
2022-07-10
1
-1
/
+1
*
testsuite: Handle `balanced ASCII quotes' correctly in m4 errors.
Zack Weinberg
2022-07-06
2
-17
/
+7
*
Avoid \] in BREs and EREs
Paul Eggert
2022-06-28
1
-1
/
+1
*
AC_FUNC_ALLOCA: fix a misplaced (now fatal) closing "fi"
Jim Meyering
2022-06-27
1
-0
/
+8
*
tests: avoid test failures due to new EGREP_TRADITIONAL
Jim Meyering
2022-06-27
1
-0
/
+1
*
make update-copyright
Paul Eggert
2022-05-19
21
-21
/
+21
*
Work around memory-leak false alarms
Paul Eggert
2022-03-31
1
-0
/
+2
*
Fix bug with AS_IF and ‘set -e’
Paul Eggert
2022-03-31
1
-0
/
+4
*
add new AC_PROG_AR helper
Mike Frysinger
2022-01-24
1
-1
/
+1
*
Rewrite bin/autoconf in Perl.
Zack Weinberg
2021-09-15
1
-1
/
+1
*
Port test to next m4 version
Paul Eggert
2021-08-31
1
-1
/
+11
*
Fortran Cray pointer macro support
Marshall Ward
2021-08-16
1
-2
/
+87
*
tests: typo fix
Eric Blake
2021-08-12
1
-1
/
+1
*
Autoconf now quotes 'like this' instead of `like this'
Paul Eggert
2021-07-20
15
-148
/
+148
*
make update-copyright
Zack Weinberg
2021-01-28
21
-24
/
+25
*
autom4te: always update the output file, even if it hasn’t changed
Zack Weinberg
2020-12-29
1
-0
/
+46
*
Restore compatibility with older std-gnu11.m4.
Zack Weinberg
2020-12-23
5
-187
/
+1108
*
Use -fno-builtin, not -Werror, in AC_CHECK_DECLS (#110400)
Zack Weinberg
2020-12-23
2
-9
/
+11
*
autom4te: correct error message when we can’t create autom4te.cache.
Zack Weinberg
2020-12-23
1
-2
/
+18
*
testsuite: log version of M4 and Perl
Zack Weinberg
2020-12-08
2
-0
/
+4
*
Three minor testsuite fixes.
Zack Weinberg
2020-12-08
2
-9
/
+38
*
autoreconf --install --force: replace install-sh with no timestamp
Zack Weinberg
2020-12-08
1
-12
/
+24
*
Small bug fixes for the test suite.
Jannick
2020-12-07
2
-2
/
+8
*
AC_INCLUDES_DEFAULT: Check for presence of C90 hosted headers (#110393)
Zack Weinberg
2020-12-06
4
-20
/
+27
*
Revert "AC_PROG_CC: define via AC_DEFUN_ONCE". (#110350)
Zack Weinberg
2020-12-04
1
-1
/
+251
*
Autotest: add official way to execute code before all/each test.
Zack Weinberg
2020-12-02
6
-41
/
+99
*
Make autoreconf --force --install overwrite existing files (#110371)
Zack Weinberg
2020-11-30
1
-0
/
+56
*
AT_CHECK_MACRO: test C++ as well as C, cross as well as native
Zack Weinberg
2020-11-30
5
-167
/
+765
*
Rewrite mktests.sh in Perl.
Zack Weinberg
2020-11-30
3
-254
/
+310
*
Overhaul Erlang support.
Zack Weinberg
2020-11-30
2
-59
/
+46
*
Make “redefining AS_ECHO internals” test more robust.
Zack Weinberg
2020-11-30
1
-4
/
+14
*
torture.at: Insulate more tests from buggy third-party m4 files.
Zack Weinberg
2020-11-30
1
-6
/
+16
*
AC_INIT: better handling of unusual arguments (#110349)
Zack Weinberg
2020-11-16
1
-11
/
+218
*
AS_ECHO(_N): Do not expand macros named ‘s’ or ‘n’ (#110377)
Zack Weinberg
2020-11-16
1
-0
/
+90
*
AS_IF: Handle else clause being empty after macro expansion (#110369)
Zack Weinberg
2020-11-15
1
-4
/
+2
*
Support CONFIG_SITE being a list of entries.
Ross Burton
2020-11-11
1
-0
/
+11
*
tests/compile.at (AC_RUN_IFELSE): typo fix
Zack Weinberg
2020-11-11
1
-1
/
+1
*
Make ‘forbidden tokens, basic’ test more robust.
Zack Weinberg
2020-11-05
1
-1
/
+10
*
Define AC_REQUIRE_AUX_FILE with AC_DEFUN.
Zack Weinberg
2020-11-05
1
-1
/
+48
*
Revert to 2.69-compatible behavior in AC_PROG_LEX (#110346)
Zack Weinberg
2020-11-02
2
-0
/
+126
*
AC_OPENMP: Avoid clobbering ‘mp’ and/or ‘penmp’ (#110353)
Zack Weinberg
2020-11-02
1
-0
/
+51
*
testsuite: Isolate aclocal from third-party macros (#110352).
Zack Weinberg
2020-11-02
3
-23
/
+93
*
Ignore stderr when testing parallel autotest (#110351).
Zack Weinberg
2020-10-31
1
-6
/
+17
*
tests/m4sh.at: prevent an undesirable expansion of __oline__.
Zack Weinberg
2020-10-29
1
-1
/
+1
*
Treat msys(2) the same as cygwin when looking at host_os.
Jannick
2020-10-28
1
-1
/
+2
*
Improve handling of missing aux scripts (autoreconf)
Zack Weinberg
2020-10-20
2
-1
/
+61
[next]