summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* make-3.82 tarball releaseSam Thursfield2012-12-141-89/+21
* Enable jobserver on W32 when using configure.psmith2011-11-151-3/+4
* Support jobserver capability on Windows systems.psmith2011-11-141-9/+72
* In very obscure situations we may write the free token back to the pipe.psmith2011-11-141-1/+2
* When we re-exec the master makefile in a jobserver environment, ensurepsmith2011-09-181-3/+5
* Bump the version to 3.82.90.psmith2010-08-291-5/+6
* - Fix the NEWS file to be accuratepsmith2010-08-141-1/+1
* Fix Savannah bug #30723: expand MAKEFLAGS before we re-exec afterpsmith2010-08-101-1/+1
* - Many fixup patches from Savannah.psmith2010-07-191-5/+7
* Update copyrights for 2010.psmith2010-07-131-2/+2
* Add the beginning of the .ONESHELL special feature.psmith2010-07-121-0/+6
* job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC < 4.x.eliz2010-07-091-10/+12
* - Enhance .POSIX to set -e when invoking shells, as demanded by apsmith2010-07-061-10/+11
* - Add whitespace to command line invocation in features/recursionpsmith2010-07-011-7/+16
* Add VMS enhancements from Hartmut Becker.psmith2009-11-161-8/+5
* New command line option: --eval=STRING will cause STRING to bepsmith2009-10-251-42/+102
* Implement the new undefine directive.bosk2009-10-061-1/+1
* Implement the shortest stem first search order for pattern-specific variables...bosk2009-09-281-1/+2
* - Rework secondary expansion so we only defer it if there's a possibilitypsmith2009-09-241-2/+1
* - Add xcalloc() and call itpsmith2009-09-161-7/+6
* - Fix Savannah bug 17825psmith2009-06-131-1/+1
* - Fix Savannah bug #18124psmith2009-06-091-63/+86
* - Add a new test suite for LIBPATTERNSpsmith2009-06-071-9/+12
* - Modify access of config and gnulib Savannah modules to use GITpsmith2009-06-041-56/+61
* New special variable: .RECIPEPREFIXpsmith2007-11-041-4/+5
* * Update to GPLv3psmith2007-07-041-15/+15
* 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-82/+95
* Fix from Eli for incorrect value of $(MAKE) on Cygwin.psmith2006-11-181-54/+62
* Another round of cleanups:psmith2006-04-091-151/+158
* Code cleanup: Remove all references to PARAMS() & ansi2knr.psmith2006-04-071-23/+23
* Add some alloca(0) calls for systems without "normal" alloca support.psmith2006-03-201-43/+55
* Fixed Savannah bug #16053.bosk2006-03-171-13/+5
* Some memory leak cleanups (found with valgrind).psmith2006-02-141-0/+4
* Last of the copyright updates.psmith2006-02-111-1/+2
* Update copyright and license notices on all files.psmith2006-02-111-14/+11
* - New code capability: a read-only string cache. Start of solution forpsmith2006-02-101-0/+2
* Various updates, mainly to the Windows port, from Eli Zaretskii andpsmith2006-02-011-7/+1
* Various changes getting ready for the release of 3.81.psmith2006-01-041-2/+2
* Make second expansion optional (partial implementation).psmith2005-10-241-1/+8
* - Fixed a bug reported by Michael Matz regarding handling of parallelpsmith2005-08-081-7/+14
* Various minor updates and code cleanups.psmith2005-07-121-1/+1
* Various fixes and updates from testers of the beta3 release (mostly Windowspsmith2005-07-041-10/+6
* Fix strerror() handling for systems which set ANSI_STRING.psmith2005-06-271-1/+1
* Fix -W foo yielding infinite recursion in some cases of re-exec.psmith2005-06-251-4/+14
* Add a new variable: MAKE_RESTARTS, to count how many times make has re-exec'd.psmith2005-06-251-44/+76
* Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, wepsmith2005-06-121-0/+5
* Document the secondary expansion method. Also, some other documentationpsmith2005-05-081-8/+24
* Fix problems with losing tokens in the jobserver, reported by Grantpsmith2005-05-031-14/+42
* Fix performance degradation introduced by the second expansion feature.psmith2005-04-131-0/+2