summaryrefslogtreecommitdiff
path: root/src/job.c
Commit message (Expand)AuthorAgeFilesLines
...
* [SV 57674] Use the system default PATH if $PATH is not setPaul Smith2020-04-011-0/+12
* Apply spelling corrections from Fossies spellcheckPaul Smith2020-01-201-1/+1
* * src/job.c (sh_cmds): [SV 57625] Update builtin shell command listPaul Smith2020-01-191-3/+4
* Update copyright statements for 2020Paul Smith2020-01-031-1/+1
* * src/job.c (load_too_high): Disable Linux /proc/loadavg for nowPaul Smith2019-12-171-1/+12
* * job.c (child_error): Modify error message string.Paul Smith2019-09-221-4/+1
* * src/job.c (child_execute_job): Allocate space for argv NULL.Paul Smith2019-09-211-1/+1
* [SV 56918] Compute job slots properly on failing commandPaul Smith2019-09-211-4/+6
* * src/job.c (child_execute_job): Use errno from find_in_given_path().Paul Smith2019-09-161-1/+1
* * src/job.c (child_execute_job): Use newer gnulib findprog version.Paul Smith2019-09-161-1/+1
* Revert "[SV 56449] (Windows) Use slow path if '%' appears in the command"Eli Zaretskii2019-09-101-3/+3
* [SV 56834] Support local PATH search with posix_spawnpPaul Smith2019-09-081-8/+64
* Align child_execute_job among different portsPaul Smith2019-09-071-20/+19
* * src/job.c (start_job_command) [VMS]: Correct VMS comment.Paul Smith2019-09-071-6/+5
* Show useful errors when posix_spawn() doesn't do soPaul Smith2019-09-071-0/+34
* Don't reset stack size when using posix_spawn()Paul Smith2019-09-071-4/+0
* Fix MS-Windows MinGW buildEli Zaretskii2019-08-281-0/+2
* * src/job.c (construct_command_argv): Remove unused VMS codePaul Smith2019-08-251-39/+2
* * src/job.c (child_execute_job): Set pid to -1 on posix_spawn failure.Paul Smith2019-08-251-4/+6
* [SV 56449] (Windows) Use slow path if '%' appears in the commandChristian Eggers2019-07-141-3/+3
* [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
* * src/job.c (reap_children): Fix inverted win/lose message.Paul Smith2018-08-041-2/+2
* * configure.ac: Add --disable-posix-spawn optionPaul Smith2018-08-041-7/+6
* * src/job.c (child_execute_job): Clean up posix_spawn invocationPaul Smith2018-08-041-122/+36
* * job.c (child_execute_job): Prefer posix_spawn() over fork()/exec()Aron Barath2018-08-041-0/+166
* Clean up errors for invalid commands and add regression tests.Paul Smith2018-08-041-13/+7
* Queue failed fork() (etc.) to be handled like any other failed job.Paul Smith2018-08-041-67/+56
* * src/makeint.h: Use pid_t to store PIDs, of int.Aron Barath2018-08-021-7/+8
* Resolve most of the Windows Visual Studio warnings.Paul Smith2018-07-021-11/+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/+3613