Age | Commit message (Expand) | Author | Files | Lines |
2014-10-01 | Avoid compilation warnings. | Eli Zaretskii | 1 | -0/+4 |
2014-10-01 | Treat redirection of standard handles on Windows as it is done on Unix. | Eli Zaretskii | 1 | -7/+11 |
2014-09-30 | * job.c: fix make action continuation lines. | Hartmut Becker | 1 | -0/+2 |
2014-09-07 | Enhance/fix VMS ONESHELL implementation and command execution | Hartmut Becker | 1 | -15/+16 |
2014-09-07 | Enhance/fix VMS exit code handling. | Hartmut Becker | 1 | -4/+9 |
2014-09-07 | Enhance/fix VMS multi-line support. | Hartmut Becker | 1 | -1/+22 |
2014-07-07 | * various: Assume ISO C89-compliant free() implementation. | Paul Smith | 1 | -4/+2 |
2014-07-07 | * maintMakefile, various: Improve constification of the codebase. | Paul Smith | 1 | -105/+105 |
2014-02-01 | * job.c (set_child_handler_action_flags): [SV 41341] | Paul Smith | 1 | -4/+14 |
2014-01-17 | Allow the EMX build to use output_sync. | Pavel Fedin | 1 | -14/+13 |
2013-11-27 | Solve some Windows build issues. | Stephan T. Lavavej | 1 | -2/+2 |
2013-11-23 | [SV 40361] Don't use vsnprintf(), which is an ISO C99 function. | Paul Smith | 1 | -29/+43 |
2013-09-29 | Fix build failures on EMX for output-sync support. | Paul Smith | 1 | -3/+3 |
2013-09-21 | Invert the #define for output-sync: turn it off with NO_OUTPUT_SYNC | Paul Smith | 1 | -6/+6 |
2013-09-21 | Ensure that stderr from shell functions in recipes is synced. | Paul Smith | 1 | -63/+90 |
2013-09-14 | Support the -Orecurse option properly. | Paul Smith | 1 | -2/+2 |
2013-09-12 | Enhance the output sync mode. | Paul Smith | 1 | -322/+65 |
2013-07-21 | [Bug #39158] Source cleanups suggested by cppcheck utility. | Paul Smith | 1 | -18/+12 |
2013-07-21 | Safety cleanups: ensure OUTFD is -1 when closed. | Paul Smith | 1 | -6/+9 |
2013-07-14 | Modify the update_status field in struct file to be an enum. | Paul Smith | 1 | -9/+9 |
2013-06-22 | Compare internal commands of non-Unix shells on Windows case-insensitively. | Eli Zaretskii | 1 | -2/+2 |
2013-06-22 | Create a character map to use for locating stop-points in strings. | Paul Smith | 1 | -1/+1 |
2013-05-26 | [SV #39035] Compare OUT to the beginning of the OUT var/func, not IN. | Paul Smith | 1 | -1/+3 |
2013-05-18 | Support "move" as internal shell command on Windows with cmd.exe. | Eli Zaretskii | 1 | -2/+2 |
2013-05-17 | Update source file format: remove TABs, use GNU coding styles. | Paul Smith | 1 | -794/+809 |
2013-05-17 | Update copyright for changes in 2013. | Paul Smith | 1 | -1/+1 |
2013-05-13 | Add new --trace[=MODE] flags, with --trace=dir | Paul Smith | 1 | -7/+13 |
2013-05-11 | Avoid printing stdout and stderr messages without a newline between them. | Eli Zaretskii | 1 | -1/+1 |
2013-05-06 | Remove use of vfork(). | Paul Smith | 1 | -5/+4 |
2013-05-05 | cosmetics: fix few innocuous typos | Stefano Lattarini | 1 | -1/+1 |
2013-05-05 | Rename the -O "job" mode to "line" and "make" to "recurse". | Paul Smith | 1 | -2/+2 |
2013-05-05 | Ensure command lines are written synchronously with -O. | Paul Smith | 1 | -63/+63 |
2013-05-04 | Don't pump output to the descriptor, as we use FILE* elsewhere. | Paul Smith | 1 | -49/+29 |
2013-05-04 | Improve sync handling for -Ojob/-Otarget and recursion. | Paul Smith | 1 | -125/+142 |
2013-05-04 | Fix a possibly confusing comment at end of pump_from_tmp_fd. | Eli Zaretskii | 1 | -1/+2 |
2013-05-04 | Fix the MS-Windows branch of output_sync code. | Eli Zaretskii | 1 | -2/+1 |
2013-05-01 | Fix treatment of whitespace after a backslash on MS-Windows. | Eli Zaretskii | 1 | -0/+9 |
2013-05-01 | job.c (start_job_command) [WINDOWS32]: Make the same fix for | Eli Zaretskii | 1 | -2/+4 |
2013-05-01 | Don't synchronize output for recursive make unless -Omake | Paul Smith | 1 | -2/+4 |
2013-04-29 | Fix the .ONESHELL operation on MS-Windows. | Eli Zaretskii | 1 | -3/+3 |
2013-04-28 | Ensure error messages are printed with sync'd output. | Paul Smith | 1 | -17/+58 |
2013-04-28 | Small cleanups and fixes. | Paul Smith | 1 | -2/+2 |
2013-04-28 | Fix a few compiler warnings found by Eli. | Paul Smith | 1 | -3/+4 |
2013-04-28 | Add support for per-job output sync. | Paul Smith | 1 | -24/+43 |
2013-04-27 | Fix support for .ONESHELL when dealing with non-POSIX shells. | Paul Smith | 1 | -26/+26 |
2013-04-27 | Support .ONESHELL on MS-Windows, for default Windows shells. | Eli Zaretskii | 1 | -22/+99 |
2013-04-27 | job.c: Fix compilation error on GNU/Linux due to "label at end of compound s... | Eli Zaretskii | 1 | -1/+6 |
2013-04-27 | Support --output-sync on MS-Windows. | Eli Zaretskii | 1 | -10/+71 |
2013-04-16 | Some cleanups for Windows builds after the output-sync option. | Paul Smith | 1 | -4/+0 |
2013-04-16 | Create an open_tmpfd() function to return temp files by FD. Use it. | Paul Smith | 1 | -55/+8 |