summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* * tests/test_driver.pl: Remember if something failed and report itPaul Smith2022-12-201-0/+12
* [WINDOWS32] Remove CRNL from FormatMessage() result stringPaul Smith2022-12-193-39/+39
* [SV 63537] Document and test flippable switchesDmitry Goncharov2022-12-183-8/+534
* [SV 63537] Pass enabled-by-default switches to submakeDmitry Goncharov2022-12-181-44/+50
* [SV 63537] Remember the origin of command line optionsDmitry Goncharov2022-12-181-66/+101
* [SV 63537] Fix setting -w in makefilesDmitry Goncharov2022-12-183-15/+22
* [SV 63484] Force included makefiles to be explicitDmitry Goncharov2022-12-182-0/+16
* [SV 63516] [DOS] Support include files with drivespecsPaul Smith2022-12-185-16/+39
* * src/job.c (new_job): [SV 63510] Trace phony prerequisite rebuildsPaul Smith2022-12-181-6/+45
* * configure.ac: Update for a new releasePaul Smith2022-12-183-4/+8
* [SV 63417] Ensure global .NOTINTERMEDIATE disables all intermediatesDmitry Goncharov2022-11-286-12/+12
* * doc/make.texi: Use $(firstword) rather than $(word 1,)Paul Smith2022-11-281-1/+1
* [SV 63347] Always add command line variable assignments to MAKEFLAGSDmitry Goncharov2022-11-284-105/+336
* * src/main.c (main): [SV 63373] Don't use macros with memcmp()Paul Smith2022-11-161-1/+1
* Add specific hints for errors due to invalid conditionalsPaul Smith2022-11-153-27/+65
* [SV 63333] Be more lenient when failing to create temporary filesDmitry Goncharov2022-11-136-21/+89
* Keep going if we can't connect to the jobserverPaul Smith2022-11-133-27/+39
* * src/dir.c (dir_contents_file_exists_p): Show dir name in error.Paul Smith2022-11-131-29/+26
* * src/main.c (main): [SV 63307] Handle SIGPIPE as a fatal signalPaul Smith2022-11-131-5/+3
* [SV 63315] tests: Simplify TERM signalingPaul Smith2022-11-133-2/+9
* [SV 63315] Allocate function names when defining functionsPaul Smith2022-11-131-1/+1
* tests: Don't convert \ to / when checking regex'sPaul Smith2022-11-132-154/+133
* * src/hash.c (jhash_string): Help the compiler optimize the hashJustine Tunney2022-11-131-7/+13
* * src/config.h.W32 [TCC]: Only redefine strtoll if not definedPaul Smith2022-11-121-3/+7
* * src/config.h.W32: Fix last change.Eli Zaretskii2022-11-091-4/+4
* Fix build with Tiny CEli Zaretskii2022-11-051-0/+4
* Release GNU Make 4.44.4Paul Smith2022-10-313-4/+4
* * README.git: Update and clarify release operationsPaul Smith2022-10-311-65/+92
* Fix issues found by ASAN and CoverityPaul Smith2022-10-3110-28/+47
* Avoid C99 constructsPaul Smith2022-10-293-20/+25
* * build.sh: Allow a "keep-going" mode during buildsPaul Smith2022-10-292-10/+35
* tests: Avoid the use of File::Temp->newdir()Paul Smith2022-10-293-33/+30
* * src/posixos.c (os_anontmp): [SV 63287] Only fail O_TMPFILE oncePaul Smith2022-10-291-5/+11
* [SV 62174] Force locale to be "C" before retrieving error messagesPaul Smith2022-10-281-72/+75
* * src/job.c: [SV 63185] Don't use ifdef with HAVE_DECL_* macrosPaul Smith2022-10-271-2/+1
* * tests/scripts/features/exec: Don't test with C shellsPaul Smith2022-10-251-3/+11
* Increase the test framework timeout from 5s to 60sPaul Smith2022-10-253-6/+6
* * Makefile.am (check-regression): Add a random suffix to results filePaul Smith2022-10-252-4/+12
* Release GNU Make 4.3.924.3.92Paul Smith2022-10-242-7/+7
* [SV 63260] Don't recurse forever if setup_tmpfile() failsPaul Smith2022-10-241-10/+24
* * src/output.c (_outputs): Don't use invalid output sync FDsPaul Smith2022-10-241-11/+15
* * src/misc.c (get_tmpdir): Report errors if tmpdirs are invalidPaul Smith2022-10-242-7/+33
* * src/posixos.c (os_anontmp): If O_TMPFILE fails try dup() method.Dmitry Goncharov2022-10-231-8/+13
* * src/rule.c (get_rule_defn): Don't use STRING_SIZE_TUPLE in mempcpyPaul Smith2022-10-232-2/+4
* Provide a maintainer-only debug methodPaul Smith2022-10-232-0/+20
* * configure.ac: Check that we can link with GuilePaul Smith2022-10-221-3/+23
* Set PATH_MAX on systems without a default valuePaul Smith2022-10-226-14/+16
* [SV 63098] Enhance detection of missing peer also-make targetsPaul Smith2022-10-222-32/+59
* Collect failure details when the regression tests failPaul Smith2022-10-224-4/+38
* Enhance tests to work on different systemsPaul Smith2022-10-229-28/+35