summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Modernize and regularize doc for C89 etc.Paul Eggert2022-11-113-118/+57
* More fixes for compilers that reject K&R function definitions.Zack Weinberg2022-11-103-9/+7
* Warn about TMPDIRPaul Eggert2022-10-281-0/+4
* MKDIR_P now falls back on mkdir -pPaul Eggert2022-10-123-61/+36
* Update M4 version numbers in documentationPaul Eggert2022-10-053-6/+7
* Fix testsuite failures with bash 5.2.Xi Ruoyao2022-09-301-2/+4
* Mention latest change in NEWSPaul Eggert2022-09-181-0/+4
* Improve comment in previous changePaul Eggert2022-09-171-0/+4
* Allow users to clear BINSHPaul Eggert2022-09-171-7/+7
* autoconf: store autom4te request keys in sorted orderSergei Trofimovich2022-09-092-2/+2
* Port to GNU make 4.4Paul Eggert2022-09-091-1/+1
* Port to compilers that moan about K&R func declsPaul Eggert2022-09-025-15/+10
* Remove obsolete Solaris info from manualPaul Eggert2022-08-251-112/+22
* Improve doc for AC_SYS_LARGEFILE etc.Paul Eggert2022-08-181-5/+13
* Port AC_CHECK_HEADER_STDBOOL to C23Paul Eggert2022-08-133-72/+37
* AC_SYS_LARGEFILE now widens time_t if possiblePaul Eggert2022-08-093-14/+159
* Fix compilation errors in 32-bit C++ mode on HP-UX 11/ia64Paul Eggert2022-08-091-1/+7
* Port AC_C_BIGENDIAN to cross gcc -std=c11 -fltoPaul Eggert2022-07-271-7/+14
* basename and dirname are portable nowPaul Eggert2022-07-211-6/+15
* Handle z/OS Unix ‘set’ outputPaul Eggert2022-07-141-0/+1
* Fix testsuite failures on Darwin (aka macOS).Zack Weinberg2022-07-103-4/+19
* Make help-extract.pl work with Perl 5.10.x.Zack Weinberg2022-07-101-12/+16
* Remove ancient backward compatibility code from m4/m4.m4.Zack Weinberg2022-07-101-10/+3
* make fetchZack Weinberg2022-07-1023-976/+1054
* Require Perl 5.10.0 or later.Zack Weinberg2022-07-1016-20/+89
* Require GNU M4 1.4.8 or later.Zack Weinberg2022-07-062-3/+25
* testsuite: Handle `balanced ASCII quotes' correctly in m4 errors.Zack Weinberg2022-07-062-17/+7
* Port _AC_COMPILER_EXEEXT to IBM z/OS UnixPaul Eggert2022-06-281-1/+2
* Avoid \] in BREs and EREsPaul Eggert2022-06-284-8/+6
* Refactor recent AC_FUNC_ALLOCA fixPaul Eggert2022-06-281-9/+4
* AC_FUNC_ALLOCA: fix a misplaced (now fatal) closing "fi"Jim Meyering2022-06-272-1/+11
* tests: avoid test failures due to new EGREP_TRADITIONALJim Meyering2022-06-271-0/+1
* Improve regex documentationPaul Eggert2022-06-221-6/+17
* Fix bug: AC_EGREP_CPP with leading '-' in patternPaul Eggert2022-06-082-5/+21
* make update-copyrightPaul Eggert2022-05-1986-88/+88
* Work around AT&T 3b1 bugPaul Eggert2022-05-151-0/+2
* Document AC_RUN_IFELSE([], ...) etc.Paul Eggert2022-05-101-0/+12
* Work around memory-leak false alarmsPaul Eggert2022-03-312-1/+7
* Fix bug with AS_IF and ‘set -e’Paul Eggert2022-03-312-31/+17
* doc: update Manthey name+emailPaul Eggert2022-03-123-3/+3
* Fix unwanted globbing of sed scriptPaul Eggert2022-02-181-6/+8
* Clarify documentation of number formatPaul Eggert2022-02-122-21/+31
* add new AC_PROG_AR helperMike Frysinger2022-01-243-1/+18
* doc: Document how to deal with missing 'join'.Bruno Haible2022-01-121-0/+6
* doc: document BusyBox sed w bugPaul Eggert2022-01-011-0/+24
* doc: update ‘find’ infoPaul Eggert2021-10-091-4/+9
* Update .gitignore for move of version.m4.Zack Weinberg2021-10-031-1/+1
* Add a bootstrap script like Automake has.Zack Weinberg2021-09-153-10/+277
* Rewrite bin/autoconf in Perl.Zack Weinberg2021-09-158-274/+224
* Generate version.m4 from config.status, in lib/ not lib/m4sugar/.Zack Weinberg2021-09-155-26/+20