summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
* * 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
* * README.git: Announce releases to the platform-testers listPaul Smith2022-09-25-1/+1
* Provide new functions to convert long long to stringPaul Smith2022-09-25-39/+50
* Always restore global environ if we use vforkPaul Smith2022-09-25-12/+24
* * configure.ac: [SV 63070] Clean up the test program for posix_spawn.Dmitry Goncharov2022-09-25-10/+6
* * src/posixos.c (osync_clear): Don't close invalid FDs.Paul Smith2022-09-25-1/+1
* * maintMakefile: Use gnulib ncftpput-ftp if ncftpput is missing.Paul Smith2022-09-25-1/+1
* * src/misc.c (strncasecmp): Use size_t for length to match std.Paul Smith2022-09-25-2/+2
* * configure.ac: Update to GNU make 4.3.91Paul Smith2022-09-25-10/+19
* Fix compiler warnings in the MS-Windows build.Eli Zaretskii2022-09-25-6/+16
* Avoid compilation warningsEli Zaretskii2022-09-24-3/+3
* Release GNU make 4.3.904.3.90Paul Smith2022-09-20-10/+13
* * tests/script/parallelism: Force wait to remove races.Paul Smith2022-09-20-46/+43
* [SV 56301] Fail if an included makefile can't be builtDmitry Goncharov2022-09-20-31/+36
* * tests/scripts/features/statipattrules: [SV 17374] Add testPaul Smith2022-09-20-1/+12
* [SV 12078, SV 62809] Rebuild grouped targets if any is missingPaul Smith2022-09-20-217/+233