summaryrefslogtreecommitdiff
path: root/job.c
Commit message (Expand)AuthorAgeFilesLines
* make-3.82 tarball releaseSam Thursfield2012-12-141-165/+52
* Enable jobserver on W32 when using configure.psmith2011-11-151-3/+5
* Don't use Hungarian notation: remove _p/_ptr from var names.psmith2011-11-141-8/+8
* Support jobserver capability on Windows systems.psmith2011-11-141-4/+53
* job.c (construct_command_argv_internal): Don't assume shellflagseliz2011-05-071-7/+16
* Improve backslash/newline handling to adhere to POSIX requirements.psmith2010-11-061-9/+23
* Bump the version to 3.82.90.psmith2010-08-291-25/+60
* Set shellflags to a reasonable default if it's not set already.psmith2010-08-291-1/+5
* job.celiz2010-07-241-1/+3
* - Many fixup patches from Savannah.psmith2010-07-191-6/+4
* Update copyrights for 2010.psmith2010-07-131-2/+2
* Fixes to build_w32.bat for building with MSVC 64bit.psmith2010-07-121-0/+2
* Add the beginning of the .ONESHELL special feature.psmith2010-07-121-7/+124
* job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC < 4.x.eliz2010-07-091-6/+11
* - Enhance .POSIX to set -e when invoking shells, as demanded by apsmith2010-07-061-17/+26
* Fixups for warnings on Windows (esp 64bit).psmith2010-07-051-28/+39
* - Rename strieq() to patheq() for clarity.psmith2010-07-011-2/+1
* (construct_command_argv_internal) <sh_cmds_dos> [WINDOWS32]: Add "echo." andeliz2009-12-111-6/+9
* New command line option: --eval=STRING will cause STRING to bepsmith2009-10-251-2/+2
* - Update manual description for pattern rule search algorithmpsmith2009-09-281-2/+5
* - Rework secondary expansion so we only defer it if there's a possibilitypsmith2009-09-241-2/+3
* - Fix Savannah bug #27093psmith2009-08-021-1/+1
* Changes from Ralf Wildenhues.psmith2009-08-011-1/+1
* - Fix Savannah bug #18124psmith2009-06-091-2/+2
* - Add a new test suite for LIBPATTERNSpsmith2009-06-071-1/+7
* * job.c (construct_command_argv_internal): Avoid extra backslasheliz2008-09-301-1/+7
* configh.dos.template [__DJGPP__]: Replace HAVE_SYS_SIGLIST witheliz2007-12-221-1/+1
* New special variable: .RECIPEPREFIXpsmith2007-11-041-24/+6
* Fixes from Eli Zaretskii:psmith2007-10-101-7/+16
* * Update to GPLv3psmith2007-07-041-4/+4
* Fix some documentation gitches.psmith2007-05-111-4/+13
* Fix Savannah bug #19656: rationalize our use of case-insensitive stringpsmith2007-05-091-3/+3
* This is a major update, which switches virtually every allocated-but-not-freedpsmith2007-03-201-2/+2
* Fix from Eli for incorrect value of $(MAKE) on Cygwin.psmith2006-11-181-9/+9
* Fixed a number of documentation bugs, plus some build/install issues:psmith2006-10-011-0/+6
* Another round of cleanups:psmith2006-04-091-40/+38
* Code cleanup: Remove all references to PARAMS() & ansi2knr.psmith2006-04-071-24/+24
* Minor fixes before the rc2 release.psmith2006-03-201-1/+1
* Add some alloca(0) calls for systems without "normal" alloca support.psmith2006-03-201-1/+1
* Numerous updates to tests for issues found on Cygwin and Windows.psmith2006-03-101-3/+7
* - Memory cleanups, found with valgrind.psmith2006-02-201-2/+5
* Last of the copyright updates.psmith2006-02-111-1/+2
* Update copyright and license notices on all files.psmith2006-02-111-15/+12
* Fixed Savannah bug #15641.bosk2006-02-081-2/+6
* Updates to Windows stuff from Markus Mauhart.psmith2006-02-061-5/+6
* Various updates, mainly to the Windows port, from Eli Zaretskii andpsmith2006-02-011-10/+25
* Various changes getting ready for the release of 3.81.psmith2006-01-041-2/+2
* Make sure to assign a boolean value to a 1-bit bitfield. Reported onpsmith2005-09-261-6/+11
* If we're on a DOS/W32/OS2 system and we're not using a unixy shell, don'tpsmith2005-08-251-7/+25
* - Fixed a bug reported by Michael Matz regarding handling of parallelpsmith2005-08-081-16/+44