summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Expand)AuthorFilesLines
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
2005-05-03Fix problems with losing tokens in the jobserver, reported by GrantPaul Smith1-14/+42
2005-04-13Fix performance degradation introduced by the second expansion feature.Paul Smith1-0/+2
2005-04-08Fix some Savannah bugs.Paul Smith1-22/+28
2005-03-09Fixed Savannah bug #12266.Boris Kolpackov1-1/+1
2005-02-28* New feature: -L optionPaul Smith1-16/+32
2005-02-27Implementation of the .DEFAULT_TARGET special variable.Boris Kolpackov1-9/+49
2005-02-26Add configure operations to support MINGW on Windows.Paul Smith1-0/+19
2005-02-16Add a patch from Paul Eggert that's been lying around in my directory forPaul Smith1-0/+22
2005-02-10Flush stdout after printing directory info.Paul Smith1-7/+18
2004-12-05Fix bug with SHELL handling: make sure the variable struct is initialized.Paul Smith1-2/+3
2004-11-30Fix problems with README and build.shPaul Smith1-2/+2
2004-11-29Fix bug #10252: Remove any trailing slashes from -C arguments (WINDOWS32).Paul Smith1-3/+14
2004-11-28Fix for bug #1276: Handle SHELL according to POSIX requirements.Paul Smith1-16/+27
2004-11-28Fix WINDOWS32 bug #11155 with patch from Alessandro Vesely.Paul Smith1-4/+7
2004-09-21Remove sindex() and replace with strstr().Paul Smith1-3/+21
2004-05-16Various enhancementsPaul Smith1-3/+15
2004-03-22Numerous updates and bug fixes.Paul Smith1-4/+11
2004-02-24Many compiler warning cleanups.Paul Smith1-11/+12
2004-02-23Numerous fixes: patches for OS/2; core for -f ''; makefile updates.Paul Smith1-1/+12
2003-11-03Added MINGW32 changes.Paul Smith1-2/+7
2003-10-22Build fixes due to changes in the FSF web site.Paul Smith1-4/+4
2003-07-19Minor updates for Windows and OS/2.Paul Smith1-2/+2
2003-03-24Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de>Paul Smith1-12/+49
2002-10-14Convert the source code to use ANSI C style function definitions andPaul Smith1-45/+25
2002-08-10Update to a new version of automake and gettext.Paul Smith1-4/+4
2002-08-08Change the version.Paul Smith1-179/+114