Age | Commit message (Expand) | Author | Files | Lines |
2011-04-18 | Add new feature: != shell assignment for portability with BSD make. | Paul Smith | 1 | -3/+47 |
2011-02-21 | * Fixups to the make man page | Paul Smith | 1 | -11/+13 |
2010-11-30 | Check if the target-specific variable is the same as the global | Paul Smith | 1 | -5/+5 |
2010-11-06 | Improve backslash/newline handling to adhere to POSIX requirements. | Paul Smith | 1 | -10/+13 |
2010-08-29 | Bump the version to 3.82.90. | Paul Smith | 1 | -14/+33 |
2010-07-19 | - Many fixup patches from Savannah. | Paul Smith | 1 | -45/+158 |
2010-07-06 | - Enhance .POSIX to set -e when invoking shells, as demanded by a | Paul Smith | 1 | -1/+21 |
2009-11-12 | Implement linker-compatible library search. | Boris Kolpackov | 1 | -7/+4 |
2009-10-25 | New command line option: --eval=STRING will cause STRING to be | Paul Smith | 1 | -0/+9 |
2009-10-06 | Implement the new undefine directive. | Boris Kolpackov | 1 | -2/+43 |
2009-09-28 | - Update manual description for pattern rule search algorithm | Paul Smith | 1 | -30/+53 |
2009-09-28 | Implement the shortest stem first search order for pattern-specific variables... | Boris Kolpackov | 1 | -11/+48 |
2009-09-12 | - Fix Savannah bug #21824: don't loop through NULL cmds pointer | Paul Smith | 1 | -5/+10 |
2009-08-02 | - Fix Savannah bug #27093 | Paul Smith | 1 | -8/+8 |
2009-08-01 | Changes from Ralf Wildenhues. | Paul Smith | 1 | -0/+5 |
2009-06-13 | - Fix Savannah bug #13401 | Paul Smith | 1 | -5/+6 |
2009-06-04 | - Modify access of config and gnulib Savannah modules to use GIT | Paul Smith | 1 | -95/+133 |
2009-05-26 | Add 'private' variable modifier, feature submitted by Ramon Garcia. | Paul Smith | 1 | -24/+43 |
2009-05-24 | We had the incorrect ISBN in the manual; not sure what happened here | Paul Smith | 1 | -2/+2 |
2008-05-18 | Manual typo. | Paul Smith | 1 | -1/+1 |
2007-11-04 | New special variable: .RECIPEPREFIX | Paul Smith | 1 | -922/+937 |
2007-08-15 | Incorporate Icarus Sparry's fix for 3330 and 15919, and test cases. | Paul Smith | 1 | -2/+3 |
2007-07-04 | * Update to GPLv3 | Paul Smith | 1 | -4/+4 |
2007-06-19 | Fix a core dump when reading_file is 0 (20033). | Paul Smith | 1 | -1/+1 |
2007-05-11 | Fix some documentation gitches. | Paul Smith | 1 | -35/+27 |
2006-10-01 | Fixed a number of documentation bugs, plus some build/install issues: | Paul Smith | 1 | -23/+61 |
2006-04-01 | Release GNU make 3.81. | Paul Smith | 1 | -64/+43 |
2006-02-14 | Some memory leak cleanups (found with valgrind). | Paul Smith | 1 | -18/+23 |
2006-02-11 | Update copyright and license notices on all files. | Paul Smith | 1 | -4/+5 |
2006-02-10 | - New code capability: a read-only string cache. Start of solution for | Paul Smith | 1 | -39/+68 |
2006-02-06 | Fix Savannah bugs # 15341, 15534, and 15533. | Paul Smith | 1 | -158/+320 |
2006-02-01 | Various updates, mainly to the Windows port, from Eli Zaretskii and | Paul Smith | 1 | -9/+9 |
2006-01-04 | Various changes getting ready for the release of 3.81. | Paul Smith | 1 | -72/+124 |
2005-11-17 | Implemented the flavor function which returns the flavor of | Boris Kolpackov | 1 | -2/+52 |
2005-11-14 | Implemented the .INCLUDE_DIRS special variable. It expands to a list | Boris Kolpackov | 1 | -0/+5 |
2005-10-24 | Make second expansion optional (partial implementation). | Paul Smith | 1 | -16/+46 |
2005-08-08 | - Fixed a bug reported by Michael Matz regarding handling of parallel | Paul Smith | 1 | -1/+1 |
2005-06-27 | Fix strerror() handling for systems which set ANSI_STRING. | Paul Smith | 1 | -1/+6 |
2005-06-26 | Fix Savannah bug # 1332: handle backslash-newline pairs in command scripts | Paul Smith | 1 | -8/+50 |
2005-06-25 | Add a new variable: MAKE_RESTARTS, to count how many times make has re-exec'd. | Paul Smith | 1 | -2/+14 |
2005-06-12 | Fix Savannah bug # 1328: if stdout is redirected to a full filesystem, we | Paul Smith | 1 | -1/+1 |
2005-05-13 | Implement new "if... else if... endif" semantics. | Paul Smith | 1 | -5/+21 |
2005-05-08 | Document the secondary expansion method. Also, some other documentation | Paul Smith | 1 | -58/+239 |
2005-05-03 | Fix problems with losing tokens in the jobserver, reported by Grant | Paul Smith | 1 | -6/+61 |
2005-04-08 | Fix some Savannah bugs. | Paul Smith | 1 | -10/+44 |
2005-03-04 | - Missing docs for $| | Paul Smith | 1 | -5/+14 |
2005-02-28 | * New feature: -L option | Paul Smith | 1 | -0/+17 |
2005-02-16 | Add a patch from Paul Eggert that's been lying around in my directory for | Paul Smith | 1 | -2/+4 |
2004-12-06 | Handle build.sh in a better way (recommendation from the automake mailing | Paul Smith | 1 | -2/+0 |
2004-11-30 | Implemented `realpath' and `abspath' built-in functions. | Boris Kolpackov | 1 | -0/+32 |