index
:
gunmake
master
GNU make with more features of SunOS make
Igor Pashev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
job.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2013-04-15
Save the output from the entire recipe, not per-job.
Paul Smith
1
-18
/
+21
2013-04-15
Change the arg option for -O from numeric to string.
Paul Smith
1
-2
/
+2
2013-04-14
Rename the "parallel-sync" option to "output-sync".
Paul Smith
1
-87
/
+85
2013-04-14
Initial patch for output synchronization. See Savannah bug #33138.
Frank Heckenbach
1
-0
/
+253
2013-01-20
Rename struct floc to typedef gmk_floc as an externally scoped symbol.
Paul Smith
1
-1
/
+1
2013-01-20
Rename the make.h file to makeint.h for internal use only.
Paul Smith
1
-2
/
+2
2012-12-08
job.c (create_batch_file): Fix last change: always increment the
Eli Zaretskii
1
-6
/
+12
2012-12-07
job.c (construct_command_argv_internal): Remove " from
Eli Zaretskii
1
-1
/
+12
2012-12-07
job.c (reap_children): Add debug message for when removal of a temporary
Eli Zaretskii
1
-1
/
+0
2012-12-07
Avoid leaving temporary batch files in the temporary directory.
Eli Zaretskii
1
-4
/
+30
2012-09-09
Keep the command line on the heap to avoid stack overflow.
Paul Smith
1
-4
/
+9
2012-03-05
Simplify copyrights using ranges of years.
Paul Smith
1
-3
/
+1
2012-03-04
Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.
Paul Smith
1
-41
/
+41
2012-03-03
Ensure that .ONESHELL works with .SHELLFLAGS options containing whitespace.
Paul Smith
1
-5
/
+23
2012-01-16
Update copyright notices.
Paul Smith
1
-3
/
+3
[next]