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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
make fetch
Zack Weinberg
2020-09-03
4
-4
/
+3
*
Fatalize all warnings in Perl code.
Zack Weinberg
2020-08-31
8
-8
/
+8
*
Autom4te::XFile: Remove unnecessary imports.
Zack Weinberg
2020-08-31
1
-4
/
+1
*
Rationalize ‘use’ order in Perl code.
Zack Weinberg
2020-08-31
9
-36
/
+47
*
perl: Replace -w option in shebangs with ‘use warnings’ in code
Serhii Popovych
2020-08-31
8
-1
/
+8
*
Fix testsuite failures from ‘make maintainer-check-c++’.
Zack Weinberg
2020-08-28
1
-1
/
+6
*
Suppress ‘make syntax-check’ complaint about use of strcmp.
Zack Weinberg
2020-08-28
1
-1
/
+3
*
AS_INIT: ensure fds 0, 1, 2 are open
Zack Weinberg
2020-08-28
1
-26
/
+52
*
* lib/autoconf/types.m4: Say "Microsoft" before "Windows".
Paul Eggert
2020-08-23
1
-4
/
+4
*
AC_TYPE_PID_T: Define pid_t correctly on 64-bit native Windows.
Bruno Haible
2020-08-23
1
-1
/
+26
*
Properly skip erlang tests when erl/erlc are not available.
Zack Weinberg
2020-08-20
1
-4
/
+4
*
_AC_COMPILER_EXEEXT_CROSS: exit 77 if test program does not run
Zack Weinberg
2020-08-18
1
-1
/
+1
*
autoreconf: integrate intltoolize into the standard configuration tools
Eli Schwartz
2020-08-18
1
-0
/
+1
*
autoreconf: integrate gtkdocize into the standard reconfiguration tools
Eli Schwartz
2020-08-18
1
-0
/
+1
*
Warn if AC_INIT or AC_OUTPUT are missing from configure.ac (#107986)
Zack Weinberg
2020-08-18
4
-1
/
+35
*
Trim whitespace from arguments of AC_INIT (#107986)
Zack Weinberg
2020-08-18
1
-22
/
+48
*
Pacify -Werror in two places
Paul Eggert
2020-08-06
1
-4
/
+4
*
* lib/autoconf/c.m4: Bring XL C comments up to date.
Paul Eggert
2020-08-06
1
-7
/
+7
*
Only probe C++ language features, not library, for speed (#110285)
Zack Weinberg
2020-08-04
1
-139
/
+108
*
Work around ksh93 bug that broke config.status
Paul Eggert
2020-08-02
1
-2
/
+2
*
make fetch
Paul Eggert
2020-08-01
1
-2
/
+3
*
Remove obsolete Cray support
Paul Eggert
2020-07-30
1
-20
/
+0
*
Port AC_F77_LIBRARY_LDFLAGS to oneAPI HPC Toolkit
Paul Eggert
2020-07-22
1
-0
/
+1
*
Don’t assume plain ‘make’ in C unit tests
Paul Eggert
2020-07-20
1
-1
/
+2
*
Port build procedure to AIX 7.1
Paul Eggert
2020-07-17
1
-4
/
+4
*
Test AC_FC_LINE_LENGTH only to 250 columns
Paul Eggert
2020-07-17
1
-1
/
+1
*
Fix ${VAR-NONWORD} bugs
Paul Eggert
2020-07-16
3
-10
/
+14
*
Revise documentation for AC_PROG_LEX.
Zack Weinberg
2020-07-16
1
-1
/
+1
*
AC_PROG_LEX no longer sets LEXLIB for yywrap
Paul Eggert
2020-07-16
1
-0
/
+5
*
Fix AC_PROG_LEX regression
Paul Eggert
2020-07-16
1
-4
/
+9
*
Revert mistaken patch for Bison
Paul Eggert
2020-07-15
1
-2
/
+2
*
Revert mistaken patch for Wine
Paul Eggert
2020-07-15
1
-11
/
+1
*
Formally obsolete AC_CONFIG_HEADER (#105403)
Zack Weinberg
2020-07-12
1
-4
/
+2
*
Add AC_PROG_EGREP to AU_DEFUN for AC_HEADER_STDC (#110215)
Zack Weinberg
2020-07-12
1
-3
/
+5
*
Fix logic error in _AC_PROG_LEX_YYTEXT_DECL (#109320)
Tom
2020-07-12
1
-8
/
+13
*
Fix ac_compiler_gnu bug
Paul Eggert
2020-07-10
1
-1
/
+3
*
AS_INIT: basename __file__
Luke Mewburn
2020-07-05
1
-1
/
+3
*
Fix AC_CHECK_LIB quoting bug
Paul Eggert
2020-07-02
1
-1
/
+1
*
Consistently expand macros in whitespace-separated lists.
Zack Weinberg
2020-06-29
5
-30
/
+108
*
AC_REPLACE_FUNCS: invoke _AH_CHECK_FUNC and AC_LIBSOURCE unconditionally.
Zack Weinberg
2020-06-29
1
-10
/
+29
*
make fetch
Paul Eggert
2020-06-29
4
-58
/
+18
*
Save and check Autom4te version in cache
Paul Eggert
2020-06-29
1
-5
/
+20
*
Fix undefined behavior in AC_SYS_LARGEFILE
Paul Eggert
2020-06-29
1
-1
/
+1
*
Look for AM_PROG_LIBTOOL too
Andreas Barth
2020-06-29
1
-0
/
+1
*
Define $as_echo and $as_echo_n for backward compatibility.
Zack Weinberg
2020-03-13
1
-4
/
+24
*
_AS_REEXEC_WITH_SHELL: don’t use AS_EXIT.
Zack Weinberg
2020-03-13
1
-1
/
+4
*
Fix _AS_DETECT_BETTER_SHELL breakage
Paul Eggert
2020-03-12
1
-1
/
+1
*
Mention 32-bit GNU/Linux 64-bit inodes
Paul Eggert
2020-02-21
1
-0
/
+3
*
Remove definition of _DARWIN_USE_64_BIT_INODE
Paul Eggert
2020-02-21
1
-3
/
+0
*
maint: make update-copyright
Jim Meyering
2020-01-01
36
-39
/
+50
[next]