Age | Commit message (Expand) | Author | Files | Lines |
2005-06-25 | Fix -W foo yielding infinite recursion in some cases of re-exec. | Paul Smith | 1 | -4/+14 |
2005-06-25 | Add a new variable: MAKE_RESTARTS, to count how many times make has re-exec'd. | Paul Smith | 1 | -44/+76 |
2005-06-12 | Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, we | Paul Smith | 1 | -0/+5 |
2005-05-08 | Document the secondary expansion method. Also, some other documentation | Paul Smith | 1 | -8/+24 |
2005-05-03 | Fix problems with losing tokens in the jobserver, reported by Grant | Paul Smith | 1 | -14/+42 |
2005-04-13 | Fix performance degradation introduced by the second expansion feature. | Paul Smith | 1 | -0/+2 |
2005-04-08 | Fix some Savannah bugs. | Paul Smith | 1 | -22/+28 |
2005-03-09 | Fixed Savannah bug #12266. | Boris Kolpackov | 1 | -1/+1 |
2005-02-28 | * New feature: -L option | Paul Smith | 1 | -16/+32 |
2005-02-27 | Implementation of the .DEFAULT_TARGET special variable. | Boris Kolpackov | 1 | -9/+49 |
2005-02-26 | Add configure operations to support MINGW on Windows. | Paul Smith | 1 | -0/+19 |
2005-02-16 | Add a patch from Paul Eggert that's been lying around in my directory for | Paul Smith | 1 | -0/+22 |
2005-02-10 | Flush stdout after printing directory info. | Paul Smith | 1 | -7/+18 |
2004-12-05 | Fix bug with SHELL handling: make sure the variable struct is initialized. | Paul Smith | 1 | -2/+3 |
2004-11-30 | Fix problems with README and build.sh | Paul Smith | 1 | -2/+2 |
2004-11-29 | Fix bug #10252: Remove any trailing slashes from -C arguments (WINDOWS32). | Paul Smith | 1 | -3/+14 |
2004-11-28 | Fix for bug #1276: Handle SHELL according to POSIX requirements. | Paul Smith | 1 | -16/+27 |
2004-11-28 | Fix WINDOWS32 bug #11155 with patch from Alessandro Vesely. | Paul Smith | 1 | -4/+7 |
2004-09-21 | Remove sindex() and replace with strstr(). | Paul Smith | 1 | -3/+21 |
2004-05-16 | Various enhancements | Paul Smith | 1 | -3/+15 |
2004-03-22 | Numerous updates and bug fixes. | Paul Smith | 1 | -4/+11 |
2004-02-24 | Many compiler warning cleanups. | Paul Smith | 1 | -11/+12 |
2004-02-23 | Numerous fixes: patches for OS/2; core for -f ''; makefile updates. | Paul Smith | 1 | -1/+12 |
2003-11-03 | Added MINGW32 changes. | Paul Smith | 1 | -2/+7 |
2003-10-22 | Build fixes due to changes in the FSF web site. | Paul Smith | 1 | -4/+4 |
2003-07-19 | Minor updates for Windows and OS/2. | Paul Smith | 1 | -2/+2 |
2003-03-24 | Add support for OS/2, contributed by Andreas Buening <andreas.buening@nexgo.de> | Paul Smith | 1 | -12/+49 |
2002-10-14 | Convert the source code to use ANSI C style function definitions and | Paul Smith | 1 | -45/+25 |
2002-08-10 | Update to a new version of automake and gettext. | Paul Smith | 1 | -4/+4 |
2002-08-08 | Change the version. | Paul Smith | 1 | -179/+114 |
2002-08-08 | Incorporate some VMS fixes. | Paul Smith | 1 | -2/+10 |
2002-08-01 | New variables, .VARIABLES and .TARGETS. | Paul Smith | 1 | -0/+4 |
2002-07-11 | Install Greg McGary's patches to port the id-utils hashing functions to | Paul Smith | 1 | -6/+21 |
2002-07-10 | Implement SysV-style $$@ support. I looked at E.Parmelan's patch but | Paul Smith | 1 | -2/+2 |
2002-07-08 | Various cleanups reported by people using the alpha release. | Paul Smith | 1 | -29/+32 |
2002-07-08 | Major updates in preparation for 3.80. | Paul Smith | 1 | -15/+32 |
2002-05-10 | Fix Debian bug #144306: pass target-specific variables into the environment | Paul Smith | 1 | -11/+13 |
2002-04-21 | Update GNU make to use Autoconf 2.53, Automake 1.6.1, Gettext 0.11.1. | Paul Smith | 1 | -8/+1 |
2002-04-20 | Updates to translaations. | Paul Smith | 1 | -4/+10 |
2001-11-18 | Update copyright info. | Paul Smith | 1 | -3/+2 |
2001-06-01 | Fix for EINTR problems when using jobserver. | Paul Smith | 1 | -26/+30 |
2000-09-21 | * Rework phrasing to allow for better translations. | Paul Smith | 1 | -5/+12 |
2000-06-23 | * Fix PR/1791. | Paul Smith | 1 | -6/+6 |
2000-06-13 | * Some timestamp fixes from Paul Eggert. | Paul Smith | 1 | -3/+3 |
2000-06-07 | * Lots of bug fixes and cleanup; new i18n files, etc. | Paul Smith | 1 | -11/+30 |
2000-04-22 | * Various bug fixes. | Paul Smith | 1 | -4/+34 |
2000-03-27 | * A large number of fixes/enhancements. See the ChangeLog. | Paul Smith | 1 | -23/+52 |
2000-02-05 | * Updates for VMS, Windows, and DOS ports. | Paul Smith | 1 | -1/+4 |
2000-01-23 | * A few fixes. | Paul Smith | 1 | -7/+14 |
2000-01-22 | * Implement GNU gettext internationalization support in GNU make. | Paul Smith | 1 | -50/+51 |