summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeLines
...
* Avoid using false(1) in regression testsPaul Smith2022-12-31-47/+32
* Make bootstrap.bat more portablePaul Smith2022-12-26-5/+30
* * NEWS: Add a section for the next releasePaul Smith2022-12-24-1/+17
* [SV 63439, SV 63452] Don't warn on undefined internal variablesPaul Smith2022-12-24-42/+45
* [SV 63552] Change directories before constructing include pathsPaul Smith2022-12-24-57/+53
* tests [WINDOWS32]: Support Strawberry Perl on WindowsPaul Smith2022-12-20-35/+65
* * tests/test_driver.pl: Remember if something failed and report itPaul Smith2022-12-20-0/+12
* [WINDOWS32] Remove CRNL from FormatMessage() result stringPaul Smith2022-12-19-39/+39
* [SV 63537] Document and test flippable switchesDmitry Goncharov2022-12-18-8/+534
* [SV 63537] Pass enabled-by-default switches to submakeDmitry Goncharov2022-12-18-44/+50
* [SV 63537] Remember the origin of command line optionsDmitry Goncharov2022-12-18-66/+101
* [SV 63537] Fix setting -w in makefilesDmitry Goncharov2022-12-18-15/+22
* [SV 63484] Force included makefiles to be explicitDmitry Goncharov2022-12-18-0/+16
* [SV 63516] [DOS] Support include files with drivespecsPaul Smith2022-12-18-16/+39
* * src/job.c (new_job): [SV 63510] Trace phony prerequisite rebuildsPaul Smith2022-12-18-6/+45
* * configure.ac: Update for a new releasePaul Smith2022-12-18-4/+8
* [SV 63417] Ensure global .NOTINTERMEDIATE disables all intermediatesDmitry Goncharov2022-11-28-12/+12
* * doc/make.texi: Use $(firstword) rather than $(word 1,)Paul Smith2022-11-28-1/+1
* [SV 63347] Always add command line variable assignments to MAKEFLAGSDmitry Goncharov2022-11-28-105/+336
* * src/main.c (main): [SV 63373] Don't use macros with memcmp()Paul Smith2022-11-16-1/+1
* Add specific hints for errors due to invalid conditionalsPaul Smith2022-11-15-27/+65
* [SV 63333] Be more lenient when failing to create temporary filesDmitry Goncharov2022-11-13-21/+89
* Keep going if we can't connect to the jobserverPaul Smith2022-11-13-27/+39
* * src/dir.c (dir_contents_file_exists_p): Show dir name in error.Paul Smith2022-11-13-29/+26
* * src/main.c (main): [SV 63307] Handle SIGPIPE as a fatal signalPaul Smith2022-11-13-5/+3
* [SV 63315] tests: Simplify TERM signalingPaul Smith2022-11-13-2/+9
* [SV 63315] Allocate function names when defining functionsPaul Smith2022-11-13-1/+1
* tests: Don't convert \ to / when checking regex'sPaul Smith2022-11-13-154/+133
* * src/hash.c (jhash_string): Help the compiler optimize the hashJustine Tunney2022-11-13-7/+13
* * src/config.h.W32 [TCC]: Only redefine strtoll if not definedPaul Smith2022-11-12-3/+7
* * src/config.h.W32: Fix last change.Eli Zaretskii2022-11-09-4/+4
* Fix build with Tiny CEli Zaretskii2022-11-05-0/+4
* 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