Age | Commit message (Expand) | Author | Files | Lines |
2012-10-29 | Implement new "load" directive. | Paul Smith | 1 | -216/+377 |
2012-03-03 | Modify backslash/newline handling for POSIX. | Paul Smith | 1 | -24/+69 |
2012-01-30 | Add support for "::=" simple assignment operator. | Paul Smith | 1 | -31/+46 |
2012-01-29 | Create a new function $(file ...) | Paul Smith | 1 | -2/+66 |
2012-01-16 | Disallow whitespace in variable names. | Paul Smith | 1 | -9/+11 |
2012-01-16 | Update copyright notices. | Paul Smith | 1 | -1/+1 |
2012-01-15 | Add GNU Guile as an optional embedded scripting language for make. | Paul Smith | 1 | -117/+339 |
2011-09-12 | Ensure variables defined in $(call ...) have global scope | Paul Smith | 1 | -1/+3 |
2011-05-02 | Updated documentation to fix Savannah bugs #32058 and #31582 | Paul Smith | 1 | -7/+18 |
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 |