summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
...
* [SV 63111] Ensure output-sync is cleaned on re-exec and recursionAndreas Schwab2022-10-021-0/+2
* Avoid compilation warningsEli Zaretskii2022-09-241-3/+1
* [SV 56301] Fail if an included makefile can't be builtDmitry Goncharov2022-09-201-0/+1
* [SV 63045] Reload each intact unloaded shared objectDmitry Goncharov2022-09-121-0/+18
* [SV 62840] Don't change IO buffering before printing versionPaul Smith2022-08-301-43/+108
* Rework output sync to lock a temp file on POSIXPaul Smith2022-08-301-26/+22
* Support implementing the jobserver using named pipesPaul Smith2022-08-021-1/+10
* Enhance get_tmpfile() and add get_tmppath()Paul Smith2022-08-021-36/+1
* Disable the jobserver in non-recursive childrenPaul Smith2022-07-301-3/+3
* Ensure that MAKEFLAGS is set when invoking $(shell ...)Paul Smith2022-07-301-23/+17
* Take advantage of mempcpy() and stpcpy()Paul Smith2022-07-301-16/+11
* getloadavg: Remove support for privileged invocationPaul Smith2022-07-091-3/+0
* Run autoupdate and clean up autoconf usagePaul Smith2022-07-091-2/+2
* [SV 10593] Export variables to $(shell ...) commandsPaul Smith2022-07-091-0/+1
* [SV 62514] Honor command line interface flagsDmitry Goncharov2022-07-091-52/+13
* Don't add GNUMAKEFLAGS to the environmentPaul Smith2022-06-191-4/+7
* Avoid overwriting buffers with long pathnamesPaul Smith2022-06-171-7/+7
* [SV 62100] Add '--shuffle' option supportSergei Trofimovich2022-06-041-0/+29
* * src/misc.c (make_toui): Parse a string into an unsigned intPaul Smith2022-06-041-9/+5
* Replace strcmp() with memcmp() where possibleNoah Goldstein2022-04-241-1/+1
* [SV 62356] If -R is set in the makefile, disable -rDmitry Goncharov2022-04-241-0/+4
* [SV 62145] Remove a stdin temp file on re-exec failure.Dmitry Goncharov2022-04-241-3/+6
* [SV 62118] Correctly handle -f- options on re-execPaul Smith2022-02-271-59/+162
* Remove extraneous characters from fatal() callsPaul Smith2022-02-271-2/+2
* * src/main.c: Ensure the stdin temp file is deleted when dying.Paul Smith2022-02-271-1/+12
* [SV 62088] Avoid re-exec due to stdin.Dmitry Goncharov2022-02-271-0/+2
* tests: Preserve Windows temp environment variablesPaul Smith2022-02-271-7/+8
* * <all>: Update copyright notices.Paul Smith2022-02-101-2/+2
* [SV 61226] Revert changes to detect missing included filesPaul Smith2022-01-171-14/+21
* [SV 60798] Silence bogus GCC10 and GCC11 warningsJouke Witteveen2021-12-191-4/+5
* Change HTTP URLs to use HTTPS insteadPaul Smith2021-12-191-1/+1
* * src/main.c (decode_debug_flags): [SV 607777] Preserve -d optionsDmitry Goncharov2021-09-061-1/+1
* [SV 60795] Don't remake phony included makefiles and show errorsPaul Smith2021-09-061-58/+83
* * src/main.c (decode_switches): Fix memory leak.Paul Smith2021-09-051-1/+1
* [SV 45211] Parse MAKEFLAGS immediately when it's resetPaul Smith2021-09-051-115/+117
* [SV 60595] Restart whenever any makefile is rebuiltPaul Smith2021-09-031-4/+23
* [SV 60297] Add .NOTINTERMEDIATE special targetDmitry Goncharov2021-07-251-1/+1
* [SV 58341] Add non-trivial options to $(MAKEFLAGS)Paul Smith2021-05-301-35/+76
* Ensure variable_buffer is always set.Paul Smith2021-03-151-0/+2
* [SV 59169] Add --debug=why and --debug=print optionsPaul Smith2020-12-051-4/+13
* * src/main.c (main): [SV 59601] Check for malformed env. variablesPaul Smith2020-12-021-1/+1
* [SV 41273] Allow the directory cache to be invalidatedPaul Smith2020-11-291-0/+6
* [SV 58735] Define the order that makefiles are rebuilt.Paul Smith2020-07-191-3/+12
* [SV 57896] Change directories before checking jobserver authPaul Smith2020-03-311-74/+74
* Obey order of multiple print/no-print directory optionsPaul Smith2020-03-311-16/+15
* Enable compilation with C90 compilersPaul Smith2020-01-041-1/+1
* Update copyright statements for 2020Paul Smith2020-01-031-2/+2
* Support the .EXTRA_PREREQS special variablePaul Smith2020-01-031-3/+3
* Align child_execute_job among different portsPaul Smith2019-09-071-2/+7
* Pacify Oracle Studio 12.6 in init_switchesPaul Eggert2019-09-021-2/+2