summaryrefslogtreecommitdiff
path: root/job.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-20Rename struct floc to typedef gmk_floc as an externally scoped symbol.Paul Smith1-1/+1
2013-01-20Rename the make.h file to makeint.h for internal use only.Paul Smith1-2/+2
2012-12-08 job.c (create_batch_file): Fix last change: always increment theEli Zaretskii1-6/+12
2012-12-07 job.c (construct_command_argv_internal): Remove " fromEli Zaretskii1-1/+12
2012-12-07 job.c (reap_children): Add debug message for when removal of a temporaryEli Zaretskii1-1/+0
2012-12-07Avoid leaving temporary batch files in the temporary directory.Eli Zaretskii1-4/+30
2012-09-09Keep the command line on the heap to avoid stack overflow.Paul Smith1-4/+9
2012-03-05Simplify copyrights using ranges of years.Paul Smith1-3/+1
2012-03-04Convert all "`'" quotes to "''" per new GNU Coding Standard guidelines.Paul Smith1-41/+41
2012-03-03Ensure that .ONESHELL works with .SHELLFLAGS options containing whitespace.Paul Smith1-5/+23
2012-01-16Update copyright notices.Paul Smith1-3/+3
2011-11-15Enable jobserver on W32 when using configure.Paul Smith1-3/+5
2011-11-14Don't use Hungarian notation: remove _p/_ptr from var names.Paul Smith1-8/+8
2011-11-14Support jobserver capability on Windows systems.Paul Smith1-4/+53
2011-05-07 job.c (construct_command_argv_internal): Don't assume shellflagsEli Zaretskii1-7/+16
2010-11-06Improve backslash/newline handling to adhere to POSIX requirements.Paul Smith1-9/+23
2010-08-29Bump the version to 3.82.90.Paul Smith1-25/+60
2010-08-29Set shellflags to a reasonable default if it's not set already.Paul Smith1-1/+5
2010-07-24job.cEli Zaretskii1-1/+3
2010-07-19- Many fixup patches from Savannah.Paul Smith1-6/+4
2010-07-13Update copyrights for 2010.Paul Smith1-2/+2
2010-07-12Fixes to build_w32.bat for building with MSVC 64bit.Paul Smith1-0/+2
2010-07-12Add the beginning of the .ONESHELL special feature.Paul Smith1-7/+124
2010-07-09 job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC < 4.x.Eli Zaretskii1-6/+11
2010-07-06- Enhance .POSIX to set -e when invoking shells, as demanded by aPaul Smith1-17/+26
2010-07-05Fixups for warnings on Windows (esp 64bit).Paul Smith1-28/+39
2010-07-01- Rename strieq() to patheq() for clarity.Paul Smith1-2/+1
2009-12-11(construct_command_argv_internal) <sh_cmds_dos> [WINDOWS32]: Add "echo." andEli Zaretskii1-6/+9
2009-10-25New command line option: --eval=STRING will cause STRING to bePaul Smith1-2/+2
2009-09-28- Update manual description for pattern rule search algorithmPaul Smith1-2/+5
2009-09-24- Rework secondary expansion so we only defer it if there's a possibilityPaul Smith1-2/+3
2009-08-02- Fix Savannah bug #27093Paul Smith1-1/+1
2009-08-01Changes from Ralf Wildenhues.Paul Smith1-1/+1
2009-06-09- Fix Savannah bug #18124Paul Smith1-2/+2
2009-06-07- Add a new test suite for LIBPATTERNSPaul Smith1-1/+7
2008-09-30 * job.c (construct_command_argv_internal): Avoid extra backslashEli Zaretskii1-1/+7
2007-12-22configh.dos.template [__DJGPP__]: Replace HAVE_SYS_SIGLIST withEli Zaretskii1-1/+1
2007-11-04New special variable: .RECIPEPREFIXPaul Smith1-24/+6
2007-10-10Fixes from Eli Zaretskii:Paul Smith1-7/+16
2007-07-04* Update to GPLv3Paul Smith1-4/+4
2007-05-11Fix some documentation gitches.Paul Smith1-4/+13
2007-05-09Fix Savannah bug #19656: rationalize our use of case-insensitive stringPaul Smith1-3/+3
2007-03-20This is a major update, which switches virtually every allocated-but-not-freedPaul Smith1-2/+2
2006-11-18Fix from Eli for incorrect value of $(MAKE) on Cygwin.Paul Smith1-9/+9
2006-10-01Fixed a number of documentation bugs, plus some build/install issues:Paul Smith1-0/+6
2006-04-09Another round of cleanups:Paul Smith1-40/+38
2006-04-07Code cleanup: Remove all references to PARAMS() & ansi2knr.Paul Smith1-24/+24
2006-03-20Minor fixes before the rc2 release.Paul Smith1-1/+1
2006-03-20Add some alloca(0) calls for systems without "normal" alloca support.Paul Smith1-1/+1
2006-03-10Numerous updates to tests for issues found on Cygwin and Windows.Paul Smith1-3/+7