summaryrefslogtreecommitdiff
path: root/src/commands.c
Commit message (Expand)AuthorAgeFilesLines
* Adjust output strings to be alignedPaul Smith2023-04-021-5/+5
* Clean up some preprocessor operationsPaul Smith2023-01-161-1/+1
* Use MK_OS_DOS macro instead of __MSDOS__Paul Smith2023-01-161-3/+3
* Rename WINDOWS32 macro to MK_OS_W32Paul Smith2023-01-151-4/+4
* Rename VMS macro to MK_OS_VMSPaul Smith2023-01-151-1/+1
* Remove support for AmigaOSPaul Smith2023-01-151-8/+0
* Update the copyright year on all filesPaul Smith2023-01-011-1/+1
* Update URLs to use https rather than httpPaul Smith2022-10-181-1/+1
* Check for recipe line count overflow before it overflowsPaul Smith2022-10-181-34/+30
* [SV 63157] Ensure temporary files are removed when signaledPaul Smith2022-10-151-0/+5
* Set the proper type for variables set in signal handlersPaul Smith2022-10-151-1/+1
* [SV 63045] Reload each intact unloaded shared objectDmitry Goncharov2022-09-121-4/+9
* Take advantage of mempcpy() and stpcpy()Paul Smith2022-07-301-8/+4
* Run autoupdate and clean up autoconf usagePaul Smith2022-07-091-1/+1
* * src/misc.c (make_pid): A function to return the PIDPaul Smith2022-06-041-5/+1
* Replace strcmp() with memcmp() where possibleNoah Goldstein2022-04-241-2/+3
* [SV 62324] Simplify set_file_variables by passing in the stemDmitry Goncharov2022-04-241-7/+10
* * <all>: Update copyright notices.Paul Smith2022-02-101-1/+1
* * src/commands.c (fatal_error_signal) [W32]: Use %lu for DWORD.U2FsdGVkX12021-11-281-2/+2
* [SV 60659] Set $$< properly in second expansionDmitry Goncharov2021-05-301-3/+2
* Apply spelling corrections from Fossies spellcheckPaul Smith2020-01-201-1/+1
* Update copyright statements for 2020Paul Smith2020-01-031-1/+1
* Support the .EXTRA_PREREQS special variablePaul Smith2020-01-031-5/+5
* [SV 28456] Don't override $< when no default rule has been definedMike Haboustak2019-07-131-1/+1
* Update copyright statements for 2019Paul Smith2019-05-191-1/+1
* Queue failed fork() (etc.) to be handled like any other failed job.Paul Smith2018-08-041-3/+3
* * src/makeint.h: Use pid_t to store PIDs, of int.Aron Barath2018-08-021-1/+1
* Resolve most of the Windows Visual Studio warnings.Paul Smith2018-07-021-10/+11
* * 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/+710