2024-10-29 |
Paul Eggert | Match Gnulib INSTALL for quoting |
commit | commitdiff | tree |
2024-10-29 |
Paul Eggert | Merge from Gnulib for malloc, realloc checking |
commit | commitdiff | tree |
2024-10-27 |
Paul Eggert | Go back to using “POSIX” not “Posix” |
commit | commitdiff | tree |
2024-10-27 |
Paul Eggert | Remove some doc for no-longer-used systems; update... |
commit | commitdiff | tree |
2024-10-26 |
Paul Eggert | Document realloc (p, 0) gotchas |
commit | commitdiff | tree |
2024-10-21 |
Paul Eggert | Avoid some echo '...\...' gotchas |
commit | commitdiff | tree |
2024-09-28 |
Paul Eggert | Mention autogen.sh sooner in doc |
commit | commitdiff | tree |
2024-09-22 |
Paul Eggert | doc: remove IRIX from manual |
commit | commitdiff | tree |
2024-09-06 |
Paul Eggert | Give a URL for COPYING.EXCEPTION in notices |
commit | commitdiff | tree |
2024-08-07 |
Paul Eggert | Stop documenting Tru64 |
commit | commitdiff | tree |
2024-08-07 |
Paul Eggert | Improve coverage of ‘echo’ in manual |
commit | commitdiff | tree |
2024-08-07 |
Paul Eggert | More defense against bad echo |
commit | commitdiff | tree |
2024-08-07 |
Paul Eggert | Allow shell metachars in CONFIG_STATUS |
commit | commitdiff | tree |
2024-08-07 |
Paul Eggert | Support more special chars in $(LIBDIR) etc |
commit | commitdiff | tree |
2024-08-07 |
Paul Eggert | Minor AC_FUNC_SELECT_ARGTYPES speedups |
commit | commitdiff | tree |
2024-08-07 |
Paul Eggert | Don’t mishandle ‘\’ in VERSION |
commit | commitdiff | tree |
2024-08-07 |
Paul Eggert | Follow own advice about \ in shell double-quoted strings |
commit | commitdiff | tree |
2024-08-03 |
Paul Eggert | Fix typos in previous $@ doc change |
commit | commitdiff | tree |
2024-08-03 |
Paul Eggert | Port to AIX 7.2 ksh93 |
commit | commitdiff | tree |
2024-07-17 |
Zack Weinberg | Fix syntax-check complaints |
commit | commitdiff | tree |
2024-07-17 |
Zack Weinberg | Adjust set size correctly in all cases of m4_set_add_all. |
commit | commitdiff | tree |
2024-07-17 |
Zack Weinberg | Quote separators in foreach.m4 version of m4_joinall. |
commit | commitdiff | tree |
2024-07-17 |
Zack Weinberg | Add a FLAGS argument to AT_CHECK_M4SUGAR_TEXT. |
commit | commitdiff | tree |
2024-07-17 |
Zack Weinberg | Emit compat shims less often for old AS_ECHO implementa... |
commit | commitdiff | tree |
2024-07-16 |
Bruno Haible | Port AC_PROG_OBJC to RHEL 9 |
commit | commitdiff | tree |
2024-07-16 |
Paul Eggert | Detect Android 5.0 strnlen bug |
commit | commitdiff | tree |
2024-07-05 |
Paul Eggert | doc: mention ACLOCAL_AMFLAGS and # |
commit | commitdiff | tree |
2024-06-24 |
Zack Weinberg | autoconf.texi: Don’t say that Darwin is “derived from... |
commit | commitdiff | tree |
2024-06-24 |
Zack Weinberg | autoconf.texi: Move ‘Systemology’ to ‘Portable Shell... |
commit | commitdiff | tree |
2024-06-23 |
Zack Weinberg | Add ‘shell.nix’ defining Autoconf’s build dependencies... |
commit | commitdiff | tree |
2024-06-23 |
Sevan Janiyan | doc/autoconf.texi (Systemology): Update Darwin. |
commit | commitdiff | tree |
2024-06-23 |
KO Myung-Hun | bootstrap: Allow 'ln -s' to be overridden by the user. |
commit | commitdiff | tree |
2024-06-18 |
Paul Eggert | Improve wording for Y2038 and largefile probes |
commit | commitdiff | tree |
2024-06-15 |
Paul Eggert | Process C23 #elifdef and #elifndef |
commit | commitdiff | tree |
2024-06-01 |
Paul Eggert | Document Solaris ‘make’ glitch with ‘!’ |
commit | commitdiff | tree |
2024-05-28 |
Paul Eggert | AC_PROG_CXX no longer adjusts C++ language version |
commit | commitdiff | tree |
2024-05-26 |
Paul Eggert | AC_PROG_CXX now tries C++23, C++20, C++17, C++14 |
commit | commitdiff | tree |
2024-05-26 |
Paul Eggert | Port C11 test to C++20 |
commit | commitdiff | tree |
2024-05-15 |
Alyssa Ross | AC_FUNC_MALLOC: fix cross compilation to musl |
commit | commitdiff | tree |
2024-04-30 |
Paul Eggert | Improve VLA wording in NEWS |
commit | commitdiff | tree |
2024-04-30 |
Paul Eggert | Mention C keywords in NEWS |
commit | commitdiff | tree |
2024-04-30 |
Paul Eggert | AC_PROG_CC now tries C23 too |
commit | commitdiff | tree |
2024-04-30 |
Paul Eggert | Port better to MSVC |
commit | commitdiff | tree |
2024-04-30 |
Paul Eggert | Fix doc typo with " {" |
commit | commitdiff | tree |
2024-04-25 |
Paul Eggert | Adjust tests to match new Automake files |
commit | commitdiff | tree |
2024-04-25 |
Paul Eggert | make fetch |
commit | commitdiff | tree |
2024-04-24 |
Paul Eggert | Port AC_SYS_LARGEFILE to C++ |
commit | commitdiff | tree |
2024-04-06 |
Paul Eggert | Improve “possibly undefined macro” diagnostic |
commit | commitdiff | tree |
2024-02-07 |
Paul Eggert | Remove incorrect check in AC_CHECK_SIZEOF |
commit | commitdiff | tree |
2024-02-04 |
Paul Eggert | Document ‘cp’ limitations better |
commit | commitdiff | tree |
2024-01-17 |
Paul Eggert | Fix typo in previous patch |
commit | commitdiff | tree |
2024-01-17 |
Paul Eggert | Fix ‘long long’ checks on ancient platforms |
commit | commitdiff | tree |
2024-01-17 |
Paul Eggert | make fetch |
commit | commitdiff | tree |
2024-01-11 |
Paul Eggert | doc: mention join bug |
commit | commitdiff | tree |
2024-01-05 |
Jim Meyering | maint: update all copyright dates via "make update... |
commit | commitdiff | tree |
2023-12-22 |
Zack Weinberg | maint: post-release administrivia |
commit | commitdiff | tree |
2023-12-22 |
Zack Weinberg | Finalize NEWS for release 2.72. v2.72 |
commit | commitdiff | tree |
2023-12-22 |
Zack Weinberg | Save/restore AC_LANG setting in AC_PROG_CC_C_O. |
commit | commitdiff | tree |
2023-12-22 |
Zack Weinberg | Remove bashism from tests/local.at. |
commit | commitdiff | tree |
2023-12-22 |
Zack Weinberg | Revert debugging change committed by mistake |
commit | commitdiff | tree |
2023-12-22 |
Zack Weinberg | Address “autom4te preselections” testsuite failure |
commit | commitdiff | tree |
2023-12-22 |
Zack Weinberg | Avoid a spurious test failure with shells that ignore... |
commit | commitdiff | tree |
2023-12-21 |
Zack Weinberg | Address “autoconf: forbidden tokens, basic” testsuite... |
commit | commitdiff | tree |
2023-12-21 |
Zack Weinberg | testsuite: Skip tests that use aclocal or automake... |
commit | commitdiff | tree |
2023-12-20 |
Zack Weinberg | update NEWS for 2.72e release candidate v2.72e |
commit | commitdiff | tree |
2023-12-20 |
Zack Weinberg | spelling errors reported by “make syntax-check” |
commit | commitdiff | tree |
2023-12-19 |
Zack Weinberg | Adjust --help and manpages to make it easier to find... |
commit | commitdiff | tree |
2023-12-19 |
Zack Weinberg | Run gitlog-to-changelog in source directory. |
commit | commitdiff | tree |
2023-12-19 |
Zack Weinberg | Skip test of AC_SYS_YEAR2038_RECOMMENDED if system... |
commit | commitdiff | tree |
2023-12-18 |
Zack Weinberg | Revert "config.status: handle CRLF line endings in... |
commit | commitdiff | tree |
2023-12-18 |
Paul Eggert | Fix AC_FUNC_MMAP on CheriBSD |
commit | commitdiff | tree |
2023-12-18 |
Zack Weinberg | Clarify error messages for misuse of m4_warn and -... |
commit | commitdiff | tree |
2023-12-15 |
Zack Weinberg | config.status: handle CRLF line endings in AC_CONFIG_HE... |
commit | commitdiff | tree |
2023-12-13 |
Paul Eggert | AC_PROG_MKDIR_P: Fix detection of busybox mkdir. |
commit | commitdiff | tree |
2023-12-12 |
Detlef Riekenberg | Consistently use block comments at beginning of C99... |
commit | commitdiff | tree |
2023-12-11 |
Zack Weinberg | autom4te: Don’t crash if Data::Dumper::Sortkeys is... |
commit | commitdiff | tree |
2023-12-06 |
Zack Weinberg | autom4te: report subsecond timestamp support in --version |
commit | commitdiff | tree |
2023-12-01 |
Paul Eggert | Be more conservative about cache timestamps |
commit | commitdiff | tree |
2023-12-01 |
Paul Eggert | Tweak Annex K doc |
commit | commitdiff | tree |
2023-12-01 |
Paul Eggert | * bin/autom4te.in: Fix comments. |
commit | commitdiff | tree |
2023-12-01 |
Zack Weinberg | testsuite: log version of shell and make as well |
commit | commitdiff | tree |
2023-12-01 |
Bruno Haible | Recognize the *-*-windows* config triplets introduced... |
commit | commitdiff | tree |
2023-11-30 |
Zack Weinberg | maint: post-release administrivia |
commit | commitdiff | tree |
2023-11-30 |
Zack Weinberg | Release 2.72d [beta] v2.72d |
commit | commitdiff | tree |
2023-11-30 |
Zack Weinberg | make fetch |
commit | commitdiff | tree |
2023-11-26 |
Paul Eggert | Remove m4_file_append |
commit | commitdiff | tree |
2023-10-18 |
KO Myung-Hun | m4/m4.m4: Quote argument to AS_ECHO correctly. |
commit | commitdiff | tree |
2023-10-18 |
Zack Weinberg | autom4te: OS/2 compat: Do not attempt to chmod an open... |
commit | commitdiff | tree |
2023-08-19 |
Paul Eggert | Improve INSTALL format |
commit | commitdiff | tree |
2023-08-16 |
Paul Eggert | Mention ./bootstrap privacy implications |
commit | commitdiff | tree |
2023-08-15 |
Gleb Fotengauer... | Fix _AC_LANG_IO_PROGRAM(C) to work with glibc 2.38... |
commit | commitdiff | tree |
2023-06-24 |
Paul Eggert | Shorten and improve INSTALL |
commit | commitdiff | tree |
2023-06-24 |
Bruno Haible | INSTALL: Clarify --build, --host, --target, and the... |
commit | commitdiff | tree |
2023-06-20 |
Paul Eggert | doc: fix broken cross-refs |
commit | commitdiff | tree |
2023-06-20 |
Paul Eggert | Modernize INSTALL |
commit | commitdiff | tree |
2023-06-19 |
Paul Eggert | Fix AC_SYS_LARGEFILE on GNU/Linux alpha, s390x |
commit | commitdiff | tree |
2023-05-17 |
Paul Eggert | Improve AC_FUNC_MMAP comments |
commit | commitdiff | tree |
2023-05-13 |
Paul Eggert | Improve AC_SYS_YEAR2038_RECOMMENDED diagnostic |
commit | commitdiff | tree |
2023-05-11 |
Paul Eggert | Fix port of AC_FUNC_MMAP |
commit | commitdiff | tree |
2023-05-11 |
Paul Eggert | Port AC_FUNC_MMAP to more-modern systems |
commit | commitdiff | tree |
next |