summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [SV 63243] tests: Avoid SIGTERM racing with make error messagesDmitry Goncharov2022-10-222-4/+8
* [SV 63236] Fix getloadavg related error message on AIXDmitry Goncharov2022-10-221-0/+1
* [SV 63248] Ignore SIGPIPEDmitry Goncharov2022-10-222-0/+6
* * NEWS: Release GNU make 4.3.914.3.91Paul Smith2022-10-181-2/+3
* * AUTHORS: Update the authors list.Paul Smith2022-10-181-9/+12
* * NEWS: Use GNU Make instead of GNU makePaul Smith2022-10-1810-102/+102
* Update URLs to use https rather than httpPaul Smith2022-10-18113-135/+137
* Rework temp file handling to avoid GNU libc warningsPaul Smith2022-10-186-66/+111
* Add ISDIRSEP() helper macro and use itPaul Smith2022-10-189-63/+39
* Add preprocessor macros for different platformsPaul Smith2022-10-189-9/+25
* Check for recipe line count overflow before it overflowsPaul Smith2022-10-181-34/+30
* Remove template files to simplify distribution creationPaul Smith2022-10-1820-170/+146
* Support building with DJGPP 2.05Juan M. Guerrero2022-10-162-10/+16
* * src/job.c: [SV 63185] Include sys/loadavg.h if needed.Paul Smith2022-10-161-4/+9
* [SV 63215] Remember the random seed for shuffle modePaul Smith2022-10-163-6/+10
* Use (void) rather than () in function declarationsPaul Smith2022-10-155-36/+35
* [SV 63157] Ensure temporary files are removed when signaledPaul Smith2022-10-155-19/+78
* * src/posixos.c (job_root): Remember root jobserver instancesPaul Smith2022-10-152-13/+36
* Set the proper type for variables set in signal handlersPaul Smith2022-10-154-3/+6
* * tests/test_driver.pl (toplevel): [SV 63156] Keep temp env varsDmitry Goncharov2022-10-081-3/+3
* Clean up some warnings on Windows buildsPaul Smith2022-10-035-24/+44
* * src/misc.c (make_lltoa): Use printf format macro from makeint.hPaul Smith2022-10-031-10/+4
* * src/arscan.c (ar_scan): Avoid sign comparison warningsPaul Smith2022-10-031-2/+2
* Support systems with 32-bit long and 64-bit time_tPaul Eggert2022-10-036-40/+60
* Add support for intmax_tPaul Smith2022-10-035-9/+40
* * NEWS: Deprecate XenixPaul Smith2022-10-031-0/+1
* [SV 63098] Temporarily revert the change to pattern rule behaviorPaul Smith2022-10-024-29/+90
* * doc/make.texi (Prerequisite Types): [SV 58056] Clarify ordering.Paul Smith2022-10-021-15/+14
* * src/filedef.h (is_ordinary_mtime): Check for "ordinary" mod time.Paul Smith2022-10-022-2/+3
* * src/remake.c (update_file_1): Return valid enum element, not 0.Paul Smith2022-10-021-6/+6
* * NEWS: Announce deprecation of OS/2 and AmigaOS portsPaul Smith2022-10-021-3/+10
* * src/main.c (main): Add debug output for jobserver and osync.Paul Smith2022-10-022-8/+8
* [SV 63111] Ensure output-sync is cleaned on re-exec and recursionAndreas Schwab2022-10-022-2/+9
* * src/function.c: Change int to uint to align with gmk_func_ptrPaul Smith2022-10-011-8/+8
* * doc/make.texi (Loaded Object API): [SV 63126] Fix typos and examplesDmitry Goncharov2022-10-011-7/+9
* Implement a simple xorshift 32bit random number generatorPaul Smith2022-10-013-5/+34
* [SV 63100] Set the floc of every created goal dep structDmitry Goncharov2022-09-252-4/+24
* * doc/make.texi: Update out of date behavior for grouped targets.Paul Smith2022-09-251-15/+15
* * README.git: Announce releases to the platform-testers listPaul Smith2022-09-251-1/+1
* Provide new functions to convert long long to stringPaul Smith2022-09-254-39/+50
* Always restore global environ if we use vforkPaul Smith2022-09-252-12/+24
* * configure.ac: [SV 63070] Clean up the test program for posix_spawn.Dmitry Goncharov2022-09-251-10/+6
* * src/posixos.c (osync_clear): Don't close invalid FDs.Paul Smith2022-09-251-1/+1
* * maintMakefile: Use gnulib ncftpput-ftp if ncftpput is missing.Paul Smith2022-09-251-1/+1
* * src/misc.c (strncasecmp): Use size_t for length to match std.Paul Smith2022-09-252-2/+2
* * configure.ac: Update to GNU make 4.3.91Paul Smith2022-09-252-10/+19
* Fix compiler warnings in the MS-Windows build.Eli Zaretskii2022-09-254-6/+16
* Avoid compilation warningsEli Zaretskii2022-09-242-3/+3
* Release GNU make 4.3.904.3.90Paul Smith2022-09-203-10/+13
* * tests/script/parallelism: Force wait to remove races.Paul Smith2022-09-201-46/+43