summaryrefslogtreecommitdiff
path: root/src/file.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust output strings to be alignedPaul Smith2023-04-021-7/+7
* Clean up memory leak warnings from ASAN and ValgrindPaul Smith2023-04-011-2/+15
* Clean up expand.cPaul Smith2023-03-261-2/+2
* Rename VMS macro to MK_OS_VMSPaul Smith2023-01-151-5/+5
* Remove support for AmigaOSPaul Smith2023-01-151-4/+0
* Update the copyright year on all filesPaul Smith2023-01-011-1/+1
* Apply spelling fixes discovered by CodespellPaul Smith2022-12-311-1/+1
* [SV 63417] Ensure global .NOTINTERMEDIATE disables all intermediatesDmitry Goncharov2022-11-281-5/+2
* Update URLs to use https rather than httpPaul Smith2022-10-181-1/+1
* Add ISDIRSEP() helper macro and use itPaul Smith2022-10-181-12/+2
* Support systems with 32-bit long and 64-bit time_tPaul Eggert2022-10-031-5/+8
* [SV 13862] Implement the .WAIT special targetPaul Smith2022-09-121-7/+18
* [SV 63047] Fix shuffle of SECONDEXPANSION prerequisitesSergei Trofimovich2022-09-121-0/+10
* [SV 62706] Only second-expand targets that might be builtDmitry Goncharov2022-07-301-38/+10
* Take advantage of mempcpy() and stpcpy()Paul Smith2022-07-301-4/+2
* [SV 62650] Show correct warning when combining targetsDmitry Goncharov2022-07-091-4/+4
* [SV 62324] Simplify set_file_variables by passing in the stemDmitry Goncharov2022-04-241-8/+1
* [SV 62278] Only expand the first pattern during secondary expansionDmitry Goncharov2022-04-241-14/+57
* Remove extraneous characters from fatal() callsPaul Smith2022-02-271-2/+2
* * <all>: Update copyright notices.Paul Smith2022-02-101-1/+1
* [SV 60435] Ensure intermediate grouped files are removedDmitry Goncharov2021-09-071-0/+4
* [SV 60297] Add .NOTINTERMEDIATE special targetDmitry Goncharov2021-07-251-5/+53
* Ensure variable_buffer is always set.Paul Smith2021-03-151-7/+7
* * file.c (remove_intermediates): Restart "rm ..." on errorPaul Smith2021-03-071-1/+5
* Enable compilation with C90 compilersPaul Smith2020-01-041-1/+2
* Update copyright statements for 2020Paul Smith2020-01-031-1/+1
* Support the .EXTRA_PREREQS special variablePaul Smith2020-01-031-20/+70
* [SV 54740] Ensure .SILENT settings do not leak into sub-makesPaul Smith2019-05-191-2/+2
* Update copyright statements for 2019Paul Smith2019-05-191-1/+1
* [SV 54233] Preserve higher command_state values on also_make targets.Paul Smith2018-08-041-2/+5
* Resolve most of the Windows Visual Studio warnings.Paul Smith2018-07-021-5/+5
* * all: Update Copyright statements for 2018Paul Smith2018-07-011-1/+1
* Rework directory structure to use GNU-recommended "src" directory.Paul Smith2017-11-191-0/+1148