summaryrefslogtreecommitdiff
path: root/main.c
Commit message (Expand)AuthorAgeFilesLines
* - Add xcalloc() and call itPaul Smith2009-09-161-7/+6
* - Fix Savannah bug 17825Paul Smith2009-06-131-1/+1
* - Fix Savannah bug #18124Paul Smith2009-06-091-63/+86
* - Add a new test suite for LIBPATTERNSPaul Smith2009-06-071-9/+12
* - Modify access of config and gnulib Savannah modules to use GITPaul Smith2009-06-041-56/+61
* New special variable: .RECIPEPREFIXPaul Smith2007-11-041-4/+5
* * Update to GPLv3Paul Smith2007-07-041-15/+15
* Fix Savannah bug #19656: rationalize our use of case-insensitive stringPaul Smith2007-05-091-3/+3
* This is a major update, which switches virtually every allocated-but-not-freedPaul Smith2007-03-201-82/+95
* Fix from Eli for incorrect value of $(MAKE) on Cygwin.Paul Smith2006-11-181-54/+62
* Another round of cleanups:Paul Smith2006-04-091-151/+158
* Code cleanup: Remove all references to PARAMS() & ansi2knr.Paul Smith2006-04-071-23/+23
* Add some alloca(0) calls for systems without "normal" alloca support.Paul Smith2006-03-201-43/+55
* Fixed Savannah bug #16053.Boris Kolpackov2006-03-171-13/+5
* Some memory leak cleanups (found with valgrind).Paul Smith2006-02-141-0/+4
* Last of the copyright updates.Paul Smith2006-02-111-1/+2
* Update copyright and license notices on all files.Paul Smith2006-02-111-14/+11
* - New code capability: a read-only string cache. Start of solution forPaul Smith2006-02-101-0/+2
* Various updates, mainly to the Windows port, from Eli Zaretskii andPaul Smith2006-02-011-7/+1
* Various changes getting ready for the release of 3.81.Paul Smith2006-01-041-2/+2
* Make second expansion optional (partial implementation).Paul Smith2005-10-241-1/+8
* - Fixed a bug reported by Michael Matz regarding handling of parallelPaul Smith2005-08-081-7/+14
* Various minor updates and code cleanups.Paul Smith2005-07-121-1/+1
* Various fixes and updates from testers of the beta3 release (mostly WindowsPaul Smith2005-07-041-10/+6
* Fix strerror() handling for systems which set ANSI_STRING.Paul Smith2005-06-271-1/+1
* Fix -W foo yielding infinite recursion in some cases of re-exec.Paul Smith2005-06-251-4/+14
* Add a new variable: MAKE_RESTARTS, to count how many times make has re-exec'd.Paul Smith2005-06-251-44/+76
* Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, wePaul Smith2005-06-121-0/+5
* Document the secondary expansion method. Also, some other documentationPaul Smith2005-05-081-8/+24
* Fix problems with losing tokens in the jobserver, reported by GrantPaul Smith2005-05-031-14/+42
* Fix performance degradation introduced by the second expansion feature.Paul Smith2005-04-131-0/+2
* Fix some Savannah bugs.Paul Smith2005-04-081-22/+28
* Fixed Savannah bug #12266.Boris Kolpackov2005-03-091-1/+1
* * New feature: -L optionPaul Smith2005-02-281-16/+32
* Implementation of the .DEFAULT_TARGET special variable.Boris Kolpackov2005-02-271-9/+49
* Add configure operations to support MINGW on Windows.Paul Smith2005-02-261-0/+19
* Add a patch from Paul Eggert that's been lying around in my directory forPaul Smith2005-02-161-0/+22
* Flush stdout after printing directory info.Paul Smith2005-02-101-7/+18
* Fix bug with SHELL handling: make sure the variable struct is initialized.Paul Smith2004-12-051-2/+3
* Fix problems with README and build.shPaul Smith2004-11-301-2/+2
* Fix bug #10252: Remove any trailing slashes from -C arguments (WINDOWS32).Paul Smith2004-11-291-3/+14
* Fix for bug #1276: Handle SHELL according to POSIX requirements.Paul Smith2004-11-281-16/+27
* Fix WINDOWS32 bug #11155 with patch from Alessandro Vesely.Paul Smith2004-11-281-4/+7
* Remove sindex() and replace with strstr().Paul Smith2004-09-211-3/+21
* Various enhancementsPaul Smith2004-05-161-3/+15
* Numerous updates and bug fixes.Paul Smith2004-03-221-4/+11
* Many compiler warning cleanups.Paul Smith2004-02-241-11/+12
* Numerous fixes: patches for OS/2; core for -f ''; makefile updates.Paul Smith2004-02-231-1/+12
* Added MINGW32 changes.Paul Smith2003-11-031-2/+7
* Build fixes due to changes in the FSF web site.Paul Smith2003-10-221-4/+4