]> git.ipfire.org Git - thirdparty/autoconf.git/shortlog
thirdparty/autoconf.git
2024-06-26  Zack WeinbergNew public macros AC_LOG_CMD and AC_LOG_FILE. zack/ac-log-cmd
2024-06-26  Zack WeinbergWIP: replace AS_ESCAPE and _AS_QUOTE with AS_QUOTE_D.
2024-06-26  Zack WeinbergWIP: new m4sugar function m4_join_uniq.
2024-06-26  Zack WeinbergQuote separators in foreach.m4 version of m4_joinall.
2024-06-26  Zack WeinbergEmit compat shims less often for old AS_ECHO implementa...
2024-06-24  Zack Weinbergautoconf.texi: Don’t say that Darwin is “derived from...
2024-06-24  Zack Weinbergautoconf.texi: Move ‘Systemology’ to ‘Portable Shell...
2024-06-23  Zack WeinbergAdd ‘shell.nix’ defining Autoconf’s build dependencies...
2024-06-23  Sevan Janiyandoc/autoconf.texi (Systemology): Update Darwin.
2024-06-23  KO Myung-Hunbootstrap: Allow 'ln -s' to be overridden by the user.
2024-06-18  Paul EggertImprove wording for Y2038 and largefile probes
2024-06-15  Paul EggertProcess C23 #elifdef and #elifndef
2024-06-01  Paul EggertDocument Solaris ‘make’ glitch with ‘!’
2024-05-28  Paul EggertAC_PROG_CXX no longer adjusts C++ language version
2024-05-26  Paul EggertAC_PROG_CXX now tries C++23, C++20, C++17, C++14
2024-05-26  Paul EggertPort C11 test to C++20
2024-05-15  Alyssa RossAC_FUNC_MALLOC: fix cross compilation to musl
2024-04-30  Paul EggertImprove VLA wording in NEWS
2024-04-30  Paul EggertMention C keywords in NEWS
2024-04-30  Paul EggertAC_PROG_CC now tries C23 too
2024-04-30  Paul EggertPort better to MSVC
2024-04-30  Paul EggertFix doc typo with " {"
2024-04-25  Paul EggertAdjust tests to match new Automake files
2024-04-25  Paul Eggertmake fetch
2024-04-24  Paul EggertPort AC_SYS_LARGEFILE to C++
2024-04-06  Paul EggertImprove “possibly undefined macro” diagnostic
2024-02-07  Paul EggertRemove incorrect check in AC_CHECK_SIZEOF
2024-02-04  Paul EggertDocument ‘cp’ limitations better
2024-01-17  Paul EggertFix typo in previous patch
2024-01-17  Paul EggertFix ‘long long’ checks on ancient platforms
2024-01-17  Paul Eggertmake fetch
2024-01-11  Paul Eggertdoc: mention join bug
2024-01-05  Jim Meyeringmaint: update all copyright dates via "make update...
2023-12-22  Zack Weinbergmaint: post-release administrivia
2023-12-22  Zack WeinbergFinalize NEWS for release 2.72. v2.72
2023-12-22  Zack WeinbergSave/restore AC_LANG setting in AC_PROG_CC_C_O.
2023-12-22  Zack WeinbergRemove bashism from tests/local.at.
2023-12-22  Zack WeinbergRevert debugging change committed by mistake
2023-12-22  Zack WeinbergAddress “autom4te preselections” testsuite failure
2023-12-22  Zack WeinbergAvoid a spurious test failure with shells that ignore...
2023-12-21  Zack WeinbergAddress “autoconf: forbidden tokens, basic” testsuite...
2023-12-21  Zack Weinbergtestsuite: Skip tests that use aclocal or automake...
2023-12-20  Zack Weinbergupdate NEWS for 2.72e release candidate v2.72e
2023-12-20  Zack Weinbergspelling errors reported by “make syntax-check”
2023-12-19  Zack WeinbergAdjust --help and manpages to make it easier to find...
2023-12-19  Zack WeinbergRun gitlog-to-changelog in source directory.
2023-12-19  Zack WeinbergSkip test of AC_SYS_YEAR2038_RECOMMENDED if system...
2023-12-18  Zack WeinbergRevert "config.status: handle CRLF line endings in...
2023-12-18  Paul EggertFix AC_FUNC_MMAP on CheriBSD
2023-12-18  Zack WeinbergClarify error messages for misuse of m4_warn and -...
2023-12-15  Zack Weinbergconfig.status: handle CRLF line endings in AC_CONFIG_HE...
2023-12-13  Paul EggertAC_PROG_MKDIR_P: Fix detection of busybox mkdir.
2023-12-12  Detlef RiekenbergConsistently use block comments at beginning of C99...
2023-12-11  Zack Weinbergautom4te: Don’t crash if Data::Dumper::Sortkeys is...
2023-12-06  Zack Weinbergautom4te: report subsecond timestamp support in --version
2023-12-01  Paul EggertBe more conservative about cache timestamps
2023-12-01  Paul EggertTweak Annex K doc
2023-12-01  Paul Eggert* bin/autom4te.in: Fix comments.
2023-12-01  Zack Weinbergtestsuite: log version of shell and make as well
2023-12-01  Bruno HaibleRecognize the *-*-windows* config triplets introduced...
2023-11-30  Zack Weinbergmaint: post-release administrivia
2023-11-30  Zack WeinbergRelease 2.72d [beta] v2.72d
2023-11-30  Zack Weinbergmake fetch
2023-11-26  Paul EggertRemove m4_file_append
2023-10-18  KO Myung-Hunm4/m4.m4: Quote argument to AS_ECHO correctly.
2023-10-18  Zack Weinbergautom4te: OS/2 compat: Do not attempt to chmod an open...
2023-08-19  Paul EggertImprove INSTALL format
2023-08-16  Paul EggertMention ./bootstrap privacy implications
2023-08-15  Gleb Fotengauer... Fix _AC_LANG_IO_PROGRAM(C) to work with glibc 2.38...
2023-06-24  Paul EggertShorten and improve INSTALL
2023-06-24  Bruno HaibleINSTALL: Clarify --build, --host, --target, and the...
2023-06-20  Paul Eggertdoc: fix broken cross-refs
2023-06-20  Paul EggertModernize INSTALL
2023-06-19  Paul EggertFix AC_SYS_LARGEFILE on GNU/Linux alpha, s390x
2023-05-17  Paul EggertImprove AC_FUNC_MMAP comments
2023-05-13  Paul EggertImprove AC_SYS_YEAR2038_RECOMMENDED diagnostic
2023-05-11  Paul EggertFix port of AC_FUNC_MMAP
2023-05-11  Paul EggertPort AC_FUNC_MMAP to more-modern systems
2023-04-27  Paul EggertTone down year-2038 changes
2023-04-19  Bruno HaibleAC_SYS_YEAR2038_REQUIRED: Fix configure failure with...
2023-04-17  Bruno HaibleDocument limitation of BusyBox tr.
2023-04-15  Bruno HaibleAC_SYS_YEAR2038: Fix configure failure on 32-bit mingw.
2023-04-09  Paul EggertImprove year2038, largefile option processing
2023-04-03  Paul EggertSupport circa early 2022 Gnulib
2023-04-03  Zack WeinbergRemove the last few internal uses of AC_EGREP_CPP.
2023-04-03  Zack WeinbergFold AC_C_STRINGIZE into AC_PROG_CC.
2023-04-03  Zack WeinbergOverhaul AC_TYPE_GETGROUPS and AC_FUNC_GETGROUPS.
2023-04-03  Zack WeinbergMake AC_PROG_GCC_TRADITIONAL a compatibility alias...
2023-04-02  Zack WeinbergAC_TYPE_UID_T: Rewrite using AC_CHECK_TYPE.
2023-04-02  Zack WeinbergAC_XENIX_DIR: Rewrite using AC_CANONICAL_HOST.
2023-04-02  Zack WeinbergNew script for building inside Guix containers.
2023-04-02  Paul EggertSupport underquoted callers better
2023-04-01  Paul EggertFix timing bug on high-speed builds
2023-03-31  Paul EggertGo back to requiring only Perl 5.6+ for users
2023-03-31  Paul EggertCater to programs misusing AC_EGREP_HEADER
2023-03-31  Paul Eggert* NEWS: Tighten up wording.
2023-03-30  Paul Eggertbuild: run "make fetch", which updated these:
2023-03-28  Paul Eggertmention prototypes more prominently in NEWS
2023-03-27  Jim Meyeringtests: avoid an unwarranted test failure v2.72c
2023-03-26  Jim Meyeringbuild: run "make fetch", which updated these:
next