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-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
2011-11-15
Enable jobserver on W32 when using configure.
Paul Smith
1
-3
/
+5
2011-11-14
Don't use Hungarian notation: remove _p/_ptr from var names.
Paul Smith
1
-8
/
+8
2011-11-14
Support jobserver capability on Windows systems.
Paul Smith
1
-4
/
+53
2011-05-07
job.c (construct_command_argv_internal): Don't assume shellflags
Eli Zaretskii
1
-7
/
+16
2010-11-06
Improve backslash/newline handling to adhere to POSIX requirements.
Paul Smith
1
-9
/
+23
2010-08-29
Bump the version to 3.82.90.
Paul Smith
1
-25
/
+60
2010-08-29
Set shellflags to a reasonable default if it's not set already.
Paul Smith
1
-1
/
+5
2010-07-24
job.c
Eli Zaretskii
1
-1
/
+3
2010-07-19
- Many fixup patches from Savannah.
Paul Smith
1
-6
/
+4
2010-07-13
Update copyrights for 2010.
Paul Smith
1
-2
/
+2
2010-07-12
Fixes to build_w32.bat for building with MSVC 64bit.
Paul Smith
1
-0
/
+2
2010-07-12
Add the beginning of the .ONESHELL special feature.
Paul Smith
1
-7
/
+124
2010-07-09
job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC < 4.x.
Eli Zaretskii
1
-6
/
+11
2010-07-06
- Enhance .POSIX to set -e when invoking shells, as demanded by a
Paul Smith
1
-17
/
+26
2010-07-05
Fixups for warnings on Windows (esp 64bit).
Paul Smith
1
-28
/
+39
2010-07-01
- Rename strieq() to patheq() for clarity.
Paul Smith
1
-2
/
+1
2009-12-11
(construct_command_argv_internal) <sh_cmds_dos> [WINDOWS32]: Add "echo." and
Eli Zaretskii
1
-6
/
+9
2009-10-25
New command line option: --eval=STRING will cause STRING to be
Paul Smith
1
-2
/
+2
2009-09-28
- Update manual description for pattern rule search algorithm
Paul Smith
1
-2
/
+5
2009-09-24
- Rework secondary expansion so we only defer it if there's a possibility
Paul Smith
1
-2
/
+3
2009-08-02
- Fix Savannah bug #27093
Paul Smith
1
-1
/
+1
2009-08-01
Changes from Ralf Wildenhues.
Paul Smith
1
-1
/
+1
2009-06-09
- Fix Savannah bug #18124
Paul Smith
1
-2
/
+2
2009-06-07
- Add a new test suite for LIBPATTERNS
Paul Smith
1
-1
/
+7
2008-09-30
* job.c (construct_command_argv_internal): Avoid extra backslash
Eli Zaretskii
1
-1
/
+7
[next]