summaryrefslogtreecommitdiff
path: root/job.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-24Ignore ? before the command in SunOS modeIgor Pashev1-0/+2
2015-02-28[SV 44348] Fix handling of shell widlcards on MS-Windows.Eli Zaretskii1-0/+4
2015-01-27Fix bs-nl handling, exit and Environment for VMS.John Malmberg1-3/+24
2014-12-27Fix $(shell) on hosts with 64-bit pid_t.Christian Boos1-1/+2
2014-10-20[SV 42447]: VMS simulate exporting symbolsJohn Malmberg1-16/+21
2014-10-02Fix Cygwin compilation error.Eli Zaretskii1-2/+3
2014-10-01Avoid compilation warnings.Eli Zaretskii1-0/+4
2014-10-01Treat redirection of standard handles on Windows as it is done on Unix.Eli Zaretskii1-7/+11
2014-09-30* job.c: fix make action continuation lines.Hartmut Becker1-0/+2
2014-09-07Enhance/fix VMS ONESHELL implementation and command executionHartmut Becker1-15/+16
2014-09-07Enhance/fix VMS exit code handling.Hartmut Becker1-4/+9
2014-09-07Enhance/fix VMS multi-line support.Hartmut Becker1-1/+22
2014-07-07* various: Assume ISO C89-compliant free() implementation.Paul Smith1-4/+2
2014-07-07* maintMakefile, various: Improve constification of the codebase.Paul Smith1-105/+105
2014-02-01* job.c (set_child_handler_action_flags): [SV 41341]Paul Smith1-4/+14
2014-01-17Allow the EMX build to use output_sync.Pavel Fedin1-14/+13
2013-11-27Solve some Windows build issues.Stephan T. Lavavej1-2/+2
2013-11-23[SV 40361] Don't use vsnprintf(), which is an ISO C99 function.Paul Smith1-29/+43
2013-09-29Fix build failures on EMX for output-sync support.Paul Smith1-3/+3
2013-09-21Invert the #define for output-sync: turn it off with NO_OUTPUT_SYNCPaul Smith1-6/+6
2013-09-21Ensure that stderr from shell functions in recipes is synced.Paul Smith1-63/+90
2013-09-14Support the -Orecurse option properly.Paul Smith1-2/+2
2013-09-12Enhance the output sync mode.Paul Smith1-322/+65
2013-07-21[Bug #39158] Source cleanups suggested by cppcheck utility.Paul Smith1-18/+12
2013-07-21Safety cleanups: ensure OUTFD is -1 when closed.Paul Smith1-6/+9
2013-07-14Modify the update_status field in struct file to be an enum.Paul Smith1-9/+9
2013-06-22Compare internal commands of non-Unix shells on Windows case-insensitively.Eli Zaretskii1-2/+2
2013-06-22Create a character map to use for locating stop-points in strings.Paul Smith1-1/+1
2013-05-26[SV #39035] Compare OUT to the beginning of the OUT var/func, not IN.Paul Smith1-1/+3
2013-05-18Support "move" as internal shell command on Windows with cmd.exe.Eli Zaretskii1-2/+2
2013-05-17Update source file format: remove TABs, use GNU coding styles.Paul Smith1-794/+809
2013-05-17Update copyright for changes in 2013.Paul Smith1-1/+1
2013-05-13Add new --trace[=MODE] flags, with --trace=dirPaul Smith1-7/+13
2013-05-11Avoid printing stdout and stderr messages without a newline between them.Eli Zaretskii1-1/+1
2013-05-06Remove use of vfork().Paul Smith1-5/+4
2013-05-05cosmetics: fix few innocuous typosStefano Lattarini1-1/+1
2013-05-05Rename the -O "job" mode to "line" and "make" to "recurse".Paul Smith1-2/+2
2013-05-05Ensure command lines are written synchronously with -O.Paul Smith1-63/+63
2013-05-04Don't pump output to the descriptor, as we use FILE* elsewhere.Paul Smith1-49/+29
2013-05-04Improve sync handling for -Ojob/-Otarget and recursion.Paul Smith1-125/+142
2013-05-04Fix a possibly confusing comment at end of pump_from_tmp_fd.Eli Zaretskii1-1/+2
2013-05-04Fix the MS-Windows branch of output_sync code.Eli Zaretskii1-2/+1
2013-05-01Fix treatment of whitespace after a backslash on MS-Windows.Eli Zaretskii1-0/+9
2013-05-01job.c (start_job_command) [WINDOWS32]: Make the same fix forEli Zaretskii1-2/+4
2013-05-01Don't synchronize output for recursive make unless -OmakePaul Smith1-2/+4
2013-04-29Fix the .ONESHELL operation on MS-Windows.Eli Zaretskii1-3/+3
2013-04-28Ensure error messages are printed with sync'd output.Paul Smith1-17/+58
2013-04-28Small cleanups and fixes.Paul Smith1-2/+2
2013-04-28Fix a few compiler warnings found by Eli.Paul Smith1-3/+4
2013-04-28Add support for per-job output sync.Paul Smith1-24/+43