summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* Release GNU Make 4.44.4Paul Smith2022-10-31-4/+4
* * README.git: Update and clarify release operationsPaul Smith2022-10-31-65/+92
* Fix issues found by ASAN and CoverityPaul Smith2022-10-31-28/+47
* Avoid C99 constructsPaul Smith2022-10-29-20/+25
* * build.sh: Allow a "keep-going" mode during buildsPaul Smith2022-10-29-10/+35
* tests: Avoid the use of File::Temp->newdir()Paul Smith2022-10-29-33/+30
* * src/posixos.c (os_anontmp): [SV 63287] Only fail O_TMPFILE oncePaul Smith2022-10-29-5/+11
* [SV 62174] Force locale to be "C" before retrieving error messagesPaul Smith2022-10-28-72/+75
* * src/job.c: [SV 63185] Don't use ifdef with HAVE_DECL_* macrosPaul Smith2022-10-27-2/+1
* * tests/scripts/features/exec: Don't test with C shellsPaul Smith2022-10-25-3/+11
* Increase the test framework timeout from 5s to 60sPaul Smith2022-10-25-6/+6
* * Makefile.am (check-regression): Add a random suffix to results filePaul Smith2022-10-25-4/+12
* Release GNU Make 4.3.924.3.92Paul Smith2022-10-24-7/+7
* [SV 63260] Don't recurse forever if setup_tmpfile() failsPaul Smith2022-10-24-10/+24
* * src/output.c (_outputs): Don't use invalid output sync FDsPaul Smith2022-10-24-11/+15
* * src/misc.c (get_tmpdir): Report errors if tmpdirs are invalidPaul Smith2022-10-24-7/+33
* * src/posixos.c (os_anontmp): If O_TMPFILE fails try dup() method.Dmitry Goncharov2022-10-23-8/+13
* * src/rule.c (get_rule_defn): Don't use STRING_SIZE_TUPLE in mempcpyPaul Smith2022-10-23-2/+4
* Provide a maintainer-only debug methodPaul Smith2022-10-23-0/+20
* * configure.ac: Check that we can link with GuilePaul Smith2022-10-22-3/+23
* Set PATH_MAX on systems without a default valuePaul Smith2022-10-22-14/+16
* [SV 63098] Enhance detection of missing peer also-make targetsPaul Smith2022-10-22-32/+59
* Collect failure details when the regression tests failPaul Smith2022-10-22-4/+38
* Enhance tests to work on different systemsPaul Smith2022-10-22-28/+35
* [SV 63243] tests: Avoid SIGTERM racing with make error messagesDmitry Goncharov2022-10-22-4/+8
* [SV 63236] Fix getloadavg related error message on AIXDmitry Goncharov2022-10-22-0/+1
* [SV 63248] Ignore SIGPIPEDmitry Goncharov2022-10-22-0/+6
* * NEWS: Release GNU make 4.3.914.3.91Paul Smith2022-10-18-2/+3
* * AUTHORS: Update the authors list.Paul Smith2022-10-18-9/+12
* * NEWS: Use GNU Make instead of GNU makePaul Smith2022-10-18-102/+102
* Update URLs to use https rather than httpPaul Smith2022-10-18-135/+137
* Rework temp file handling to avoid GNU libc warningsPaul Smith2022-10-18-66/+111
* Add ISDIRSEP() helper macro and use itPaul Smith2022-10-18-63/+39
* Add preprocessor macros for different platformsPaul Smith2022-10-18-9/+25
* Check for recipe line count overflow before it overflowsPaul Smith2022-10-18-34/+30
* Remove template files to simplify distribution creationPaul Smith2022-10-18-170/+146
* Support building with DJGPP 2.05Juan M. Guerrero2022-10-16-10/+16
* * src/job.c: [SV 63185] Include sys/loadavg.h if needed.Paul Smith2022-10-16-4/+9
* [SV 63215] Remember the random seed for shuffle modePaul Smith2022-10-16-6/+10
* Use (void) rather than () in function declarationsPaul Smith2022-10-15-36/+35
* [SV 63157] Ensure temporary files are removed when signaledPaul Smith2022-10-15-19/+78
* * src/posixos.c (job_root): Remember root jobserver instancesPaul Smith2022-10-15-13/+36
* Set the proper type for variables set in signal handlersPaul Smith2022-10-15-3/+6
* * tests/test_driver.pl (toplevel): [SV 63156] Keep temp env varsDmitry Goncharov2022-10-08-3/+3
* Clean up some warnings on Windows buildsPaul Smith2022-10-03-24/+44
* * src/misc.c (make_lltoa): Use printf format macro from makeint.hPaul Smith2022-10-03-10/+4
* * src/arscan.c (ar_scan): Avoid sign comparison warningsPaul Smith2022-10-03-2/+2
* Support systems with 32-bit long and 64-bit time_tPaul Eggert2022-10-03-40/+60
* Add support for intmax_tPaul Smith2022-10-03-9/+40
* * NEWS: Deprecate XenixPaul Smith2022-10-03-0/+1