summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SV 63821] Don't set up default suffix rules if makefile sets -rDmitry Goncharov2023-02-203-16/+81
* * tests/scripts/misc/general4: Only test empty PATH on UNIXPaul Smith2023-02-202-5/+6
* * gl/modules/make-glob: Avoid glibc glob if bug #866 is presentPaul Smith2023-02-192-17/+55
* * tests/scripts/features/include [AIX]: Set explicit timestampsPaul Smith2023-02-191-3/+5
* * tests/scripts/features/archives: Set CC properlyPaul Smith2023-02-191-3/+3
* Prerelease GNU Make 4.4.0.914.4.0.91Paul Smith2023-02-192-3/+7
* * src/makeint.h [CYGWIN]: Use pipe mode for the jobserverPaul Smith2023-02-191-2/+5
* Don't block for child exit if other commands have completedPaul Smith2023-02-191-2/+6
* Clean up depth handling in debug outputPaul Smith2023-02-193-28/+39
* * src/makeint.h (WIN32_LEAN_AND_MEAN) [Windows]: Don't redefine.Paul Smith2023-02-191-1/+3
* * src/misc.c (ttyname) [OS/2]: Add an implementation for OS/2 kLIBCKO Myung-Hun2023-02-191-0/+39
* Allow jobserver style to be forced to "pipe"Paul Smith2023-02-195-3/+18
* [SV 63668] Use autoconf to detect the default C++ compilerPaul Smith2023-02-052-7/+15
* * doc/make.texi: Fix typo (reported by <mao492479407@163.com>)Paul Smith2023-02-051-1/+1
* * tests/scripts/variables/MAKEFLAGS: Fix some Perl warningsPaul Smith2023-02-041-34/+38
* * doc/make.texi: [SV 63689] Fix typos in examplesDmitry Goncharov2023-01-281-2/+2
* * src/job.c: Switch from bit operators to flags macrosPaul Smith2023-01-282-12/+12
* [SV 63667] In .POSIX, use shell flags -c when ignoring errorsPaul Smith2023-01-284-4/+78
* * tests/scripts/features/archives: [SV 63688] Quote cmd line varsDmitry Goncharov2023-01-281-4/+5
* * README.in: Mention README.z/OSPaul Smith2023-01-281-0/+2
* * tests/test_driver.pl: Convert z/OS answers for regex outputPaul Smith2023-01-153-20/+22
* * tests/scripts/features/archives: Use the configured compiler for CCPaul Smith2023-01-151-1/+4
* * configure.ac: Delay setting HAVE_GUILE until we're surePaul Smith2023-01-151-1/+3
* Prerelease GNU Make 4.4.0.904.4.0.90Paul Smith2023-01-143-36/+8
* * tests/scripts/features/reinvoke: Warn about closing STDIN.Paul Smith2023-01-113-1/+6
* [SV 63638] Fix processing PATH on MS-WindowsEli Zaretskii2023-01-111-2/+4
* Update support for OS/2Paul Smith2023-01-089-27/+46
* [SV 17448] Ignore whitespace around $(file ...) namesPaul Smith2023-01-083-18/+53
* [SV 61218] Ensure MAKEFLAGS is expanded even with -ePaul Smith2023-01-083-6/+16
* [SV 62654] Support GNU Make on z/OSPaul Smith2023-01-0821-43/+201
* Create src/mkcustom.h which is included by config.hPaul Smith2023-01-088-41/+83
* Include <strings.h> globallyPaul Smith2023-01-084-10/+6
* * gl/lib/glob.c: Don't try to support _LIBC, don't use __stat()Paul Smith2023-01-071-35/+15
* [SV 63609] Avoid buffer overrun in --warn-undefined-variablesPaul Smith2023-01-032-8/+33
* [SV 14927] Allow parallel builds for archivesPaul Smith2023-01-034-16/+86
* [SV 61463] Don't export inherited private variablesPaul Smith2023-01-024-6/+84
* Update ancient glob/fnmatch implementationsPaul Smith2023-01-026-288/+103
* * doc/make.texi (Special Targets): Fix minor typoPaul Smith2023-01-021-1/+1
* Don't free uninitialized hash_tablePaul Smith2023-01-011-42/+40
* * maintMakefile: Add missing quotePaul Smith2023-01-011-1/+1
* Convert references from "GNU make" to "GNU Make"Paul Smith2023-01-0149-153/+153
* Update to the latest gnulib stable branchPaul Smith2023-01-016-719/+739
* Update the copyright year on all filesPaul Smith2023-01-01116-118/+118
* Apply spelling fixes discovered by CodespellPaul Smith2022-12-3115-18/+18
* Avoid using false(1) in regression testsPaul Smith2022-12-315-47/+32
* Make bootstrap.bat more portablePaul Smith2022-12-263-5/+30
* * NEWS: Add a section for the next releasePaul Smith2022-12-241-1/+17
* [SV 63439, SV 63452] Don't warn on undefined internal variablesPaul Smith2022-12-245-42/+45
* [SV 63552] Change directories before constructing include pathsPaul Smith2022-12-244-57/+53
* tests [WINDOWS32]: Support Strawberry Perl on WindowsPaul Smith2022-12-2010-35/+65