summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* 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
* [SV 63098] Temporarily revert the change to pattern rule behaviorPaul Smith2022-10-02-29/+90
* * doc/make.texi (Prerequisite Types): [SV 58056] Clarify ordering.Paul Smith2022-10-02-15/+14
* * src/filedef.h (is_ordinary_mtime): Check for "ordinary" mod time.Paul Smith2022-10-02-2/+3
* * src/remake.c (update_file_1): Return valid enum element, not 0.Paul Smith2022-10-02-6/+6
* * NEWS: Announce deprecation of OS/2 and AmigaOS portsPaul Smith2022-10-02-3/+10
* * src/main.c (main): Add debug output for jobserver and osync.Paul Smith2022-10-02-8/+8
* [SV 63111] Ensure output-sync is cleaned on re-exec and recursionAndreas Schwab2022-10-02-2/+9
* * src/function.c: Change int to uint to align with gmk_func_ptrPaul Smith2022-10-01-8/+8
* * doc/make.texi (Loaded Object API): [SV 63126] Fix typos and examplesDmitry Goncharov2022-10-01-7/+9
* Implement a simple xorshift 32bit random number generatorPaul Smith2022-10-01-5/+34
* [SV 63100] Set the floc of every created goal dep structDmitry Goncharov2022-09-25-4/+24
* * doc/make.texi: Update out of date behavior for grouped targets.Paul Smith2022-09-25-15/+15