summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-28Actually commit main.c with changes announced in last commit.Eli Zaretskii1-3/+4
2012-01-16Update copyright notices.Paul Smith1-4/+4
2012-01-15Add GNU Guile as an optional embedded scripting language for make.Paul Smith1-3/+8
2011-11-15Enable jobserver on W32 when using configure.Paul Smith1-3/+4
2011-11-14Support jobserver capability on Windows systems.Paul Smith1-9/+72
2011-11-14In very obscure situations we may write the free token back to the pipe.Paul Smith1-1/+2
2011-09-18When we re-exec the master makefile in a jobserver environment, ensurePaul Smith1-3/+5
2010-08-29Bump the version to 3.82.90.Paul Smith1-5/+6
2010-08-14- Fix the NEWS file to be accuratePaul Smith1-1/+1
2010-08-10Fix Savannah bug #30723: expand MAKEFLAGS before we re-exec afterPaul Smith1-1/+1
2010-07-19- Many fixup patches from Savannah.Paul Smith1-5/+7
2010-07-13Update copyrights for 2010.Paul Smith1-2/+2
2010-07-12Add the beginning of the .ONESHELL special feature.Paul Smith1-0/+6
2010-07-09 job.c (pid2str) [WINDOWS32]: Don't use %Id with GCC < 4.x.Eli Zaretskii1-10/+12
2010-07-06- Enhance .POSIX to set -e when invoking shells, as demanded by aPaul Smith1-10/+11
2010-07-01- Add whitespace to command line invocation in features/recursionPaul Smith1-7/+16
2009-11-16Add VMS enhancements from Hartmut Becker.Paul Smith1-8/+5
2009-10-25New command line option: --eval=STRING will cause STRING to bePaul Smith1-42/+102
2009-10-06Implement the new undefine directive.Boris Kolpackov1-1/+1
2009-09-28Implement the shortest stem first search order for pattern-specific variables...Boris Kolpackov1-1/+2
2009-09-24- Rework secondary expansion so we only defer it if there's a possibilityPaul Smith1-2/+1
2009-09-16- Add xcalloc() and call itPaul Smith1-7/+6
2009-06-13- Fix Savannah bug 17825Paul Smith1-1/+1
2009-06-09- Fix Savannah bug #18124Paul Smith1-63/+86
2009-06-07- Add a new test suite for LIBPATTERNSPaul Smith1-9/+12
2009-06-04- Modify access of config and gnulib Savannah modules to use GITPaul Smith1-56/+61
2007-11-04New special variable: .RECIPEPREFIXPaul Smith1-4/+5
2007-07-04* Update to GPLv3Paul Smith1-15/+15
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-82/+95
2006-11-18Fix from Eli for incorrect value of $(MAKE) on Cygwin.Paul Smith1-54/+62
2006-04-09Another round of cleanups:Paul Smith1-151/+158
2006-04-07Code cleanup: Remove all references to PARAMS() & ansi2knr.Paul Smith1-23/+23
2006-03-20Add some alloca(0) calls for systems without "normal" alloca support.Paul Smith1-43/+55
2006-03-17Fixed Savannah bug #16053.Boris Kolpackov1-13/+5
2006-02-14Some memory leak cleanups (found with valgrind).Paul Smith1-0/+4
2006-02-11Last of the copyright updates.Paul Smith1-1/+2
2006-02-11Update copyright and license notices on all files.Paul Smith1-14/+11
2006-02-10- New code capability: a read-only string cache. Start of solution forPaul Smith1-0/+2
2006-02-01Various updates, mainly to the Windows port, from Eli Zaretskii andPaul Smith1-7/+1
2006-01-04Various changes getting ready for the release of 3.81.Paul Smith1-2/+2
2005-10-24Make second expansion optional (partial implementation).Paul Smith1-1/+8
2005-08-08- Fixed a bug reported by Michael Matz regarding handling of parallelPaul Smith1-7/+14
2005-07-12Various minor updates and code cleanups.Paul Smith1-1/+1
2005-07-04Various fixes and updates from testers of the beta3 release (mostly WindowsPaul Smith1-10/+6
2005-06-27Fix strerror() handling for systems which set ANSI_STRING.Paul Smith1-1/+1
2005-06-25Fix -W foo yielding infinite recursion in some cases of re-exec.Paul Smith1-4/+14
2005-06-25Add a new variable: MAKE_RESTARTS, to count how many times make has re-exec'd.Paul Smith1-44/+76
2005-06-12Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, wePaul Smith1-0/+5
2005-05-08Document the secondary expansion method. Also, some other documentationPaul Smith1-8/+24